IMO: The World of Magic Wiki
Register
Advertisement

Main Templates[]

This page explains the main templates used by the wiki to organize pages. This page includes how to add templates and what to add.

How to add a template:[]

1. Press 'Edit'.
2. Now press 'Source' (beside 'Visual').
3. Copy and paste the correct template and modify it according to the item / NPC / skill / monster's details.

OR

1. Press 'Edit'.
2. Scroll down the side bar on the right of the page until you see 'Templates'.
3. Press 'Add other templates'.
4. Press on the search bar and type the name of the template you want to add and fill out the details.


Item Template[]

Description
This template is used for items such as Armor, Weapons, Scrolls, Etc. Items, Pets, and more.
Syntax
Add this to the page you are editing and modify it depending on the specific item.
{{Item
|image =  
|name =  
|desc =  
|type =  
|level =  
|class =  
|dmg =  
|armor =  
|block =  
|speed =  
|crit =  
|deadly =  
|hr =  
|hp =  
|mp =  
|hpgen =  
|mpgen =  
|str =  
|dex =  
|int =  
|stat =  
|fr =  
|ir =  
|pr =  
|mr =  
|soulbound =  
|buynpc =  
|sellsecretvendor =  
|selltrader =  
|extractcores = 
|repair = 
|rate =  
|obtain =  
|usable =  
|relateitems =  
|note =  
}}

NPC Template[]

Description
This template is used to give information about NPCs.
Syntax
Add this to the page and answer the following according to NPC.
{{Npc
|image =  
|name =  
|location =  
|secretvendor =  
|faction =  
|attackable =  
|quests =  
|itemssold =  
|note =  
}}

Skill Template[]

Description
This template is used to create a skill entry in the skills table, effectively creating an uniform skill look
Syntax
Type {{skill}} on the page, with parameters as follows:
{{Skill
|maxlevel = Skill max level (1-4)
|image = Skill icon (relative wiki path)
|name = Skill name
|description = Skill description as in game
|cast = Yes (prefered with cast time) (optional)
|cooldown = Skill cooldown (optional, default: Passive)
|crystalcost = [[Rage Crystal]] cost (optional)
|manacost = Mana cost (optional)

|vol1level = Level requirement
|vol1effect = Skill effect
|vol1obtain = Obtain

|vol2level = - (only if at least 2 max volumes)
|vol2effect = - (only if at least 2 max volumes)
|vol2obtain = - (only if at least 2 max volumes)

|vol3level = - (only if at least 3 max volumes)
|vol3effect = - (only if at least 3 max volumes)
|vol3obtain = - (only if at least 3 max volumes)

|vol4level = - (only if 4 max volumes)
|vol4effect = - (only if 4 max volumes)
|vol4obtain = - (only if 4 max volumes)
}}

Because of some limitations, a table around the skill object is necessary

Please add the following wrapping it:

<table class="skills-table">
    <tr>
        <th>Skill</th>
        <th>Description</th>
        <th>Cast</th>
        <th>Cost</th>
        <th>Cooldown</th>
        <th>Volume</th>
        <th>Level</th>
        <th>Effect</th>
        <th>Obtain</th>
    </tr>
NOTE: REMOVE THE SPACE IN THE LINE AFTER THIS
< onlyinclude>
---- SKILL TEMPLATE GOES HERE ----
NOTE: REMOVE THE SPACE IN THE LINE AFTER THIS
< /onlyinclude>
</table>
Sample output

With

<table class="skills-table">
    <tr>
        <th>Skill</th>
        <th>Description</th>
        <th>Cast</th>
        <th>Cost</th>
        <th>Cooldown</th>
        <th>Volume</th>
        <th>Level</th>
        <th>Effect</th>
        <th>Obtain</th>
    </tr>
NOTE: REMOVE THE SPACE IN THE LINE AFTER THIS
< onlyinclude>
{{Skill
|maxlevel = 2
|image = Wild-Swing.png
|name = Wild Swing
|description = Skill description
|cast = No
|crystalcost = 3
|cooldown = 123

|vol1level = Book 1 level
|vol1effect = Book 1 effect
|vol1obtain = Book 1 source

|vol2level = Book 2 level
|vol2effect = Book 2 effect
|vol2obtain = Book 2 source
}}
NOTE: REMOVE THE SPACE IN THE LINE AFTER THIS
< /onlyinclude>
</table>
The full page would look like this
Skill Description Cast Cost Cooldown Volume Level Effect Obtain
Wild-Swing
Skill description
No
Rage-CrystalRage Crystal cost: 3
123 second(s) I Book 1 level Book 1 effect Book 1 source
II Book 2 level Book 2 effect Book 2 source

Monster Template[]

Description
This template is used for organizing pages explaining monsters.
Syntax
Add this to the page you are editing and modify it depending on the specific monster.
{{Monster
|name =  
|image =  
|maxhit =  
|lvl =  
|astyle =  
|aggro =  
|exp =  
|HP =  
|items =  
|respawn =  
|location =  
|related =  
|notes = 
}}

Supply Template (Not yet used)[]

Description
This template is used for organizing pages including supplies such as recall scrolls and potions.
Syntax
Add this to the page you are editing and modify it depending on the specific supply.
{{supply
|image =  
|name =  
|desc =  
|type =  
|hp =  
|mp =  
|hprestored =  
|mprestored =  
|hpregen =  
|mpregen =  
|crit =  
|dex =  
|int =  
|str =   
|healthincrease =  
|manaincrease =  
|obtain =  
|soulbound =  
|buynpc =  
|relateitems =  
|note =  
}}

Miscellaneous Templates[]

This section explains some basic templates you would add to a page to mark deletion, spoiler warnings, etc.


Spoiler Warnings[]

Description
This template is used to mark a page as having major spoilers. This should only be used on a wiki if most users wish to see it.
Syntax
Type {{spoiler}} somewhere.
Sample output
{{spoiler}} gives...

Battlefield-SupervisorSPOILER WARNING!Battlefield-Supervisor
The following content includes information that includes spoiling detail.


Candidates for Deletion[]

Description
This template is used to mark pages for deletion, categorizing them in Category:Candidates for deletion.
Syntax
Type {{delete}} on the page to be deleted.
Sample output
{{delete}} gives...

Ranking-BoardThis page is a candidate for deletion.Ranking-Board
Please use the talk page of this article if you disagree with it

Remember to check what links here and the page history before deleting.


Article Stub[]

Description
This template will categorize articles that include it into Category:Article stubs, and mark it with a stub template.
Syntax
Type {{stub}} at the start or end of an article.
Sample output
{{stub}} gives...

Ranking-BoardThis article is a stub. You can help the community by editing it.Ranking-Board

Advertisement