Difference between revisions of "Isleward Wiki:Community Portal"

From Isleward Wiki
Jump to navigation Jump to search
(fix tags)
 
(22 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 +
{{DO_NOT_REMOVE_-_Community_Portal_Header}}
 +
 
= Community Portal =
 
= Community Portal =
Welcome to Isleward Wiki. This page documents recommended practices to edit the wiki as well as tasks that need to be done.
+
Welcome to the Isleward Wiki. This page documents recommended practices to edit the wiki as well as tasks that need to be done.
  
= Bots =
+
== Editing the Wiki ==
Use <code><nowiki>{{bots}}</nowiki></code> to indicate to bots (probably only the one operated by notme) to edit, and use <code><nowiki>{{nobots}}</nowiki></code> to disable bots, like on this page.
+
To make changes to the wiki, you must request a wiki account. Please contact moderators on the <code>#wiki</code> channel on [http://discord.isleward.com Discord] about details to create an account.
 
 
{{nobots}}
 
  
== Editing the Wiki ==
+
Note that your wiki account is not related to your in-game account in any ways.
To make changes to the wiki, you must [[Special:CreateAccount|register]] an account. Note that this account is not related to your in-game account.
 
  
 
See [https://www.mediawiki.org/wiki/Help:Formatting MediaWiki Formatting Help] for the syntax used by Isleward Wiki.
 
See [https://www.mediawiki.org/wiki/Help:Formatting MediaWiki Formatting Help] for the syntax used by Isleward Wiki.
 
To prevent spams, edits made by new users aren't visible to others until approved. Please contact moderators on the <code>#wiki</code> channel on [https://discord.gg/gnsn7ZP Discord] to have them approved and your account whitelisted.
 
  
 
== Guidelines ==
 
== Guidelines ==
 
; Player Guides
 
; Player Guides
 
: The wiki should provide facts about Isleward that are verifiable by others. Guides based on player experience should be marked with <code><nowiki>{{{OB}}}</nowiki></code> (opinion-based) so they are distinguished from other information. Guides that are specific to an article (e.g. how to defeat a boss) should have its own section in the page, while guides that are pages on their own should be in [[:Category:Guides]].
 
: The wiki should provide facts about Isleward that are verifiable by others. Guides based on player experience should be marked with <code><nowiki>{{{OB}}}</nowiki></code> (opinion-based) so they are distinguished from other information. Guides that are specific to an article (e.g. how to defeat a boss) should have its own section in the page, while guides that are pages on their own should be in [[:Category:Guides]].
 +
 
; Game Version
 
; Game Version
: Each page should be tagged with the predefined template <code><nowiki>{{Version0110}}</nowiki></code> (for v0.1.10), <code><nowiki>{{Version019}}</nowiki></code> (for v0.1.9), etc to indicate the game version the content refers to. This makes it clear for readers to know if they are reading up-to-date information. The version template should go below the header of the page and before the main content starts. For contents with undetermined version, use <code><nowiki>{{VersionUnknown}}</nowiki></code>, and use <code><nowiki>{{Unreleased}}</nowiki></code> for unreleased contents.
+
: Each page should be tagged with the predefined template <code><nowiki>{{Version 0.1.10}}</nowiki></code> (for v0.1.10), <code><nowiki>{{Version 0.1.9}}</nowiki></code> (for v0.1.9), etc to indicate the game version the content refers to. This makes it clear for readers to know if they are reading up-to-date information. The version template should go below the header of the page and before the main content starts. For contents with undetermined version, use <code><nowiki>{{Version Unknown}}</nowiki></code>, and use <code><nowiki>{{Unreleased}}</nowiki></code> for unreleased contents.
 +
 
 
; Stubs and Work-in-progress
 
; Stubs and Work-in-progress
: Add the template <code><nowiki>{{stub}}</nowiki></code> at the end of a page if it only contains a few sentences and needs to be expanded. Use <code><nowiki>{{wip}}</nowiki></code> if the page is actively being worked on, meaning you are going to finish it soon. If you are no longer working on a page but it is incomplete, mark it with stub instead.
+
: Add the template <code><nowiki>{{stub}}</nowiki></code> at the end of a page if it only contains a few sentences and needs to be expanded. Use <code><nowiki>{{wip}}</nowiki></code> at the top of the page if the page is actively being worked on (meaning you are going to finish it soon) so no conflicting edits are made. The WIP template should "claim" a page for editing and warn others that you are working with it still. If you are no longer working on a page but it is incomplete, mark it with stub instead.
 +
 
 
; Article Structure
 
; Article Structure
: If possible, adhere to the following structure for a page on the wiki:
+
: If possible, adhere to the following structure for a page on the wiki (notice that the version and infobox templates are above the page title):
 
<pre>
 
<pre>
 +
{{Version X.Y.Z}}
 +
{{wip}} if needed
 +
{{Item/Monster Templates}}
 
= Title =
 
= Title =
{{VersionXXX}}
+
{{Quotation||In-game description}}
{{Blockquote|In-game description}}
 
{{Item/Monster Templates}}
 
 
A brief description of the subject.
 
A brief description of the subject.
  
Line 50: Line 51:
 
Links to related articles.
 
Links to related articles.
  
{{stub}} or {{wip}}
+
{{stub}}
 +
 
 
[[Category:XXX]]
 
[[Category:XXX]]
 
</pre>
 
</pre>
 +
 
; Categories
 
; Categories
 
: Add pages to appropriate [[Special:Categories|categories]] whenever applicable. Category names should be plural, and a redirect should be made from the non-categorized page, e.g. [[Consumable]] → [[:Category:Consumables]]. The category page itself should be added to [[:Category:Compendium]].
 
: Add pages to appropriate [[Special:Categories|categories]] whenever applicable. Category names should be plural, and a redirect should be made from the non-categorized page, e.g. [[Consumable]] → [[:Category:Consumables]]. The category page itself should be added to [[:Category:Compendium]].
 +
 
; Images
 
; Images
: Sprites should have transparent backgrounds, and preferably extracted from game assets rather than taken from screenshots.
+
: Sprites should have transparent backgrounds, and preferably be extracted from game assets rather than taken from screenshots.
 
: Use <code><nowiki>[[File:Missing.png]]</nowiki></code> as placeholders for missing images.
 
: Use <code><nowiki>[[File:Missing.png]]</nowiki></code> as placeholders for missing images.
  
 
== Formatting & Styling ==
 
== Formatting & Styling ==
 +
* Pages should be in sentence case ("One two three") so we can easily link to them
 +
** Pages should usually be singular
 +
* Categories should be plural
 
* Insert spaces between the header title text: use <code><nowiki>= This =</nowiki></code> rather than <code><nowiki>=That=</nowiki></code>.
 
* Insert spaces between the header title text: use <code><nowiki>= This =</nowiki></code> rather than <code><nowiki>=That=</nowiki></code>.
 
* Tables should use <code><nowiki>class="wikitable"</nowiki></code>. Insert spaces around cell contents so it is easier to read.
 
* Tables should use <code><nowiki>class="wikitable"</nowiki></code>. Insert spaces around cell contents so it is easier to read.
Line 65: Line 72:
 
* When referencing keys or in-game text, wrap it with <code><nowiki><code></code></nowiki></code>. For example: press <code>I</code> to open the inventory; then right click on an item and select <code>drop</code>.
 
* When referencing keys or in-game text, wrap it with <code><nowiki><code></code></nowiki></code>. For example: press <code>I</code> to open the inventory; then right click on an item and select <code>drop</code>.
 
* Abbreviations should be fully spelled out in the first occurrence in an article with a link to the subject.
 
* Abbreviations should be fully spelled out in the first occurrence in an article with a link to the subject.
* Use <code><nowiki>{{issue|number}}</nowiki></code> to create links to Isleward's GitLab issue.
+
* The first time the page title is written, it should be bolded.
 +
* Use <code><nowiki>{{issue|number}}</nowiki></code> to create links to Isleward's GitLab issues.
  
 
== Extensions ==
 
== Extensions ==
This wiki has two extensions.
 
 
* [https://www.mediawiki.org/wiki/Extension:Nuke Nuke]
 
* [https://www.mediawiki.org/wiki/Extension:Nuke Nuke]
 
* [https://www.mediawiki.org/wiki/Extension:Moderation Moderation]
 
* [https://www.mediawiki.org/wiki/Extension:Moderation Moderation]
 +
* [https://www.mediawiki.org/wiki/Help:Extension:ParserFunctions ParserFunctions]
 +
* [https://www.mediawiki.org/wiki/Extension:Semantic_MediaWiki Semantic MediaWiki]
  
 
== Templates ==
 
== Templates ==
'''Templates that need documentation: item, rune'''
 
  
<nowiki>{{collapse|content|channel}}</nowiki> will create a [Toggle] button that, when clicked, hides or reveals the <code>content</code> of the collapsible section. <code>content</code> is the wiki content that should appear after clicking [Toggle], and <code>channel</code> is an ID of sorts (for example, <code>1</code>, <code>2</code>, or <code>3</code>) that toggle together (if multiple toggles are on the same channel, they will collapse and reveal together).
+
=== Infoboxes ===
 +
* [[Template:Zone infobox]]
 +
** Variant: [[Template:Dungeon infobox]]
 +
* [[Template:Faction infobox]]
 +
** See also [[Template:Faction reputation sources]] and [[Template:Reputation source]]
 +
* [[Template:Rune infobox]]
 +
** See also [[Template:Rune stats]]
 +
* [[Template:Item infobox]]
 +
* [[Template:NPC infobox]]
  
<nowiki>{{monster}}</nowiki> will create a preformatted table (for example, the monster info table in the [[Crab]] page) with data on the monster. It uses named parameters to get the needed data. The parameters are <code>monstername</code>, <code>filename</code>, <code>level</code>, <code>attack</code>, <code>mana</code>, <code>armor</code>, <code>drops</code>, and <code>location</code>. If you put the monster tag at the beginning of the page it will also automatically make a header with the monster's name. All the fields are basically just text that gets copied into the table, but the only different one is the <code>filename</code>, defaulting to <code>missing.png</code>, that is displayed in the table with the proper image.
+
=== Formatting ===
 +
* [[Template:Q common]], [[Template:Q rare]], etc.
 +
* [[Template:Quotation]]
  
<nowiki>{{ReqBlockUserSpam}}</nowiki> Use for users that need to be blocked because of spam. Can also use Marked For Deletion
+
=== Math ===
 +
* [[Template:Round]] and [[Template:Roundcalc]]
  
<nowiki>{{Marked For Deletion}}</nowiki> Mark a page for deletion.  
+
=== Banners ===
The item tag also needs documenting, but I'll get around to that later.
+
* [[Template:Banner]]
 +
* [[Template:Version 0.11.0]] etc.
 +
** Should be used for pages that are up to date as of Version 0.3.1. Can change version numbers to (most) historic versions for an outdated tag.
 +
* [[Template:Proposed deletion]]
 +
* [[Template:Unreleased]]
 +
* [[Template:Note]]
 +
* [[Template:Removed]]
 +
* [[Template:Stub]]
 +
* [[Template:Wip]]
  
<nowiki>{{PTNTBD}}</nowiki> Deprecated, use Marked For Deletion instead. (Note: I'll run a script and switch these (if any) to MFD --[[User:Punknoodles|Punknoodles]] ([[User talk:Punknoodles|talk]]) 14:44, 17 April 2018 (UTC))
+
=== Misc ===
 
+
<nowiki>{{BadImage}}</nowiki> Used for images that are not taken directly from the game source (screenshots are bad, cut images from spritesheets instead).
<nowiki>{{Version0110}}</nowiki> Should be used for pages that are up to date as of Version 0110.
 
 
 
<nowiki>{{Version019}}</nowiki> Should be used for pages that are up to date as of Version 019.
 
 
 
<nowiki>{{Version018}}</nowiki> Should be used for pages that are up to date as of Version 018.
 
  
<nowiki>{{Unreleased}}</nowiki> This template should be used for unimplemented content.
+
(needs reworking) <nowiki>{{collapse|content|channel}}</nowiki> will create a [Toggle] button that, when clicked, hides or reveals the <code>content</code> of the collapsible section. <code>content</code> is the wiki content that should appear after clicking [Toggle], and <code>channel</code> is an ID of sorts (for example, <code>1</code>, <code>2</code>, or <code>3</code>) that toggle together (if multiple toggles are on the same channel, they will collapse and reveal together).
  
<nowiki>{{BadImage}}</nowiki> Used for images that are not taken directly from the game source (screenshots are bad, cut images from spritesheets instead).
+
== Tasks ==
 +
Collections of various work that needs to be done.
  
== Task Queues ==
+
* [[:Category:Needs work]]
Choose one and work on the pages in the category.
 
 
 
* [[Special:WhatLinksHere/File:Missing.png|Pages Missing Images]]
 
 
* [[Special:LonelyPages|Orphaned Pages]]
 
* [[Special:LonelyPages|Orphaned Pages]]
* [[:Category:Dead End]]
+
* [[:Category:Stubs]]
* [[:Category:Pages that need to be deleted]]
+
* [[:Category:Proposed deletion]]
 
* [[:Category:Work In Progress]]
 
* [[:Category:Work In Progress]]
* [[:Category:Stubs]]
+
* [[:Category:Bad Images]]
* [[:Category:Spam]]
 
  
 
== Helpful Links ==
 
== Helpful Links ==
Line 111: Line 130:
 
* [[Special:NewPages|New Pages]]
 
* [[Special:NewPages|New Pages]]
 
* [[Special:NewFiles|New Files]]
 
* [[Special:NewFiles|New Files]]
* [[Isleward_Wiki:Sandbox|Sandbox]]
+
* [[Isleward Wiki:Sandbox|Sandbox]]
* [[:Category:Blocked users|Blocked users/bots]]
 

Latest revision as of 03:50, 1 November 2022

Isleward Wiki Community Portal

This is the Isleward Wiki Community Portal. You can discuss the wiki, list pages that need work/assistance, etc. here

When using this sandbox please follow these simple rules:

  • Please do not delete each other.
  • Please leave this notice and the comments at the beginning of this page intact.
  • This page must not be moved.
  • Do not add categories to this page, this includes categories added by templates like deletion templates etc..

Happy editing!

Community Portal[edit]

Welcome to the Isleward Wiki. This page documents recommended practices to edit the wiki as well as tasks that need to be done.

Editing the Wiki[edit]

To make changes to the wiki, you must request a wiki account. Please contact moderators on the #wiki channel on Discord about details to create an account.

Note that your wiki account is not related to your in-game account in any ways.

See MediaWiki Formatting Help for the syntax used by Isleward Wiki.

Guidelines[edit]

Player Guides
The wiki should provide facts about Isleward that are verifiable by others. Guides based on player experience should be marked with {{{OB}}} (opinion-based) so they are distinguished from other information. Guides that are specific to an article (e.g. how to defeat a boss) should have its own section in the page, while guides that are pages on their own should be in Category:Guides.
Game Version
Each page should be tagged with the predefined template {{Version 0.1.10}} (for v0.1.10), {{Version 0.1.9}} (for v0.1.9), etc to indicate the game version the content refers to. This makes it clear for readers to know if they are reading up-to-date information. The version template should go below the header of the page and before the main content starts. For contents with undetermined version, use {{Version Unknown}}, and use {{Unreleased}} for unreleased contents.
Stubs and Work-in-progress
Add the template {{stub}} at the end of a page if it only contains a few sentences and needs to be expanded. Use {{wip}} at the top of the page if the page is actively being worked on (meaning you are going to finish it soon) so no conflicting edits are made. The WIP template should "claim" a page for editing and warn others that you are working with it still. If you are no longer working on a page but it is incomplete, mark it with stub instead.
Article Structure
If possible, adhere to the following structure for a page on the wiki (notice that the version and infobox templates are above the page title):
{{Version X.Y.Z}}
{{wip}} if needed
{{Item/Monster Templates}}
= Title =
{{Quotation||In-game description}}
A brief description of the subject.

== Subsection 1 ==
The detailed description on a particular aspect of the subject.

== Subsection 2 ==
...

== Subsection N ==
...

== Guides ==
{{OB}}
Add how-to, tutorials, tips and tricks here.

== History ==
A list of changes to the subject in previous game revisions.

== See Also ==
Links to related articles.

{{stub}}

[[Category:XXX]]
Categories
Add pages to appropriate categories whenever applicable. Category names should be plural, and a redirect should be made from the non-categorized page, e.g. ConsumableCategory:Consumables. The category page itself should be added to Category:Compendium.
Images
Sprites should have transparent backgrounds, and preferably be extracted from game assets rather than taken from screenshots.
Use [[File:Missing.png]] as placeholders for missing images.

Formatting & Styling[edit]

  • Pages should be in sentence case ("One two three") so we can easily link to them
    • Pages should usually be singular
  • Categories should be plural
  • Insert spaces between the header title text: use = This = rather than =That=.
  • Tables should use class="wikitable". Insert spaces around cell contents so it is easier to read.
  • Use proper punctuation.
  • When referencing keys or in-game text, wrap it with <code></code>. For example: press I to open the inventory; then right click on an item and select drop.
  • Abbreviations should be fully spelled out in the first occurrence in an article with a link to the subject.
  • The first time the page title is written, it should be bolded.
  • Use {{issue|number}} to create links to Isleward's GitLab issues.

Extensions[edit]

Templates[edit]

Infoboxes[edit]

Formatting[edit]

Math[edit]

Banners[edit]

Misc[edit]

{{BadImage}} Used for images that are not taken directly from the game source (screenshots are bad, cut images from spritesheets instead).

(needs reworking) {{collapse|content|channel}} will create a [Toggle] button that, when clicked, hides or reveals the content of the collapsible section. content is the wiki content that should appear after clicking [Toggle], and channel is an ID of sorts (for example, 1, 2, or 3) that toggle together (if multiple toggles are on the same channel, they will collapse and reveal together).

Tasks[edit]

Collections of various work that needs to be done.

Helpful Links[edit]