Template:Strings subpage/doc: Difference between revisions
Jump to navigation
Jump to search
Note:(Not required), but when you add a new language, it is recommended to sort the language codes from A to Z.
mNo edit summary |
(Added a section to instruct users on how to create strings subpages.) |
||
Line 3: | Line 3: | ||
A panel indicating that the page it is on contains strings that are used in lieu of complicated {{tl2|autolang}}s on the base page. | A panel indicating that the page it is on contains strings that are used in lieu of complicated {{tl2|autolang}}s on the base page. | ||
== Looking for creating a Strings subpage? == | |||
If you are looking for creating a strings subpage, just create a "{{code|/strings}}" subpage, then paste the following code: | |||
{{Expand|title=See the code| | |||
{{CodeBlock|<nowiki>{{Strings subpage | |||
|number = 1 | |||
| en = 1 | |||
| de = 1 | |||
| eo = 1 | |||
| es = 1 | |||
| fi = 1 | |||
| fr = 1 | |||
| ru = 1 | |||
| vi = 1 | |||
| zh = 1 | |||
}} | |||
* {{{{PAGENAME}}|Example}} | |||
<includeonly><onlyinclude>{{#switch:{{{1}}} | |||
| Example = {{Autolang | |||
| Example | |||
| de = Beispiel | |||
| eo = Ekzemplo | |||
| es = Ejemplo | |||
| fi = Esimerkki | |||
| fr = Exemple | |||
| ru = Пример | |||
| vi = Ví dụ | |||
| zh = 示例 | |||
}} | |||
}}</onlyinclude></includeonly> | |||
</nowiki>}} | |||
}} | |||
{{Note|(Not required), but when you add a new language, it is recommended to sort the language codes from A to Z.}} | |||
== Parameters and Examples == | == Parameters and Examples == | ||
{| class="standard-table" width="100%" | {| class="standard-table" width="100%" |
Revision as of 09:49, 2 March 2024

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.
Don't forget to purge the contents of the base page upon creating or editing this subpage.
A panel indicating that the page it is on contains strings that are used in lieu of complicated {{autolang}}s on the base page.
Looking for creating a Strings subpage?
If you are looking for creating a strings subpage, just create a "/strings" subpage, then paste the following code:

Parameters and Examples
Parameter | Description | Example |
---|---|---|
No Parameters | Places the template. | |
{{{number}}} | Number of strings. | |
{{{<language code>}}} | Number of translated strings into the specified language. |
When creating a new strings subpage, click on the three dots in the top right of the documentation box and click "Strings". This will create a new strings subpage with the proper formatting already applied. Of course, this is not required and you can just create a new one from scratch if you so wish.