Template:Period: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Test)
 
(Explain)
Line 1: Line 1:
{{#switch:{{{lang|{{ROOTPAGENAME}}}}}
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.
<onlyinclude>{{#switch:{{{lang|{{ROOTPAGENAME}}}}}
| #default = .
| #default = .
| Ja = 。
| Ja = 。
| Zh = 。}}
| Zh = 。}}</onlyinclude>

Revision as of 19:02, 16 August 2024

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