48,407
edits
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 | 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 | ||