Anonymous

Contributing: Difference between revisions

From Melvor Idle
→‎Versioning: updated template types, grammar
(link to example of added text above generated content)
(→‎Versioning: updated template types, grammar)
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{V0.16.3}}
If you want to help with the wiki, join our [https://discord.gg/KNakXTh Discord] and message Malcs (aka MrFrux)#6454 or Falterfire#7778 for an account.
 
If you want to help with the wiki, join our [https://discord.gg/KNakXTh Discord] and message Malcs (aka MrFrux)#6454 for an account.


== Bot ==
== Bot ==
Line 8: Line 6:


== What to do ==
== What to do ==
{{Main|Reference=Contributing/To-Do List}}
If you want to help but don't know what you can do, here are a couple of things you can do:
If you want to help but don't know what you can do, here are a couple of things you can do:
{{:Contributing/To-Do List}}
== What not to do ==
As a result of the bot generating much of the content on the wiki from the game's source code, please do not manually edit the content generated by it. This will disrupt the automatic version flagging when new versions of the game are released, and can potentially decrease the overall accuracy of information on the wiki and style consistency.


* Check [[Special:WantedPages| Wanted Pages]] to see what pages are missing.
If you wish to add information on pages with generated content, please edit the text above the placement of the template. For example, {{ItemIcon|Crown of Rhaelyx|ext=png}}.
* Check [[:Category:Pages with broken file links]] to see what images are missing.
* Expand [[Special:ShortPages| Short Pages]].
* Check pages with old [[:Category:Versions]] and update them.


== What not to do ==
Generated content currently includes:
As a result of the bot generating much of the content on the wiki from the game's source code, please do not manually edit the content generated by it. This will disrupt the automatic version flagging when new versions of the game are released, and can potentially decrease the overall accuracy of information on the wiki and style consistency. This currently includes:


* The [[Template:Item|Item Template]], [[Template:ArmourStats|Armour Stats Template]], and [[Template:WeaponStats|Weapon Stats Template]] on [[:Category:Items|Item]] pages
* The [[Template:Item|Item Template]], [[Template:ArmourStats|Armour Stats Template]], and [[Template:WeaponStats|Weapon Stats Template]] on [[:Category:Items|Item]] pages
** If you wish to add information on items or other pages with generated content, please edit the text above the placement of the template. For example, {{ItemIcon|Crown of Rhaelyx|ext=png}}.
* The [[:Category:Item Sources|Item Source Templates]] generated for each item page
* The [[:Category:Item Sources|Item Source Templates]] generated for each item page
* The [[Template:Monster|Monster Template]] on [[:Category:Monsters|Monster]] pages
* The [[Template:Monster|Monster Template]] on [[:Category:Monsters|Monster]] pages
Line 35: Line 32:


=== 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. For example, if a page is written for version 0.15 you would add <nowiki>{{v0.15}}</nowiki> 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.
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 indicating for which version the page is written. This will look like either {{T|V}} or {{T|V|0.18.0}}.
* If a page is entirely populated by either the [[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 {{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.


You can view the versioning system in action on the top right corner of this page.
You can view the versioning system in action on the top right corner of this page.
57

edits