Difference between revisions of "Template:Version"
From Kerbal Space Program Wiki
FurkanS1821 (talk | contribs) m |
|||
(One intermediate revision by one other user not shown) | |||
Line 11: | Line 11: | ||
| ja=Version history/ja | | ja=Version history/ja | ||
| tr=Version history/tr | | tr=Version history/tr | ||
+ | | es = Version history/es | ||
| force = {{{lang|}}}}}#{{#ifeq: {{padleft:|1|{{{1}}}}}|v||v}}{{{1}}}|{{#ifeq: {{{2|!}}}|!|{{lang | en = version | | force = {{{lang|}}}}}#{{#ifeq: {{padleft:|1|{{{1}}}}}|v||v}}{{{1}}}|{{#ifeq: {{{2|!}}}|!|{{lang | en = version | ||
| de = Version | | de = Version | ||
Line 21: | Line 22: | ||
| ja = バージョン | | ja = バージョン | ||
| tr = Sürüm | | tr = Sürüm | ||
+ | | es = Versión | ||
| force = {{{lang|}}}}} |{{#if: {{{2|}}}|{{{2}}} }}}}{{{1}}}]]</includeonly><noinclude> | | force = {{{lang|}}}}} |{{#if: {{{2|}}}|{{{2}}} }}}}{{{1}}}]]</includeonly><noinclude> | ||
This template links to a release in the version history. '''Only use this template to link to versions for which there is no article linking to it.''' For example it shouldn't be used for links like [[0.90.0]]. | This template links to a release in the version history. '''Only use this template to link to versions for which there is no article linking to it.''' For example it shouldn't be used for links like [[0.90.0]]. | ||
Line 51: | Line 53: | ||
* Korean | * Korean | ||
* Hungarian | * Hungarian | ||
+ | * Italian | ||
The “version” default text is translated into the following languages: | The “version” default text is translated into the following languages: |
Latest revision as of 19:56, 6 January 2022
This template links to a release in the version history. Only use this template to link to versions for which there is no article linking to it. For example it shouldn't be used for links like 0.90.0.
Pseudo code
if {{{2|}}} // prefix text is undefined OR defined as a non-empty string if {{{2}}} // prefix text is defined as a non-empty string "{{{2}}} {{{1}}}" else // prefix text is undefined "version {{{1}}}" else // prefix text is defined as an empty string "{{{1}}}"
Parameters
# | Optional | Description | Default |
---|---|---|---|
1 | No | Version number; may begin with a “v” | |
2 | Yes | Text shown and linked in front of the version number. When set to ! it shows the default text. | version (or the localisation) |
lang | Yes | Force a specific language if set. | Not set |
Localization
The version number can be preceded by a 'v'. It links to the localized pages for the following languages:
- German
- Polish
- Russian
- Chinese (zh-cn)
- Korean
- Hungarian
- Italian
The “version” default text is translated into the following languages:
- German
- Polish
- Russian
- Korean
- Hungarian
- Italian
Examples
Usage | Produces |
---|---|
{{version|0.17}} |
version 0.17 |
{{version|0.17|}} |
0.17 |
{{version|0.17|prefix text here}} |
prefix text here 0.17 |