- 0 Talk
WoWWiki:Game patch maintenance
This article or section is under construction.
|
- This article is specific to World of Warcraft software patches, but can be adapted to other Warcraft games.
When a new software patch of the game comes out, alot of work has to be done. Generally this applies to both live and PTR patches. This article will serve as a task list for what to do when a new patch is announced, updated or released.
Patch announced
Edit
- Edit the Patch #.#.# page of the patch previous tot he newly announced patch.
- Put the announce patch version in the
| Next =of the{{Patchbox}}:
- Put the announce patch version in the
| Next = #.#.#
- Create a new page: Patch #.#.#
{{Patchbox
| Patchname =
| Patchnameref =
| Image =
| Release = TBA <!-- DD MMM YYYY -->
| Releaseref =
| Version =
| toc = ###00
| Highlights =
* Any major features or highlights
| Related =
| api = 0
| Prev = #.#.# (previous)
| Current = #.#.# (this version)
| Next = #.#.# (next, if known)
}}
toc =is usually based on the first to numbers of the version number, where you take the first number and add a 0 and the second number and add 00 (the toc should not change for any version changes to the third number). So for 4.3.2, it would be:toc = 40300
- Put the following at the bottom:
== References ==
{{reflist}}
== External links ==
;Patch notes
...
;News
{{elink|icon=siteicon|site=sitename|link=http://URL_to_news|desc=title of article|bydate=by and date/time}}
{{patches}}
- When using
{{elink}}, instead of|icon=siteicon|site=sitenameyou can use|type=for commonly used sites like the following:|type=bnetwowusfor us.battle.net/wow/en|type=bnetwoweufor eu.battle.net/wow/en|type=mmochampionfor www.mmo-champion.com|type=wowheadnewsfor www.wowheadnews.com|type=wowinsiderfor wow.joystiq.com
- When using
- Add a new patch table or a table row to the appropriate patch table in Patches.
- If the patch has only been announced and not appeared yet on the PTR, put "TBA" for Release date (US).
- Version column info can be left blank or put "?".
- Interface .toc column info should use the same formula as with
|toc =in{{Patchbox}}instructions above.
- Add a link in {{Patches}} for the new patch.
- Wikicode should look like this:
[[Patch #.#.#|<span title="Future patch" style="color:gray;">#.#.#</span>]]
- Wikicode should look like this:
Patch on PTR
Edit
- Create a new Template:Patch #.#.# page with the following wikicode:
<onlyinclude>{{mists-inline}} {{Patch
|patch=#.#.#
|date=PTR
|bluenote={{{bluenote|}}}
|note={{{note|}}}
|link={{{link|}}}
|comment={{{comment|}}}
}}</onlyinclude>
See [[:Category: Patch templates]] for documentation.
[[Category: Patch templates]]
-
{{mists-inline}}should be changed to the appropriate in-line template for the current expansion.
-
- Edit Patch #.#.#.
- Change
{{NYI}}at the top to{{NYR}}. - Change:
| Release = TBA <!-- DD MMM YYYY -->
...to:| Release = PTR <!-- DD MMM YYYY --> - Change:
| Version =
...to:| Version = build#- The
build#will often be posted by MMO Champion, if you don't know how to find it (for Mac you can do Cmd-I on the game app).
- The
- Add or change any "Highlights" to
{{Patchbox}}, if known. - If there are official PTR patch notes, add a link to the "External links" section and rename Patch notes to Official PTR patch notes.
- Change
- Edit Public client builds.
- Add a row to the top table with the following wikicode:
|- style="color:#aa4;" valign="top" |[[Patch #.#.#|<span style="color:#aa4;">#.#.#</span>]].build# || build# || Test || Month Day#, Year# || [[Patch #.#.#|<span style="color:#aa4;">Patch #.#.#</span>]]; Date on login screen: DATE labeled "LABEL"
-
DATEandLABELshould be how they appear on the login screen.
-