Template:Version: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
{{#switch: {{{release}}} | 0 = <!--
{{#switch: {{{release}}} | 0 = <!--
--><!--good release-->{{#switch: {{{major}}}  
--><!--good release-->{{#switch: {{{major}}}<!--
| 6 = {{Version/Current<!--
  -->| 6 = <!--current major-->{{Version/Current<!--
  -->|rel={{{release}}}<!--
      -->|rel={{{release}}}<!--
  -->|maj={{{major}}}<!--
      -->|maj={{{major}}}<!--
  -->{{#if:{{{minor|}}}|<!--TRUE: empty-->|<!--FALSE: not empty-->|min={{{minor}}} }}<!--
      -->{{#if:{{{minor|}}}|<!--TRUE: empty-->|<!--FALSE: not empty-->|min={{{minor}}} }}<!--
  -->{{#if:{{{suppress|}}}|<!--TRUE: empty-->|<!--FALSE: not empty-->|sup={{{suppress}}} }}<!--
      -->{{#if:{{{suppress|}}}|<!--TRUE: empty-->|<!--FALSE: not empty-->|sup={{{suppress}}} }}<!--
  -->}}
      -->}}<!--
|<!--not current-->{{#if: {{{minor|}}} | <!--minor exists--> {{Version/Old|{{{release}}}|{{{major}}}|{{{minor}}}|{{{suppress}}} }}| <!--minor doesn't exist-->{{Version/Old|{{{release}}}|{{{major}}}| }} }} }}<!--
  -->|<!--old major-->{{Version/Old<!--
      -->|rel={{{release}}}<!--
      -->|maj={{{major}}}<!--
      -->{{#if:{{{minor|}}}|<!--TRUE: empty-->|<!--FALSE: not empty-->|min={{{minor}}} }}<!--
      -->{{#if:{{{suppress|}}}|<!--TRUE: empty-->|<!--FALSE: not empty-->|sup={{{suppress}}} }}<!--
      -->}}<!--
  -->}}<!--
-->|<!--bad release-->{{#if: {{{minor|}}} | <!--minor exists--> {{Version/Old|{{{release}}}|{{{major}}}|{{{minor}}}|{{{suppress}}} }}| <!--minor doesn't exist-->{{Version/Old|{{{release}}}|{{{major}}} }} }}
-->|<!--bad release-->{{#if: {{{minor|}}} | <!--minor exists--> {{Version/Old|{{{release}}}|{{{major}}}|{{{minor}}}|{{{suppress}}} }}| <!--minor doesn't exist-->{{Version/Old|{{{release}}}|{{{major}}} }} }}
}}</includeonly><noinclude><!--
}}</includeonly><noinclude><!--
Line 15: Line 21:
==Example==
==Example==
{{Version <!-- Do not change the version until the entire page is up-to-date -->
{{Version <!-- Do not change the version until the entire page is up-to-date -->
|release=0|major=6|suppress=true}}
|release=0|major=6}}


==Usage==
==Usage==
Line 23: Line 29:
*The code above can be pasted into your page and edited.
*The code above can be pasted into your page and edited.
*The ''minor'' attribute can be left out and it will not be displayed.
*The ''minor'' attribute can be left out and it will not be displayed.
*<code>suppress=true</code> can be added to suppress old version categorization. The ''minor'' attribute cannot be omitted with the suppress option.
*<code>suppress=true</code> can be added to suppress old version categorization.
*[[:Category:Old_Version]] is added conditionally.
*[[:Category:Old_Version]] is added conditionally.
*An optional parameter called suppress can be given any value to suppress the old page category tag.
{{:Template Ordering}}
{{:Template Ordering}}


==Example Source==
==Example Source==
<pre>{{Version <!-- Do not change the version until the entire page is up-to-date -->
<pre>{{Version <!-- Do not change the version until the entire page is up-to-date -->
|release=0|major=6|minor=X}}</pre>
|release=0|major=6}}</pre>
[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 21:05, 11 May 2018

Example

Version: {{{1}}}.{{{2}}}

Usage

The Version template is meant to be used at the top of articles (or just above the first heading) to indicate the version of Medieval Engineers the page was created from. If you are updating a page, do not update the version until you have confirmed that all information on the page is also up-to-date.

{{Version <!-- Do not change the version until the entire page is up-to-date -->
|release=<number>|major=<number>|minor=<number>}}
  • The code above can be pasted into your page and edited.
  • The minor attribute can be left out and it will not be displayed.
  • suppress=true can be added to suppress old version categorization.
  • Category:Old_Version is added conditionally.

ORDERED TEMPLATE: This template is typically used on pages with other templates. It should be added in the order specified in Template Ordering.


Example Source

{{Version <!-- Do not change the version until the entire page is up-to-date -->
|release=0|major=6}}