Difference between revisions of "Template:Version"

From Captain of Industry Wiki
Jump to: navigation, search
(Creation)
 
(whitespace fix... hacky, but it should work)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly><!--
<includeonly><!--
-->{{#ifeq: {{{ver|}}} | {{CurrentVersion|{{{ver|}}}}} |<!--
-->{{#if: {{NAMESPACE}} || <!--
  -->[[Category:Citations to the current version]] |<!--
  -->{{#ifeq: {{{ver|}}} | {{CurrentVersion|{{{ver|}}}}} |<!--
  -->[[Category:Citations to previous versions]]<!--
    -->[[Category:Citations to the current version]] |<!--
    -->[[Category:Citations to previous versions]]<!--
  -->}}<!--
-->}}<!--
-->}}<!--
-->{{#if: {{{ver|}}} | <!--
-->{{#if: {{{ver|}}} | <!--
   -->version [[Patch notes/{{{ver}}}{{!}}{{{ver|}}}]]<!--
   -->{{patch2date|{{{ver}}}}}<!--
   -->&nbsp;({{patch2date|{{{ver|1}}}}})<!--
  -->&#32;[[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>

Latest revision as of 13:24, 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.)