Template:Patch: Difference between revisions
Template page
More actions
VivaRomania (talk | contribs) m Undo revision 5697 by VivaRomania (talk) did not mean to push that live yet Tag: Undo |
VivaRomania (talk | contribs) m Here we go |
||
| Line 1: | Line 1: | ||
{| style="width: 100%; margin: 0 auto; border: 1px solid #583A31 !important;" | {| style="width: 100%; margin: 0 auto; border: 1px solid #583A31 !important;" | ||
! style="width: 25%; font-size: 16px; background-color: #8B6D64; color: white;" | [[Patches|List of patches]] | ! style="width: 25%; font-size: 16px; background-color: #8B6D64; color: white;" | [[Patches|List of patches]] | ||
! style="width: 25%; font-size: 16px; background-color: #8B6D64; color: white;" | | ! style="width: 25%; font-size: 16px; background-color: #8B6D64; color: white;" | ← {{ #if: {{{prev|}}} | [[{{{prev}}}]] | N/A }} | ||
! style="width: 25%; font-size: 16px; background-color: #583A31; color: white;" | | ! style="width: 25%; font-size: 16px; background-color: #583A31; color: white;" | {{BASEPAGENAME}} | ||
! style="width: 25%; font-size: 16px; background-color: #8B6D64; color: white;" | | ! style="width: 25%; font-size: 16px; background-color: #8B6D64; color: white;" | {{ #if: {{{next|}}} | [[{{{next}}}]] | N/A }} → | ||
|} | |} | ||
'''{{BASEPAGENAME}}''' was {{ #if: {{{prev|}}} | a {{ #if: {{{major|}}} | major | minor }} update for | the initial release of }} ''Team Fortress 2 Classic''{{ #if: {{{major|}}} |, also known as the {{{update}}} | }}. It was released on {{ #if: {{{date|}}} | {{{date}}} | an undefined date }}. The patch notes {{ #if: {{{archives|}}} | can be found on the {{{archives}}} | were initially released on the {{{blogpost}}} }}. {{ #if: {{{mapfix|}}}{{{wepfix|}}}{{{genfix|}}}{{{bugfix|}}} | It featured some {{ #if: {{{mapfix|}}} | map changes{{ #if: {{{wepfix|}}}{{{genfix|}}}{{{bugfix|}}} | , {{ #ifexpr: {{ #if: {{{wepfix|}}} | 1 | 0 }} + {{ #if: {{{genfix|}}} | 1 | 0 }} + {{ #if: {{{bugfix|}}} | 1 | 0 }} = 1 | and | }} | . }} }} {{ #if: {{{wepfix|}}} | weapon changes{{ #if: {{{genfix|}}}{{{bugfix|}}} | , {{ #ifexpr: {{ #if: {{{genfix|}}} | 1 | 0 }} + {{ #if: {{{bugfix|}}} | 1 | 0 }} = 1 | and | }} | . }} }} {{ #if: {{{genfix|}}} | general changes{{ #if: {{{bugfix|}}} | , and | . }} }} {{ #if: {{{bugfix|}}} | bug fixes. }} | }} {{ #if: {{{new-weps|}}} | It {{ #if: {{{mapfix|}}}{{{wepfix|}}}{{{genfix|}}}{{{bugfix|}}} | also | }} featured the addition of {{{new-weps}}} new {{ #ifeq: {{{new-weps}}} | 1 | weapon. | weapons. }}}}{{ #if: {{{next|}}} | | It is the most recent update to the game. }} | |||
<includeonly> | |||
[[Category:Patch Notes]] | |||
[[Category:Updates]] | |||
{{ #if: {{{major|}}} | [[Category:Major Updates]] | [[Category:Minor Updates]] }} | |||
</includeonly> | |||
<noinclude> | |||
<!-- Doc writing in progress | |||
== Usage == | |||
<pre> | |||
{{Patch | |||
|prev = | |||
|next = | |||
|date = | |||
|major = | |||
|update = | |||
|blogpost = | |||
|archives = | |||
|new-weps = | |||
|mapfix = | |||
|wepfix = | |||
|genfix = | |||
|bugfix = | |||
}} | |||
</pre> | |||
=== Parameters === | |||
* {{code|prev}} | |||
** Used to specify the patch number previous to the current patch. | |||
** If not defined or left empty, intro sentence will change to "was the initial release of", which should only ever be used on [[1.0.0]]. | |||
* {{code|next}} | |||
** Used to specify the patch number after the current patch. | |||
** If not defined or left empty, an additional sentence will be added to the end of the intro stating "It is the most recent update to the game." | |||
--> | |||
</noinclude> | |||