Anonymous

Contributing: Difference between revisions

From Melvor Idle
→‎Versioning: updated template types, grammar
(Manual Review: No Changes. Updating Version.)
(→‎Versioning: updated template types, grammar)
(14 intermediate revisions by 6 users not shown)
Line 1: Line 1:
{{V0.16.2}}
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 Coolrox95#9670 for an account.


== Bot ==
== Bot ==
{{Main|Reference=Bot}}
{{Main|Reference=Bot}}
We're working on a [[Bot|bot]] which will fill out the wiki automatically from the game's code.  It's next version will generate improved item sources sections for item pages.
We're working on a [[Bot|bot]] which will fill out the wiki automatically from the game's code.  Its next version will generate improved item sources sections for item pages.


== 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
* The [[:Category:Item Sources|Item Source Templates]] generated for each item page
* The [[:Category:Item Sources|Item Source Templates]] generated for each item page
** If you wish to add information on an item source, please edit the text above the placement of the template
* The [[Template:Monster|Monster Template]] on [[:Category:Monsters|Monster]] pages
* The [[Template:Monster|Monster Template]] on [[:Category:Monsters|Monster]] pages
* The [[Template:Dungeon|Dungeon Template]], [[Template:SlayerArea|Slayer Area Template]], and [[Template:CombatArea|Combat Area Template]] on [[:Category:Dungeons|Dungeon]], [[:Category:Slayer Areas|Slayer Area]], and [[:Category:Combat Areas|Combat Area]] pages respectively
* The [[Template:Dungeon|Dungeon Template]], [[Template:SlayerArea|Slayer Area Template]], and [[Template:CombatArea|Combat Area Template]] on [[:Category:Dungeons|Dungeon]], [[:Category:Slayer Areas|Slayer Area]], and [[:Category:Combat Areas|Combat Area]] pages respectively
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