Template:Mod infobox: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No 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 Warzone version|{{{appversion| | {{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_API_Reference#Newer_API_features|Warzone version]]|{{{appversion|4.14.2}}}+}}{{Mod infobox/row|Source code|[{{{source|}}} GitHub]}} | ||
</div> | </div> | ||
Line 14: | Line 14: | ||
|category=(optional, defaults to Experimental) | |category=(optional, defaults to Experimental) | ||
|tags=#Tag1<br>#Tag2<br>#Tag3 | |tags=#Tag1<br>#Tag2<br>#Tag3 | ||
|appversion=(optional, defaults to | |appversion=(optional, defaults to 4.14.2) | ||
|source=(GitHub url) | |source=(GitHub url) | ||
}} | }} |
Revision as of 15:42, 20 June 2024
Mod name | Template:Mod infobox |
Creator | creatorName |
Made public on | yyyy-mm-dd |
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 }}