Template:Mod infobox: Difference between revisions
No edit summary |
make icon field actually optional Tag: Manual revert |
||
(9 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{Mod infobox main | {{Mod infobox main | ||
|name={{{name|{{FULLPAGENAME}}}}} | |name={{{name|{{FULLPAGENAME}}}}} | ||
|icon={{{icon|}}} | |||
|creatorToken={{{creatorToken|creatorToken}}} | |creatorToken={{{creatorToken|creatorToken}}} | ||
|creatorName={{{creatorName|creatorName}}} | |creatorName={{{creatorName|creatorName}}} | ||
Line 15: | Line 16: | ||
|sourcehost={{{sourcehost|GitHub}}} | |sourcehost={{{sourcehost|GitHub}}} | ||
}}<noinclude> | }}<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. | 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 == | ||
Line 27: | Line 29: | ||
|madePublicOnDay=dd (defaults to ??) | |madePublicOnDay=dd (defaults to ??) | ||
|madePublicOnRef=(optional) | |madePublicOnRef=(optional) | ||
|madePublicOnAlt=(optional | |madePublicOnAlt=(optional) | ||
|category=(one of Promoted, Standard or Experimental, defaults to Experimental) | |category=(one of Promoted, Standard or Experimental, defaults to Experimental) | ||
|tags={{modtag|Tag1}}<br>{{modtag|Tag2}}<br>{{modtag|Tag3}} | |tags={{modtag|Tag1}}<br>{{modtag|Tag2}}<br>{{modtag|Tag3}} | ||
Line 36: | Line 38: | ||
</nowiki> | </nowiki> | ||
</pre> | </pre> | ||
There is an optional <code><nowiki>icon</nowiki></code> field that appears underneath <code><nowiki>name</nowiki></code>. See [[Template:Mod infobox/row/icon]] for details. | |||
[[Tanks|Tank]] example: | [[Tanks|Tank]] example: | ||
<pre> | <pre> | ||
Line 64: | Line 69: | ||
</pre> | </pre> | ||
Do not use links to them in the <code>madePublicOnRef</code> field. | Do not use links to them in the <code>madePublicOnRef</code> field. | ||
<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><noinclude>[[Category:Infobox Templates]]</noinclude> |
Latest revision as of 21:08, 19 April 2025
Mod name | Template:Mod infobox |
Mod creator | creatorName |
Made public on | ????-??-?? |
Category | Experimental |
Tags | tags |
Requires Warzone version | 4.14.2+ |
Source code | GitHub |
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) }}
There is an optional icon
field that appears underneath name
. See Template:Mod infobox/row/icon for details.
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.