Template:Mod infobox: Difference between revisions
Jump to navigation
Jump to search
mNo 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|yyyy-mm-dd}}}}}{{Mod infobox/row|[[Mods#Mod_Categories|Category]]|{{{category|Experimental}}}}}{{Mod infobox/row|Tags|{{{tags|tags}}}}}{{Mod infobox/row|Runs on | {{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, check https://www.warzone.com/wiki/Mod_API_Reference#Newer_API_features -->{{Mod infobox/row|Source code|[{{{source|}}} GitHub]}} | ||
</div> | </div> | ||
Revision as of 16:50, 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 }}