1,124
edits
Line 8: | Line 8: | ||
all languages would have a single wiki, leaving in as this may change in the | all languages would have a single wiki, leaving in as this may change in the | ||
future ]] | future ]] | ||
if string.lower(lang) == 'en' then | if lang and string.lower(lang) == 'en' then | ||
require('Module:Icon/en') | require('Module:Icon/en') | ||
else | else |