Module:form of: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(20 intermediate revisions by the same user not shown)
Line 135: Line 135:
end
end
if data.terminfo then
if data.terminfo then
table.insert(parts, "<span class='" .. terminfo_classes .. "'>")
table.insert(parts, "<span class='" .. terminfo_classes .. "' style='font-style:normal;'>")
if type(data.terminfo) == "string" then
if type(data.terminfo) == "string" then
table.insert(parts, data.terminfo)
table.insert(parts, data.terminfo)
Line 477: Line 477:
normtag = "[[w:" .. data.glossary .. "|" .. normtag .. "]]"
normtag = "[[w:" .. data.glossary .. "|" .. normtag .. "]]"
else
else
normtag = "[[Appendix:Glossary#" .. mw.uri.anchorEncode(data.glossary) .. "|" .. normtag .. "]]"
normtag = "[[wikt:Appendix:Glossary#" .. mw.uri.anchorEncode(data.glossary) .. "|" .. normtag .. "]]"
end
end
end
end