No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
* '''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". | ||
* '''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. | ||
Usage: | Usage: | ||
Line 14: | Line 13: | ||
| update_type = Major | | update_type = Major | ||
| nexon_link = https://tfd.nexon.com/en/news/2614115 | | nexon_link = https://tfd.nexon.com/en/news/2614115 | ||
}} | }} | ||
</pre> | </pre> | ||
Line 21: | Line 18: | ||
'''Release Date:''' [[Update:Release Date::{{{date}}}]] - [{{{nexon_link}}} Official Site Notes] | '''Release Date:''' [[Update:Release Date::{{{date}}}]] - [{{{nexon_link}}} Official Site Notes] | ||
</includeonly> | </includeonly> |
Revision as of 22:35, 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".
- nexon_link: The URL of the Nexon official site with the patch notes.
Usage:
{{Template:Update | date = 2024-12-31 | update_type = Major | nexon_link = https://tfd.nexon.com/en/news/2614115 }}