No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
Properties: | Properties: | ||
* '''date''': The date (in PST) that the update went live. Dates are specified in YYYY-MM-DD. | * '''date''': The date (in PST) that the update went live. Dates are specified in YYYY-MM-DD. | ||
* '''update_type''': Denotes the size of the update. If players could keep playing, use "Hotfix". If it required maintenance and downtime, use "Major". | * '''update_type''': Denotes the size of the update. If players could keep playing, use "Hotfix". If it required maintenance and downtime, use "Major". | ||
* '''version_number''': The public facing build number (ex: ''1.0.6'') | |||
* '''build_number''': The build number, as displayed in-game at the title screen: (ex: ''1.0.3.342563(0)'' ). Set to "unknown" if not known. | |||
* '''nexon_link''': The URL of the Nexon official site with the patch notes. | * '''nexon_link''': The URL of the Nexon official site with the patch notes. | ||
Line 12: | Line 14: | ||
| date = 2024-12-31 | | date = 2024-12-31 | ||
| update_type = Major | | update_type = Major | ||
| version_number = 1.0.99 | |||
| build_number = unknown | |||
| nexon_link = https://tfd.nexon.com/en/news/2614115 | | nexon_link = https://tfd.nexon.com/en/news/2614115 | ||
}} | }} | ||
</pre> | </pre> | ||
</noinclude><includeonly> | </noinclude><includeonly> | ||
{{#set: Update:Version Number={{{version_number}}} }} | |||
{{#set: Update:Build Number={{{build_number}}} }} | |||
'''Release Date:''' [[Update:Release Date::{{{date}}}]] - [{{{nexon_link}}} Official Site Notes] | '''Release Date:''' [[Update:Release Date::{{{date}}}]] - [{{{nexon_link}}} Official Site Notes] | ||
</includeonly> | </includeonly> |
Latest revision as of 23:08, 12 August 2024
Each update (hotfix and maintenance alike) should be given their own page that uses this template.
Properties:
- date: The date (in PST) that the update went live. Dates are specified in YYYY-MM-DD.
- update_type: Denotes the size of the update. If players could keep playing, use "Hotfix". If it required maintenance and downtime, use "Major".
- version_number: The public facing build number (ex: 1.0.6)
- build_number: The build number, as displayed in-game at the title screen: (ex: 1.0.3.342563(0) ). Set to "unknown" if not known.
- nexon_link: The URL of the Nexon official site with the patch notes.
Usage:
{{Template:Update | date = 2024-12-31 | update_type = Major | version_number = 1.0.99 | build_number = unknown | nexon_link = https://tfd.nexon.com/en/news/2614115 }}