Contributing: Difference between revisions

m
→‎Versioning: Formatting
(→‎Versioning: Added examples of what the version template looks like.)
m (→‎Versioning: Formatting)
Line 39: Line 39:
=== Versioning ===
=== Versioning ===
We have created a system of templates to mark which pages are up to date. At the top of every page there should be a template for which version the page is written. This will look like either {{T|V}}, {{T|V0.18.0}} or {{T|V|0.18.0}}.
We have created a system of templates to mark which pages are up to date. At the top of every page there should be a template for which version the page is written. This will look like either {{T|V}}, {{T|V0.18.0}} or {{T|V|0.18.0}}.
* If a page is entirely populated by either the [[Bot|bot]] or Lua powered templates then simply add <nowiki>{{V}}</nowiki> to the top of the page.
* If a page is entirely populated by either the [[Bot|bot]] or Lua powered templates then simply add {{T|V}} to the top of the page.
* If a page contains a decent amount of user-written text that has the potential to change with each version, then the version number should be specified. For example, if a page is written for version 0.18.0 you would add <nowiki>{{V|0.18.0}}</nowiki> to the top of the page.
* If a page contains a decent amount of user-written text that has the potential to change with each version, then the version number should be specified. For example, if a page is written for version 0.18.0 you would add {{T|V|0.18.0}} to the top of the page.
Each page should have a version attached to it. Every version can be found in the [[:Category:Versions|Versions Category]]. One of the main tasks is to make sure that pages are up to date.
Each page should have a version attached to it. Every version can be found in the [[:Category:Versions|Versions Category]]. One of the main tasks is to make sure that pages are up to date.