Template:Updates/Documentation: Difference between revisions
Jump to navigation
Jump to search
m (Protected "Template:Updates/Documentation" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
m (Fixed grammar mistake) |
||
(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
! Parameter !! Description | ! Parameter !! Description | ||
|- | |- | ||
| version || The version number of the update. Format as <code>Version 1.0</code>. If an update goes by an official name, list the name and the version number in | | version || The version number of the update. Format as <code>Version 1.0</code>. If an update goes by an official name, list the name and the version number in parentheses. | ||
|- | |- | ||
| release || The release date of the update. Use [[Template:Release]]. | | release || The release date of the update. Use [[Template:Release]]. | ||
Line 20: | Line 20: | ||
|} | |} | ||
</pre> | </pre> | ||
<noinclude>[[Category:Template Documentation]]</noinclude> |
Latest revision as of 03:46, 21 November 2023
Purpose
Used to create tables for listing updates and patches in a video game, using both a header template and multiple row templates. Template:Updates/Header is placed at the top of the table, and the table must be closed by appending |}
on the following line.
Usage
Parameter | Description |
---|---|
version | The version number of the update. Format as Version 1.0 . If an update goes by an official name, list the name and the version number in parentheses.
|
release | The release date of the update. Use Template:Release. |
changes | A list of all changes made in the update, or otherwise a brief summary of its changes. If using bullet point lists, each point must be on its own line break. |
Code
{{Updates/Header}} {{Updates|version=|release=|changes=}} |}