Module:affix/templates: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 581: Line 581:
if lang:hasType("reconstructed") or mw.title.getCurrentTitle().nsText == "Reconstruction" then
if lang:hasType("reconstructed") or mw.title.getCurrentTitle().nsText == "Reconstruction" then
term = "*" .. SUBPAGE
term = "*" .. SUBPAGE
elseif lang:hasType("appendix-constructed") or lang:hasType("conlang") then
elseif lang:hasType("appendix-constructed") then
term = SUBPAGE
term = SUBPAGE
else
else
term = SUBPAGE
term = SUBPAGE
end
if lang:hasType("conlang") then
term = "Contionary:" .. SUBPAGE
end
end
end
end

Navigation menu