Template:Period: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
(added more (hopefully all) punctuation marks; although all punctuation symbols i could find are accounted for, some languages may not be accounted for)
Line 1: Line 1:
Adds a period/full stop ({{code|.}}, which is replaced with a CJK period/full stop {{code|。}} if the language is set to Japanese or Chinese.
Adds a period/full stop ({{code|.}}, which is replaced with a period/full stop {{code|。}} if the language is set to Japanese or Chinese.
<includeonly><onlyinclude>{{#switch:{{{lang|{{ROOTPAGENAME}}}}}
<includeonly><onlyinclude>{{#switch:{{{lang|{{ROOTPAGENAME}}}}}
| #default = .
|#default = .
| Ja = 。
        |Am = ።
| Zh = }}</onlyinclude></includeonly>
        |Bo = །
        |Grc = ˙
        |Hi|Ks-deva|Gom|Gom-deva = ।
        |Hy = ։
|Ja|Zh = 。
        |Sat = ᱾
        |Shn = ။
        |Th = &nbsp;
        |Ur =۔
}}</onlyinclude></includeonly>

Revision as of 21:47, 16 August 2024

Adds a period/full stop (., which is replaced with a period/full stop if the language is set to Japanese or Chinese.