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 2: Line 2:
{{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|[[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>
<noinclude>
== Usage ==
<pre>
<nowiki>
{{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=(url)
}}
</nowiki>
</pre>
</noinclude>


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

Revision as of 11:39, 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=(url)
}}