Template:Mod infobox: Difference between revisions

From Warzone Wiki
Jump to navigation Jump to search
DanWL60 (talk | contribs)
No edit summary
DanWL60 (talk | contribs)
No edit summary
Line 18: Line 18:
</nowiki>
</nowiki>
</pre>
</pre>
[[Tanks|Tank]] example:
<pre>
<nowiki>
{{Mod infobox
|creatorToken=62456969
|creatorName=Fizzer
|tags=#Diplomacy<br>#Strategic<br>Commerce
|source=https://github.com/FizzerWL/ExampleMods/tree/master/TanksMod
}}
</nowiki>
</pre>
</noinclude>
</noinclude>


<noinclude>[[Category:Infobox Templates]]</noinclude>
<noinclude>[[Category:Infobox Templates]]</noinclude>

Revision as of 11:41, 17 November 2023

Mod name Template:Mod infobox
Creator creatorName
Category Experimental
Tags tags
Runs on Warzone version 3.18+
Source code [ GitHub]


Usage


{{Mod infobox
|name=(name of mod)
|creatorToken=(the ?p=<numbers> on a player URL)
|creatorName=(name of player who created the mod)
|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
}}