Module:Sandbox/BrandonXLF/3: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 239:
:done()
if reverseAliases[name] then -- Display aliases
for _, alias in ipairs(reverseAliases[name]) do
nameList
Line 254:
for sign, wikitext in pairs(data.signs) do
mtoSignList -- Add the sign name and image to the MTO sign list
mtoSignList
:tag('li')
:wikitext(sign, ' ', wikitext)
forif _, alias in ipairs(reverseAliases[signname]) dothen -- Display aliases
for _, alias in ipairs(reverseAliases[sign]) do
mtoSignList
mtoSignList -- Add the sign name and image to the MTO sign list
:tag('li')
:tag('li')
:wikitext(alias, ' ', wikitext)
end
end
end