Contributing: Difference between revisions

→‎Versioning: Added examples of what the version template looks like.
(→‎Versioning: Update guidance to use newer {{V}} template)
(→‎Versioning: Added examples of what the version template looks like.)
Line 38: Line 38:


=== 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.
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 <nowiki>{{V}}</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 <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 <nowiki>{{V|0.18.0}}</nowiki> to the top of the page.