12,305
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 119: | Line 119: | ||
end | end | ||
if classical then | if classical then | ||
text = mw.ustring.gsub(text, "%p", "") | |||
text = mw.ustring.gsub(text, "%s", "·") | text = mw.ustring.gsub(text, "%s", "·") | ||
text = '<span style="font-family: serif">' .. text .. '</span>' | |||
text = '<span style="font-family: | |||
end | end | ||
return text | return text |