Patched
Talk59this wiki
Template page
Adds a nice link about patch and hotfix changes. The template code contains a list of dates for patches that must be updated manually.
Usage
{{Patched|<patch=>|<date=>|<note=>}}
Parameters
The note=, bluenote= and comments= are all optional, but at least one must be included.
-
patchlogo =optional patch logo abbreviation code (default:
)
-
patch =x.y.z -
date =DD-MMM-YYYY -
note =quoted text from patch notes (paraphrase if needed) -
bluenote =quote from a forum thread, usually for hotfixes -
link =optional should link to forum threads about hotfixes -
hotfixlink =optional will make a link out of the date and should link to WoWWiki Hotfixes page or Hotfixes archive page -
comment =optional un-official notes, undocumented changes or additional info- Comments are recommended when an item only gives specifics about the new change. For example "foo was increased to 120%" could have the comment "Previously 90%"
Examples
- Wikicode
{{Patched
|patch=2.1.0
|note="Gift of the Wild", ranks 1 and 2, are now available on trainers.
|comment=Previously only trainable from [[world drop]] tomes.}}
{{Patched
|date=2007-04-01
|note=Something was changed}}
{{Patched
|date=2007-03-05
|link=http://forums.worldofwarcraft.com/thread.html?topicId=79628008&sid=1
|bluenote=Coilfang Frenzies will no longer attack players in water outside of Coilfang.}}
{{Patched
|patch=3.2.0
|comment=Will become unattainable.
|bluenote=...removed when 3.2 comes out
|link=http://blue.mmo-champion.com/20/17367881473-ironboundrusted-protodrake.html}}
{{Patched
|patch=3.2.0a
|comment=Small patch.}}
{{Patched
|patchlogo=wrath
|patch=3.2.0a
|comment=Small patch.}}
{{Patched
|patchlogo=mists
|patch=5.1.0
|date=11-Dec-2012
|note=Debuff increased from 15% to 30%.
|hotfixlink=Hotfixes/2012_September_4_thru_December_21_Archive#December_11}}
- Output
![]()
![]()
![]()
- Previously only trainable from world drop tomes.
- Previously only trainable from world drop tomes.
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
![]()
- Will become unattainable.
- Will become unattainable.
![]()
![]()
![]()
![]()
![]()
![]()
Problem / Solutions with the template
We define the patch numbers as #.# in the definitions table, you do not need to add the 3rd number if it is .0.
- Problem: In math 1.1 and 1.10 are the same number and will link to the same date in the definitions table.
- Solution: In the definitions table mark 1.1 as you normaly would but 1.10 should be marked as 1.10
.<<<----- Notice the period or dot at the end of the number. Without this period the template will incorrectly link to 1 date not both.