Différences entre les versions de « Module:Icon »

Aller à la navigation Aller à la recherche
4 octets supprimés ,  hier à 09:26
aucun résumé de modification
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
--[[ Language switch isn't actually needed, but stems from early design when
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 ]]
Ligne 26 : Ligne 26 :
--Check after trim as may be whitespace only
--Check after trim as may be whitespace only
if com.exists(value) then
if com.exists(value) then
value = ' (' .. value .. ')'
value = '' .. value .. ''
else
else
value = ''
value = ''
424

modifications

Menu de navigation