Module:AeroWikiListTools: Difference between revisions
From Aeronautica Official Wiki
More actions
Sqwishyish (talk | contribs) m updated missing value to be changable |
Sqwishyish (talk | contribs) m Added the ability for the string 'None' not to be a link |
||
Line 19: | Line 19: | ||
if input_string == nil or template == nil then | if input_string == nil or template == nil then | ||
return missing_string | return missing_string | ||
end | |||
if input_string == 'None' then | |||
return 'None' | |||
end | end | ||