View source for Module:Pg
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
require 'Module:No globals'
local p = {}
-- Return a title using [[Special:MyLanguage]], which resolves to user language
-- at read time if that exists, or English otherwise
local function getMyLanguage(title)
-- interwiki prefixes for wikis with translate extension
-- created from https://phabricator.wikimedia.org/source/mediawiki-config/browse/master/wmf-config/InitialiseSettings.php$19151
-- and https://commons.wikimedia.org/wiki/Special:Interwiki
-- frwiktionary is excluded because there are multiple wiktionaries
local multilang = {
wmam = true,
wmbe = true,
betawikiversity = true,
wmbr = true,
wmbd = true,
wmca = true,
wmge = true,
wmid = true,
wmhi = true,
incubator = true,
000
1:0
Template used on this page:
Return to Module:Pg.