Template:Version: Difference between revisions
Jump to navigation
Jump to search
CptTwinkie (talk | contribs) mNo edit summary |
CptTwinkie (talk | contribs) mNo edit summary |
||
Line 3: | Line 3: | ||
--><!--good release-->{{#switch: {{{major}}} | 6 = <!--current-->{{#if: {{{minor|}}} | <!--minor exists--> {{Version/Current|{{{release}}}|{{{major}}}|{{{minor}}}|{{{suppress}}} }}| <!--minor doesn't exist-->{{Version/Current|{{{release}}}|{{{major}}}| }} }}|<!--not current-->{{#if: {{{minor|}}} | <!--minor exists--> {{Version/Old|{{{release}}}|{{{major}}}|{{{minor}}}|{{{suppress}}} }}| <!--minor doesn't exist-->{{Version/Old|{{{release}}}|{{{major}}}| }} }} }}<!-- | --><!--good release-->{{#switch: {{{major}}} | 6 = <!--current-->{{#if: {{{minor|}}} | <!--minor exists--> {{Version/Current|{{{release}}}|{{{major}}}|{{{minor}}}|{{{suppress}}} }}| <!--minor doesn't exist-->{{Version/Current|{{{release}}}|{{{major}}}| }} }}|<!--not current-->{{#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}}} }} }} | -->|<!--bad release-->{{#if: {{{minor|}}} | <!--minor exists--> {{Version/Old|{{{release}}}|{{{major}}}|{{{minor}}}|{{{suppress}}} }}| <!--minor doesn't exist-->{{Version/Old|{{{release}}}|{{{major}}} }} }} | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude><!-- | ||
<!-- | |||
--> | |||
==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 --> |
Revision as of 05:23, 5 January 2018
Example
Version: | 0.6 |
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.
- Category:Old_Version is added conditionally.
- An optional parameter called suppress can be given any value to suppress the old page category tag.
Example Source
{{Version <!-- Do not change the version until the entire page is up-to-date --> |release=0|major=6|minor=X}}