Template:Mod infobox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
added madePublicOn field |
||
| 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|[[Mods#Mod_Categories|Category]]|{{{category|Experimental}}}}}{{Mod infobox/row|Tags|{{{tags|tags}}}}}{{Mod infobox/row|Runs on Warzone version|{{{appversion|3.18}}}+}}<!-- mods added to unity client on version 3.18 -->{{Mod infobox/row|Source code|[{{{source|}}} GitHub]}} | {{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|yyyy-mm-dd}}}}}{{Mod infobox/row|[[Mods#Mod_Categories|Category]]|{{{category|Experimental}}}}}{{Mod infobox/row|Tags|{{{tags|tags}}}}}{{Mod infobox/row|Runs on Warzone version|{{{appversion|3.18}}}+}}<!-- mods added to unity client on version 3.18 -->{{Mod infobox/row|Source code|[{{{source|}}} GitHub]}} | ||
</div> | </div> | ||
| Line 11: | Line 11: | ||
|creatorToken=(the ?p=<numbers> on a player URL) | |creatorToken=(the ?p=<numbers> on a player URL) | ||
|creatorName=(name of player who created the mod) | |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) | |category=(optional, defaults to Experimental) | ||
|tags=#Tag1<br>#Tag2<br>#Tag3 | |tags=#Tag1<br>#Tag2<br>#Tag3 | ||
Revision as of 12:30, 18 June 2024
| Mod name | Template:Mod infobox |
| Creator | creatorName |
| Made public on | yyyy-mm-dd |
| Category | Experimental |
| Tags | tags |
| Runs on Warzone version | 3.18+ |
| 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 3.18)
|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
}}