Difference between revisions of "Template:Audit-list-entry"

From TMTM Wiki
Jump to navigation Jump to search
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<includeonly>|-
 
<includeonly>|-
| [[{{{1}}}]] || {{{2}}} || {{{3}}} || {{{4}}} || {{#time: Y-m-d|{{{4}}}+6 months}} || {{{5}}} || {{{6}}}</includeonly>
+
| [[{{{1}}}]] || {{{2|N/A}}} || {{{3}}} || {{{4}}} || {{{5}}} || {{{6}}} || {{{7}}} || {{{8|N/A}}}</includeonly>
 
<noinclude>
 
<noinclude>
 
Usage:
 
Usage:
<pre>{{audit-list-entry|*Mission Name*|*Mission Version*|*Mission Author*|*Audit Date*|*TMTM_MP Version*|*TMTM_Content* Version}}</pre>
+
<pre>{{audit-list-entry|*Mission Name*|*Mission Map (Text format)*|*Mission Author*|*Mission Version*|*Auditor*|*Audit Date*|*Modpack Version*|*CRC32 Hash (Optional)*}}</pre>
 +
 
 +
Example:
 +
<pre>{{audit-list-entry|Tank You Very Much|Malden|Superxpdude|1.1|Ghost|2019-02-28|Legacy|8A7B5C13}}</pre>
 +
 
 +
The above example will result in the following table entry:
 +
 
 +
{| class='wikitable'
 +
|-
 +
! Mission !! Map !! Author !! Version !! Auditor !! Audit Date !! Modpack Version !! CRC32 Hash
 +
{{audit-list-entry|Tank You Very Much|Malden|Superxpdude|1.1|Ghost|2019-02-28|Legacy|8A7B5C13}}
 +
|}
 +
 
 +
Mission names will automatically attempt to point to a matching wiki page.
 +
 
 +
Audit dates should be written in YYYY-MM-DD format.
 
</noinclude>
 
</noinclude>

Latest revision as of 23:47, 5 October 2019


Usage:

{{audit-list-entry|*Mission Name*|*Mission Map (Text format)*|*Mission Author*|*Mission Version*|*Auditor*|*Audit Date*|*Modpack Version*|*CRC32 Hash (Optional)*}}

Example:

{{audit-list-entry|Tank You Very Much|Malden|Superxpdude|1.1|Ghost|2019-02-28|Legacy|8A7B5C13}}

The above example will result in the following table entry:

Mission Map Author Version Auditor Audit Date Modpack Version CRC32 Hash
Tank You Very Much Malden Superxpdude 1.1 Ghost 2019-02-28 Legacy 8A7B5C13

Mission names will automatically attempt to point to a matching wiki page.

Audit dates should be written in YYYY-MM-DD format.