Module:nyms: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "local export = {} local m_languages = require("Module:languages") local m_links = require("Module:links") local m_qual = require("Module:qualifier") local rsplit = mw.text.sp...")
 
No edit summary
 
Line 96: Line 96:
end
end
return "<span class=\"nyms " .. nym_type_class .. "\"><span class=\"defdate\">" ..  
return "<span class=\"nyms " .. nym_type_class .. "\"><span class=\"defdate\" style=\"font-size: smaller;\">" ..  
mw.getContentLanguage():ucfirst(nym_type) .. ((#items > 1 or thesaurus ~= "") and "s" or "") ..
mw.getContentLanguage():ucfirst(nym_type) .. ((#items > 1 or thesaurus ~= "") and "s" or "") ..
":</span> " .. table.concat(items, use_semicolon and "; " or ", ") .. thesaurus .. "</span>"
":</span> " .. table.concat(items, use_semicolon and "; " or ", ") .. thesaurus .. "</span>"

Navigation menu