Template:Period: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Explain)
mNo edit summary
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 CJK period/full stop {{code|。}} if the language is set to Japanese or Chinese.
<onlyinclude>{{#switch:{{{lang|{{ROOTPAGENAME}}}}}
<includeonly><onlyinclude>{{#switch:{{{lang|{{ROOTPAGENAME}}}}}
| #default = .
| #default = .
| Ja = 。
| Ja = 。
| Zh = 。}}</onlyinclude>
| Zh = 。}}</onlyinclude></includeonly>

Revision as of 19:04, 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.