Toggle menu
15
236
70
27.5K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 01:52, 5 May 2025 by Prd (talk | contribs) (Created page with " ;Description :Used to tag different versions of the same entity. ;Syntax :<code style="background-color:black">{{t|VersionTag|version}}</code> :or :<code style="background-color:black">{{t|vt|version}}</code> ;Sample code :Fixed version :<code style="background-color:black">Something{{t2|VersionTag|0.44}}</code> gives... :Something{{VersionTag|0.44}} :<code style="background-color:black">Something{{t2|vt|0.67.2}}</code> gives... :Something{{vt|0.67.2}} :Unspecified ve...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Description
Used to tag different versions of the same entity.
Syntax
{{VersionTag}}
or
{{vt}}
Sample code
Fixed version
SomethingVersionTag0.44 gives...
Somethingv0.44
Somethingvt0.67.2 gives...
Somethingv0.67.2
Unspecified version
Something[[w:List of people by name: vt{{{2}}}|vt{{{2}}}]] gives...
SomethingvUnspecified
Inserting current version at the point of editing
Something[[w:List of people by name: vt{{subst:CurrentVersion}}|vt{{subst:CurrentVersion}}]] or
Something[[w:List of people by name: vt{{subst:cv}}|vt{{subst:cv}}]] gives...
Somethingv[[Changelog#Template:Cv|Template:Cv]]


Additional Notes

Currently, the version link will try to link to the correct section in the Changelog.

Also see