Template:Strings subpage/doc: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
Line 3: Line 3:


A panel indicating that this page contains various translatable strings that are used in the template or anywhere else.
A panel indicating that this page contains various translatable strings that are used in the template or anywhere else.
== Parameters ==
* {{Param|number}} - Number of strings.
* {{Param|<language code>}} - Approximately how many percent have been translated into this language. {{ModernNote}} Write without the percent symbol ({{Code|<nowiki>|en = 96.3</nowiki>}}).


== Usage ==
== Usage ==
{{CodeBlock|<nowiki>{{</nowiki>{{ROOTPAGENAME}}<nowiki>}}</nowiki>|select=1}}
{{CodeBlock|<nowiki>{{</nowiki>{{ROOTPAGENAME}}<nowiki>}}</nowiki>|select=1}} {{ {{ROOTPAGENAME}} }}
{{ {{ROOTPAGENAME}} }}
 
 
{{CodeBlock|<nowiki>{{</nowiki>{{ROOTPAGENAME}}<nowiki>
| number = 7
| en = 100
| de = 95.5
| ru = 50
| zh = 100
| ko = 20
}}</nowiki>|select=1}}
{{{{ROOTPAGENAME}}
| number = 7
| en = 100
| de = 95.5
| ru = 50
| zh = 100
| ko = 20
}}


{{Doc/Sandbox other|
{{Doc/Sandbox other|

Revision as of 00:34, 9 April 2023

Edit-copy.png
This is a documentation subpage for Template:Strings subpage.
Don't forget to purge the contents of the base page upon creating or editing this subpage.

A panel indicating that this page contains various translatable strings that are used in the template or anywhere else.

Parameters

  • {{{number}}} - Number of strings.
  • {{{<language code>}}} - Approximately how many percent have been translated into this language. Template:ModernNote Write without the percent symbol (|en = 96.3).

Usage

{{Strings subpage}}