1 124
modifications
| Ligne 5 : | Ligne 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') | ||