Template:Mod infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<div class="infobox"> | <div class="infobox">{{Mod infobox/row|Mod name|<strong>{{{name|{{FULLPAGENAME}}}}}</strong>}}{{Mod infobox/row|Creator|{{{1|[https://www.warzone.com/Profile?p={{{creatorToken|creatorToken}}} {{{creatorName|creatorName}}}]}}}}}{{Mod infobox/row|Made public on|{{{madePublicOn|????-??-??}}}}}{{Mod infobox/row|[[Mods#Mod_Categories|Category]]|{{{category|Experimental}}}}}{{Mod infobox/row|Tags|{{{tags|tags}}}}}{{Mod infobox/row|Runs on [[Mod_API_Reference#Newer_API_features|Warzone version]]|{{{appversion|4.14.2}}}+}}{{Mod infobox/row|Source code|[{{{source|}}} GitHub]}}</div> | ||
{{Mod infobox/row|Mod name|<strong>{{{name|{{FULLPAGENAME}}}}}</strong>}}{{Mod infobox/row|Creator|{{{1|[https://www.warzone.com/Profile?p={{{creatorToken|creatorToken}}} {{{creatorName|creatorName}}}]}}}}}{{Mod infobox/row|Made public on|{{{madePublicOn|????-??-??}}}}}{{Mod infobox/row|[[Mods#Mod_Categories|Category]]|{{{category|Experimental}}}}}{{Mod infobox/row|Tags|{{{tags|tags}}}}}{{Mod infobox/row|Runs on [[Mod_API_Reference#Newer_API_features|Warzone version]]|{{{appversion|4.14.2}}}+}}{{Mod infobox/row|Source code|[{{{source|}}} GitHub]}} | |||
</div> | |||
<noinclude> | <noinclude> | ||
== Usage == | == Usage == | ||
| Line 19: | Line 16: | ||
</nowiki> | </nowiki> | ||
</pre> | </pre> | ||
[[Tanks|Tank]] example: | [[Tanks|Tank]] example: | ||
<pre> | <pre> | ||
| Line 31: | Line 27: | ||
</nowiki> | </nowiki> | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> | ||
<noinclude>[[Category:Infobox Templates]]</noinclude> | <noinclude>[[Category:Infobox Templates]]</noinclude> | ||
Revision as of 15:03, 21 June 2024
| Mod name | Template:Mod infobox |
| Creator | creatorName |
| Made public on | ????-??-?? |
| Category | Experimental |
| Tags | tags |
| Runs on Warzone version | 4.14.2+ |
| Source code | [ GitHub] |
Usage
{{Mod infobox
|name=(name of mod, defaults to page name)
|creatorToken=(the ?p=<numbers> on a player URL)
|creatorName=(name of player who created the mod)
|madePublicOn=(date when the mod was made public, use yyyy-mm-dd format)
|category=(optional, defaults to Experimental)
|tags=#Tag1<br>#Tag2<br>#Tag3
|appversion=(optional, defaults to 4.14.2)
|source=(GitHub url)
}}
Tank example:
{{Mod infobox
|creatorToken=62456969
|creatorName=Fizzer
|tags=#Diplomacy<br>#Strategic<br>Commerce
|source=https://github.com/FizzerWL/ExampleMods/tree/master/TanksMod
}}