Template:Version: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== | <includeonly>{| class="DataBox" style="width: 100%; border: solid #553019 2px; font-size: 95%;" | ||
| colspan="2" align="center"|This article has been updated for Kenshi version {{{version number}}}. | |||
|}</includeonly><noinclude> | |||
==Description== | |||
This template is an easy and standardized way for editors to record the game version which they are updating the page to. | |||
<code | ==Syntax== | ||
<pre>{{Version|version number}}</pre> | |||
==Demonstration== | |||
The following code... | |||
<pre>{{Version|version number = 1.0.26}}</pre> | |||
...produces this. [{{fullurl:{{ns:Template}}:{{PAGENAME}}}}?action=purge Refresh Preview] | |||
{{Version|version number = 1.0.26}} | |||
[[Category:Templates]]</noinclude> | |||
[[Category:Legend templates]] | |||
[[Category:Number templates]] | [[Category:Number templates]] | ||
[[Category:Pages using the JsonConfig extension]] | [[Category:Pages using the JsonConfig extension]] | ||
[[Category:Pages with TemplateStyles errors]] | [[Category:Pages with TemplateStyles errors]] | ||
[[Category:Pages with syntax highlighting errors]] | |||
[[Category:Software templates]] | [[Category:Software templates]] | ||
[[Category:Table templates|Version]] | [[Category:Table templates|Version]] | ||
[[Category:Template documentation pages|Version/doc]] | |||
[[Category:Templates using TemplateData]] | [[Category:Templates using TemplateData]] | ||
[[Category:Templates using TemplateStyles]] | [[Category:Templates using TemplateStyles]] |
Latest revision as of 22:13, 21 May 2025
Description
This template is an easy and standardized way for editors to record the game version which they are updating the page to.
Syntax
{{Version|version number}}
Demonstration
The following code...
{{Version|version number = 1.0.26}}
...produces this. Refresh Preview
This article has been updated for Kenshi version 1.0.26. |