X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=02d1c5a24684aaccfb1cb4d3c65b4a370cb69aa6;hb=7665f7d7674dbdf785c71ddafce0721a2e130cf3;hp=31ce08079cf6b8ed0a6099cdf4bc615cb421d5dd;hpb=978bdd7d28cc6e3bd3929e83c1131b746a4b5395;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 31ce08079c..02d1c5a246 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -2504,6 +2504,21 @@ $wgInterwikiMagic = true; */ $wgHideInterlanguageLinks = false; +/** + * List of additional interwiki prefixes that should be treated as + * interlanguage links (i.e. placed in the sidebar). + * Notes: + * - This will not do anything unless the prefixes are defined in the interwiki + * map. + * - The display text for these custom interlanguage links will be fetched from + * the system message "interlanguage-link-xyz" where xyz is the prefix in + * this array. + * - A friendly name for each site, used for tooltip text, may optionally be + * placed in the system message "interlanguage-link-sitename-xyz" where xyz is + * the prefix in this array. + */ +$wgExtraInterlanguageLinkPrefixes = array(); + /** * List of language names or overrides for default names in Names.php */