GSWiki:Maintenance/Update history: Difference between revisions
Created page with "__NOTOC__ =A guide to update history= ==Templates== The templates used on this project are {{t|Update history}} or {{t|UH}} and {{t|Update list}} or {{t|UL}}. Update history..." |
No edit summary |
||
| Line 19: | Line 19: | ||
==Update types== | ==Update types== | ||
* There are | * There are 5 types of updates that can be listed in the <code>|type=</code> parameter: | ||
** <code>update</code> - Usually used on releases, also shows as default when the <code>|type=</code> parameter isn't used. | ** <code>update</code> - Usually used on releases, also shows as default when the <code>|type=</code> parameter isn't used. | ||
** <code>patch</code> - The most used, usually on every change; | ** <code>patch</code> - The most used, usually on every change; | ||
** <code>hotfix</code> - Used on hotfixes | ** <code>ninja</code> - Used on ninja updates; | ||
** <code>hotfix</code> - Used on hotfixes; | |||
** <code>hidden</code> - Used for [[hidden updates]]. | |||
hotfixes updates do not require an actual update to be added to the <code>|update=</code> parameter. If the change happens without an update post, <code>|update=</code> should be left empty and the <code>|date=</code> parameter should be added with the date in the following format <code>DD Month YYYY</code>. | hotfixes updates do not require an actual update to be added to the <code>|update=</code> parameter. If the change happens without an update post, <code>|update=</code> should be left empty and the <code>|date=</code> parameter should be added with the date in the following format <code>DD Month YYYY</code>. | ||