Difference between revisions of "Template:Version/row/doc"
From ComputerCraft Wiki
KnightMiner (Talk | contribs) (this is a meta template, so no need for examples) |
KnightMiner (Talk | contribs) m |
||
Line 7: | Line 7: | ||
* {{p|3}}: Release date, formatted in <code>YYYY/MM/DD</code> format, for example <code>2015/12/04</code> | * {{p|3}}: Release date, formatted in <code>YYYY/MM/DD</code> format, for example <code>2015/12/04</code> | ||
* {{p|4}}: Row type. Set to <code>gray</code> for a gray row, or <code>latest</code> for the blue row with the "latest" header. | * {{p|4}}: Row type. Set to <code>gray</code> for a gray row, or <code>latest</code> for the blue row with the "latest" header. | ||
+ | * {{p|link}}: Sets the link after the date. Defaults to <code>computercraft-{{p|1|plain=1}}</code> with the periods in {{p|1}} being replaced with dashes. |
Revision as of 05:11, 9 December 2015
This template is used to create the rows on {{version}}
Parameters
-
{{{1}}}
: Sets the version number -
{{{2}}}
: Sets the coorsponding Minecraft version -
{{{3}}}
: Release date, formatted inYYYY/MM/DD
format, for example2015/12/04
-
{{{4}}}
: Row type. Set togray
for a gray row, orlatest
for the blue row with the "latest" header. -
{{{link}}}
: Sets the link after the date. Defaults tocomputercraft-{{{1}}}
with the periods in{{{1}}}
being replaced with dashes.