Template:Mod infobox: Difference between revisions

From Warzone Wiki
Jump to navigation Jump to search
DanWL60 (talk | contribs)
added madePublicOn field
DanWL60 (talk | contribs)
mNo edit summary
 
(40 intermediate revisions by the same user not shown)
Line 1: Line 1:
<div class="infobox">
<includeonly>[[Category:Mods]][[Category:Mods made public during {{{madePublicOnYear|????}}}]][[Category:{{{category|Experimental}}} Mods]]</includeonly>
{{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]}}
{{Mod infobox main
</div>
|name={{{name|{{FULLPAGENAME}}}}}
 
|creatorToken={{{creatorToken|creatorToken}}}
<noinclude>
|creatorName={{{creatorName|creatorName}}}
|madePublicOnYear={{{madePublicOnYear|????}}}
|madePublicOnMonth={{{madePublicOnMonth|??}}}
|madePublicOnDay={{{madePublicOnDay|??}}}
|madePublicOnRef={{{madePublicOnRef|}}}
|madePublicOnAlt={{{madePublicOnAlt|}}}
|category={{{category|Experimental}}}
|tags={{{tags|tags}}}
|appversion={{{appversion|4.14.2}}}
|source={{{source|https://example.com}}}
|sourcehost={{{sourcehost|GitHub}}}
}}<noinclude>
For giving info about available public mods. [[:Category:Deleted Mods|Deleted mods]] should use [[Template:Mod infobox main]], as categories will not be automatically included using that template, unlike this one.
== Usage ==
== Usage ==
<pre>
<pre>
Line 11: Line 23:
|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)
|madePublicOnYear=yyyy (forced)
|category=(optional, defaults to Experimental)
|madePublicOnMonth=mm (defaults to ??)
|tags=#Tag1<br>#Tag2<br>#Tag3
|madePublicOnDay=dd (defaults to ??)
|appversion=(optional, defaults to 3.18)
|madePublicOnRef=(optional)
|source=(GitHub url)
|madePublicOnAlt=(optional)
|category=(one of Promoted, Standard or Experimental, defaults to Experimental)
|tags={{modtag|Tag1}}<br>{{modtag|Tag2}}<br>{{modtag|Tag3}}
|appversion=(optional, defaults to 4.14.2)
|source=url
|sourcehost=(optional, defaults to GitHub)
}}
}}
</nowiki>
</nowiki>
</pre>
</pre>
[[Tanks|Tank]] example:
[[Tanks|Tank]] example:
<pre>
<pre>
Line 26: Line 42:
|creatorToken=62456969
|creatorToken=62456969
|creatorName=Fizzer
|creatorName=Fizzer
|tags=#Diplomacy<br>#Strategic<br>Commerce
|madePublicOnYear=2022
|madePublicOnMonth=10
|madePublicOnDay=26
|madePublicOnRef={{ref|https://www.warzone.com/blog/index.php/2022/10/update-5-21-tanks-mod-improvements-commander-improvements/}}
|tags={{modtag|Diplomacy}}<br>{{modtag|Strategic}}<br>{{modtag|Commerce}}
|appversion=5.24.1
|source=https://github.com/FizzerWL/ExampleMods/tree/master/TanksMod
|source=https://github.com/FizzerWL/ExampleMods/tree/master/TanksMod
}}
}}
</nowiki>
</nowiki>
</pre>
</pre>
If the mod was announced public but there isn't a way to verify it using means which require having certain accounts or access to other places outside of Warzone such as Discord servers, you should still include the date but include a comment such as one of the below beneath the <code>madePublicOn</code> fields:
<pre>
<nowiki>
<!-- assuming mods made by fizzer are instantly public -->
<!-- mod discord archives finished-mod-list -->
<!-- mod discord finished-mod-list -->
<!-- mod discord community-hangout-chat -->
<!-- mod discord public-modders-chat -->
<!-- mod discord archives mod-suggestions -->
</nowiki>
</pre>
Do not use links to them in the <code>madePublicOnRef</code> field.


</noinclude>
<code>madePublicOnAlt</code> is for if a mod was made not public after being made public and then made public again. Add dates using [[Template:Mod infobox/date]].
 
</noinclude><noinclude>[[Category:Infobox Templates]]</noinclude>
<noinclude>[[Category:Infobox Templates]]</noinclude>

Latest revision as of 13:43, 15 February 2025

Mod nameTemplate:Mod infobox
CreatorcreatorName
Made public on????-??-??
CategoryExperimental
Tagstags
Requires Warzone version4.14.2+
Source codeGitHub

For giving info about available public mods. Deleted mods should use Template:Mod infobox main, as categories will not be automatically included using that template, unlike this one.

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)
|madePublicOnYear=yyyy (forced)
|madePublicOnMonth=mm (defaults to ??)
|madePublicOnDay=dd (defaults to ??)
|madePublicOnRef=(optional)
|madePublicOnAlt=(optional)
|category=(one of Promoted, Standard or Experimental, defaults to Experimental)
|tags={{modtag|Tag1}}<br>{{modtag|Tag2}}<br>{{modtag|Tag3}}
|appversion=(optional, defaults to 4.14.2)
|source=url
|sourcehost=(optional, defaults to GitHub)
}}

Tank example:


{{Mod infobox
|creatorToken=62456969
|creatorName=Fizzer
|madePublicOnYear=2022
|madePublicOnMonth=10
|madePublicOnDay=26
|madePublicOnRef={{ref|https://www.warzone.com/blog/index.php/2022/10/update-5-21-tanks-mod-improvements-commander-improvements/}}
|tags={{modtag|Diplomacy}}<br>{{modtag|Strategic}}<br>{{modtag|Commerce}}
|appversion=5.24.1
|source=https://github.com/FizzerWL/ExampleMods/tree/master/TanksMod
}}

If the mod was announced public but there isn't a way to verify it using means which require having certain accounts or access to other places outside of Warzone such as Discord servers, you should still include the date but include a comment such as one of the below beneath the madePublicOn fields:


<!-- assuming mods made by fizzer are instantly public -->
<!-- mod discord archives finished-mod-list -->
<!-- mod discord finished-mod-list -->
<!-- mod discord community-hangout-chat -->
<!-- mod discord public-modders-chat -->
<!-- mod discord archives mod-suggestions -->

Do not use links to them in the madePublicOnRef field.

madePublicOnAlt is for if a mod was made not public after being made public and then made public again. Add dates using Template:Mod infobox/date.