1,124
edits
Line 5: | Line 5: | ||
local function _requirements(resource, value, link, text, lang) | local function _requirements(resource, value, link, text, lang) | ||
--[[ Language switch isn't acctually needed, but stems from early design when | |||
all languages would have a single wiki, leaving in as this may change in the | |||
future ]] | |||
if string.lower(lang) == 'en' then | if string.lower(lang) == 'en' then | ||
require('Module:Icon/en') | require('Module:Icon/en') |