Difference between revisions of "Isleward Wiki:Community Portal"
(added monster tag) |
(finished sentence) |
||
Line 17: | Line 17: | ||
<nowiki>{{stub}}</nowiki> will tag that page as a stub. This means that the page is short or lacking information, but unlike WIP it means no one is currently planning on improving it. | <nowiki>{{stub}}</nowiki> will tag that page as a stub. This means that the page is short or lacking information, but unlike WIP it means no one is currently planning on improving it. | ||
− | <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 | + | <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. |
The item tag also needs documenting, but I'll get around to that later. | The item tag also needs documenting, but I'll get around to that later. |
Revision as of 20:09, 7 November 2017
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!
! If anyone has some time, could they document the item tag?
Task Queues
- Pages Missing Images
- Recent Changes
- New Pages
- New Files
- Sandbox
- Category:Work In Progress
- Category:Stubs
Templates
{{wip}} will tag that page as a Work-In-Progress and a stub. Use WIP if you plan on working on the page more. If the page is incomplete but you have no plans to continue it, tag it as below.
{{stub}} will tag that page as a stub. This means that the page is short or lacking information, but unlike WIP it means no one is currently planning on improving it.
{{monster}} 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 monstername
, filename
, level
, attack
, mana
, armor
, drops
, and location
. 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 filename
, defaulting to missing.png
, that is displayed in the table with the proper image.
The item tag also needs documenting, but I'll get around to that later.