10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 109: | Line 109: | ||
local function glossary(form, colour) | local function glossary(form, colour) | ||
if mw.ustring.sub(form, 1, 1) == "_" then | if mw.ustring.sub(form, 1, 1) == "_" then | ||
return mw.ustring.sub(form, 2) | return "''" .. mw.ustring.sub(form, 2) .. "''" | ||
else | else | ||
if data[form] then | if data[form] then |