Jump to content

User:Shaunak Chakraborty/sandbox

From Gyaanipedia
Revision as of 15:46, 27 October 2025 by Shaunak Chakraborty (talk | contribs) (Created page with "$wgUseInstantCommons = true; $wgForeignFileRepos[] = [ 'class' => 'ForeignAPIRepo', 'name' => 'fandomwiki', 'apibase' => 'https://WIKI-NAME.fandom.com/api.php', 'fetchDescription' => true, 'descriptionCacheExpiry' => 43200, ]; ``` Replace `WIKI-NAME` with the actual Fandom wiki name. ## 2. **Direct Hotlinking** You can embed images using their direct URLs in your wiki pages: ``` File:https://static.wikia.nocookie.net/WIKI/images/...")

$wgUseInstantCommons = true; $wgForeignFileRepos[] = [

   'class' => 'ForeignAPIRepo',
   'name' => 'fandomwiki',
   'apibase' => 'https://WIKI-NAME.fandom.com/api.php',
   'fetchDescription' => true,
   'descriptionCacheExpiry' => 43200,

]; ```

Replace `WIKI-NAME` with the actual Fandom wiki name.

    1. 2. **Direct Hotlinking**

You can embed images using their direct URLs in your wiki pages: ``` File:Https://static.wikia.nocookie.net/WIKI/images/...