Template:Patch/doc

From Warcraft Watch Secrets
Revision as of 00:00, 14 May 2025 by imported>Surafbrov
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Do not directly use this template! Use the appropriate template in Category:Patch templates instead. Example: {{Patch 3.3.0|<note=It changed in some way.>}}

Patch adds a nice formatted link about patch changes. It is an internal template not designed to be called directly.

Usage

Template:Patch 2.1 would use it thus:

<onlyinclude>{{Patch
  |patch=2.1
  |patchpage=2.1.0
  |date=2007-05-22
  |added={{{added|-}}}
  |bluenote={{{bluenote|}}}
  |note={{{note|}}}
  |link={{{link|}}}
  |comment={{{comment|}}}
}}</onlyinclude>
  • date must be a valid, parseable date, or the word "Beta" if included. If the date is omitted, it defaults to "PTR".
  • patchpage is optional if it would be equal to patch. You can use it to avoid linking to a redirect.

Examples

*{{Patch
  |patch=1.2.3
  |date=2005-01-02
  |bluenote=quote from a forum thread
  |note=Quoted text from patch notes
  |link=http://www.example.invalid/forum_thread_for_bluenote
  |comment=Un-official notes, undocumented changes or additional info
}}
*{{Patch
  |patch=1.2.3
  |date=2006-01-02
  |note=Quoted text from patch notes
  |comment=Un-official notes, undocumented changes or additional info
}}
*{{Patch
  |patch=1.2.3
  |date=2007-01-02
  |comment=Un-official notes, undocumented changes or additional info
}}
*{{Patch
  |patch=1.2.3
  |date=2007-01-02
  |added=
}}
*{{Patch
  |patch=1.2.3
  |date=2007-01-02
  |added=Added, replaced by [[Ashbringer]].
}}

Notes

  • added, note, bluenote and comments are all optional, but at least one must be included.
    • added should only be used for its added in patch.
  • 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%".