|
|
| (30 intermediate revisions by the same user not shown) |
| Line 1: |
Line 1: |
| {{Todo|
| | Even though these localization files have a template warning not to delete them despite them showing up in [[Special:UnusedFiles]], I'm going to link to them here so they don't show up there anymore. |
| * <strike>Rename "before" and "after" to "prev" and "next" for clarity</strike>
| | * [[File:tf2classic english.txt]] |
| * Add built-in categorization of articles into [[:Category:Patch Notes]] and [[:Category:Updates]]
| | * [[File:tf2classic bulgarian.txt]] |
| * Add preformatted introductory paragraph: | | * [[File:tf2classic italian.txt]] |
| ** <strike>Conditional check for if "next" param is present</strike> | | * [[File:tf2classic polish.txt]] |
| *** <strike>If "next" is not declared, add "It is the most recent update to the game." to the paragraph.</strike>
| | * [[File:tf2classic spanish.txt]] |
| ** Param system for specifying what type of changes were in the patch; | | * [[File:tf2classic turkish.txt]] |
| *** e.g. bug fixes, map changes, weapon changes, etc
| | * [[File:tf2classic romanian.txt]] |
| ** Other params for specifying certain bits of the paragraph; | | * [[File:tf2classic french.txt]] |
| *** <strike>Patch date</strike>
| | * [[File:tf2classic brazilian.txt]] |
| *** <strike>Link to main update article if it's a major update (e.g. 2.2.0 having a link to Double Down Update.</strike>
| | * [[File:tf2classic finnish.txt]] |
| *** Link to external patch notes | | * [[File:tf2classic german.txt]] |
| **** TF2Classic.com for patches post 2.0.0
| | * [[File:tf2classic russian.txt]] |
| **** Archived pages for patches pre-2.0.0 | | * [[File:tf2classic hungarian.txt]] |
| | | * [[File:tf2classic schinese.txt]] |
| Special note to me:
| |
| * don't rush this, take your time | |
| }}
| |
| | |
| | |
| {| 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;" | ''{{#if: {{{prev|}}} | ← [[{{{prev}}}]] | N/A }}''
| |
| ! style="width: 25%; font-size: 16px; background-color: #583A31; color: white;" | ''{{BASEPAGENAME}}''
| |
| ! style="width: 25%; font-size: 16px; background-color: #8B6D64; color: white;" | ''{{#if: {{{next|}}} | [[{{{next}}}]] → | N/A }}''
| |
| |}
| |
| | |
| '''{{BASEPAGENAME}}''' was a {{#if: {{{major|}}} | major | minor }} update for ''Team Fortress 2 Classic'' that was released on {{#if: {{{date|}}} | {{{date}}} | an undefined date }}. {{#if: {{{major|}}} | It was also known as the [[{{{update}}}]]. | }}
| |
| | |
| It featured changes such as ''<todo: sentence with param structure for what kind of changes happened>''
| |
| | |
| {{#if: {{{next|}}} | | It is the most recent update to the game. }}
| |
| | |
| | |
| | |
| | |
| <!-- Dev notes:
| |
| Specifying "|major=" with nothing after the equals sign results in the update being labelled "minor"
| |
| | |
| Specifying "|major=" with anything after it, such as "|major=1" results in the update being labelled as a major update and allowing use of the "update" parameter to specify an update article to link to.
| |
| | |
| So far, things are functionally working as they are supposed to.
| |
| | |
| This below code is for testing purposes
| |
| {{User:VivaRomania/Nav_allweapons_new
| |
| |prev = 2.2.0
| |
| |next =
| |
| |major = 1
| |
| |update = Double Down Update
| |
| |date = January 1, 1970
| |
| }}
| |
| -->
| |