Difference between revisions of "Template:Version"

From Captain of Industry Wiki
Jump to: navigation, search
(Add nodate param, fix a typo)
(Update to use variable from Template:patch2date, little better code handling, adding a date param for manual override which will remain purposely undocumented)
Line 5: Line 5:
-->}}<!--
-->}}<!--
-->{{#if: {{{ver|}}} | <!--
-->{{#if: {{{ver|}}} | <!--
   -->version [[Patch notes/{{{ver}}}{{!}}{{{ver|}}}]]<!--
   -->{{patch2date|{{{ver}}}}}<!--
   -->{{#if: {{{nodate|}}} || &nbsp;({{patch2date|{{{ver|}}}}}) }}<!--
  -->[[Patch notes/{{{ver}}}|{{{ver}}}]]<!--
-->}}</includeonly><!--
   -->{{#if: {{{nodate|}}} || <!--
--><noinclude>
    -->{{#if: {{#var:patch_date}} | <!--
      -->&#32;({{#var:patch_date}}) | <!--
      -->{{#if: {{{date|}}} | <!--
        -->&#32;({{{date}}}) | <!--
        -->[[Category:Patch note template usage missing dates]]<!--
      -->}}<!--
    -->}}<!--
  -->}}<!--
  -->{{#if: {{patch2date|{{{ver|}}}}} | &#32;({{patch2date|{{{ver|}}}}}) }}<!--
-->}}</includeonly><noinclude>
{{documentation}}
{{documentation}}
<!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->
<!-- Add categories to the /doc subpage and interwikis in Wikidata, not here! -->
</noinclude>
</noinclude>

Revision as of 13:00, 16 January 2022

Template documentation (for the above template, sometimes hidden or invisible) [view] [edit] [history] [refresh]
Description
This template allows for easier and more compact linking of patch note pages in inline text. It also auto-categorizes pages that use it into the following hidden categories:
Category:Citations to the current version
Category:Citations to previous versions
Dependencies
{{CurrentVersion}} set to the current version of the game
{{patch2date}} updated with the release date of each version of the game
Syntax
{{version|ver=version#|nodate=yes (optional)}}
Sample Output
{{version|ver=Beta 0.3.10}} -->Beta 0.3.10 (2022-01-15)
{{version|ver=Alpha 0.2.6}} -->Alpha 0.2.6 (2021-09-27)
{{version|ver=Alpha 0.2.6|nodate=yes}} -->Alpha 0.2.6
The above text is transcluded from Template:Version/doc; you can change it or view its history. (How does this work?)
If you're done making changes, please refresh the text. (Why?)
You can experiment in this template's sandbox (create | mirror ) and testcases (create) pages.
Please add categories and interwikis to Template:Version/doc. (View all subpages of this page.)