Template:Version

From Kerbal Space Program Wiki
Revision as of 23:32, 23 November 2014 by Sigma7 (talk | contribs) (added lang hu)
Jump to: navigation, search

This template links to a release in the version history.

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

Template:Parameter Table

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

The “version” default text is translated into the following languages:

  • German
  • Polish
  • Russian
  • Korean
  • Hungarian

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