Template:Profession infobox: Difference between revisions

From MapleWiki
Jump to navigation Jump to search
m (Switching around links)
(Undo revision 155058 by Greentree096 (talk))
 
(3 intermediate revisions by 2 users not shown)
Line 11: Line 11:


|- valign="top"
|- valign="top"
{{#if:{{{required|}}}
{{#if:{{{required|}}} |
! style="background-color:#c0c0c0;" {{!}} Requires
! style="background-color:#c0c0c0;" {{!}} Requires
{{!}} {{{required}}}{{#if:
{{!}} [[{{{required}}}]]{{#if:
{{{required2|}}}
{{{required2|}}}
     |<br>[[{{{required2}}}]]
     |<br>[[{{{required2}}}]]
Line 20: Line 20:


|- valign="top"
|- valign="top"
{{#if:{{{opensup|}}}
{{#if:{{{opensup|}}} |
! style="background-color:#c0c0c0;" {{!}} Opens up
! style="background-color:#c0c0c0;" {{!}} Opens up
{{!}} {{{opensup}}}{{#if:
{{!}} [[{{{opensup}}}]]{{#if:
{{{opensup2|}}}
{{{opensup2|}}}
     |<br>{{{opensup2}}}
     |<br>[[{{{opensup2}}}]]
     }}
     }}
}}
}}

Latest revision as of 11:19, 1 February 2012


Infoboxes
Infoboxes are templates that alleviate a lot of work by requiring the user to input a limited amount of data.
Infoboxes are used as a primary formatting tool to help create a more uniform structure.
Below is a collection of infoboxes found on MapleWiki.
NPC-related
Shop NPCs - Non-Shop NPCs - Monsters (Drop table)
Item-related
Shop stock - Items (Use) (Etc) (Set-Up)
Misc.
Skills - Professions - Quests - Game version
[edit]


Profession infobox
[[Image:{{{name}}}.png]]
Master NPC [[{{{npc}}}]]
Trait affected {{{trait}}}
Town Ardentmill


Template

{{Profession_infobox
| name = 
| required =  <!-- List the profession(s) required to do this profession (eg. Smithing needs Mining). -->
| opensup =   <!-- List the available options of another profession (eg. Mining opens up Smithing). -->
| npc =       <!-- Who the Master NPC is. -->
| other =     <!-- Any other NPCs that need to be named. -->
| trait =     <!-- Which traits are affected by this profession. -->
| town1 =     <!-- Where they can be found. Leave this blank if Ardentmill. -->
}}