Module:krv-script: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
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 = mw.ustring.gsub(text, "%p", "")
     text = '<span style="font-family: serif">' .. text .. '</span>'
     text = '<span style="font-family: sans-serif">' .. text .. '</span>'
end
end
return text
return text

Navigation menu