Template:Cite changelog: Difference between revisions

From Zoo Wiki
now adds release date
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
[{{#if:{{{robotop|}}}|http://web.archive.org/web/20230213234542/https://robotop.xyz/changelog|https://gdcolon.com/zoo/changelog}} {{#if:{{{robotop|}}}|RoboTop|Zoo}} changelog], v{{{1}}} (released {{#time:j F Y|{{Release date|{{{1}}}}}}}){{#if:{{{2|}}}|<nowiki>:</nowiki><p>“{{{2}}}”</p>|.}}
[{{#if:{{{robotop|}}}|https://robotop.xyz/changelog.txt|https://gdcolon.com/zoo/changelog}} {{#if:{{{robotop|}}}|RoboTop|Zoo}} changelog]{{#if:{{{1|}}}|, v{{{1}}} (released {{#time:j F Y|{{Release date|{{{1}}}}}}})}}{{#if:{{{2|}}}|<nowiki>:</nowiki><p>“{{{2}}}”</p>|.}}<noinclude>
<noinclude>
==Examples==
==Documentation==
<syntaxhighlight lang="wikitext">
Cite the game's changelog.
{{cite changelog}}
 
===Examples===
<pre><nowiki>
{{cite changelog|1.0.0}}
{{cite changelog|1.0.0}}
{{cite changelog|1.5.4|Added a few more profile themes (new total is 21)}}
{{cite changelog|1.5.4|Added a few more profile themes (new total is 21)}}
{{cite changelog|93.3|made the r!zoo shop more spicy|robotop=1}}
{{cite changelog|93.3|made the r!zoo shop more spicy|robotop=1}}
</nowiki></pre>
</syntaxhighlight>


{{cite changelog}}<br>
{{cite changelog|1.0.0}}
{{cite changelog|1.0.0}}
{{cite changelog|1.5.4|Added a few more profile themes (new total is 21)}}
{{cite changelog|1.5.4|Added a few more profile themes (new total is 21)}}
{{cite changelog|93.3|made the r!zoo shop more spicy|robotop=1}}
{{cite changelog|93.3|made the r!zoo shop more spicy|robotop=1}}


==Template data==
<templatedata>
<templatedata>
{
{
Line 22: Line 21:
"example": "1.5.2",
"example": "1.5.2",
"type": "string",
"type": "string",
"required": true
"suggested": true
},
},
"2": {
"2": {
Line 32: Line 31:
"robotop": {
"robotop": {
"description": "When present, cites RoboTop's changelog instead",
"description": "When present, cites RoboTop's changelog instead",
"type": "boolean"
"type": "boolean",
"suggested": true
}
}
}
},
"description": "Cite the Zoo or RoboTop changelog"
}
}
</templatedata>
</templatedata>
[[Category:Citation templates]]
</noinclude>
</noinclude>

Latest revision as of 19:00, 3 June 2024

Zoo changelog.

Examples[edit source]

{{cite changelog}}
{{cite changelog|1.0.0}}
{{cite changelog|1.5.4|Added a few more profile themes (new total is 21)}}
{{cite changelog|93.3|made the r!zoo shop more spicy|robotop=1}}

Zoo changelog.
Zoo changelog, v1.0.0 (released 15 February 2023).

Zoo changelog, v1.5.4 (released 11 December 2023):

“Added a few more profile themes (new total is 21)”

RoboTop changelog, v93.3 (released 14 February 2022):

“made the r!zoo shop more spicy”

Template data[edit source]

Cite the Zoo or RoboTop changelog

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
11

The game version whose changelog to cite

Example
1.5.2
Stringsuggested
22

An excerpt from the changelog

Example
Added the ability to bulk-use all notification and auto-rescue items
Stringsuggested
robotoprobotop

When present, cites RoboTop's changelog instead

Booleansuggested