GVI/intro – Template
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Add description and examples) |
Lou Montana (talk | contribs) (Add usage of Template:GVI/version) |
||
Line 1: | Line 1: | ||
<includeonly>{{#if:{{{1|}}}|Introduced with {{Name|{{{1}}}}} version {{{2| | <includeonly>{{#if:{{{1|}}}|Introduced with {{Name|{{{1}}}}} version {{GVI/version | {{{2|}}} | category}}}}</includeonly><noinclude> | ||
Template [[Template:GVI/intro|GVI/intro]] stands for '''G'''ame '''V'''ersion '''I'''nformation: '''intro'''duced ''with''. | Template [[Template:GVI/intro|GVI/intro]] stands for '''G'''ame '''V'''ersion '''I'''nformation: '''intro'''duced ''with''. | ||
{{Informative | | {{Informative | | ||
Line 26: | Line 26: | ||
| <nowiki>{{GVI/intro|arma3|1.96}}</nowiki> | | <nowiki>{{GVI/intro|arma3|1.96}}</nowiki> | ||
| {{GVI/intro|arma3|1.96}} | | {{GVI/intro|arma3|1.96}} | ||
|- | |||
| <nowiki>{{GVI/intro|arma3|1.96.123456}}</nowiki> | |||
| {{GVI/intro|arma3|1.96.123456}} | |||
|} | |} | ||
[[Category:Templates|{{uc:{{PAGENAME}}}}]] | [[Category:Templates|{{uc:{{PAGENAME}}}}]] | ||
</noinclude> | </noinclude> |
Revision as of 00:52, 26 December 2019
Template GVI/intro stands for Game Version Information: introduced with.
Usage
{{GVI/intro|game|version}}
- game: in the Template:GVI format, e.g arma3, ofp, tkoh etc.
- version: (Optional, default ?) game version in format <Major>.<Minor>, e.g 1.00, 1.86 etc.
Code | Result |
---|---|
{{GVI/intro}} | |
{{GVI/intro|ofp}} | Introduced with Operation Flashpoint version ? |
{{GVI/intro|arma2|abc}} | Introduced with Arma 2 version ? |
{{GVI/intro|arma3|1.96}} | Introduced with Arma 3 version 1.96 |
{{GVI/intro|arma3|1.96.123456}} | Introduced with Arma 3 version 1.96.123456 |