Difference between revisions of "Template:DungeonInfobox/doc"

From DDwiki
Jump to: navigation, search
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
<nowiki><onlyinclude>{{
+
This template is implicitly used on [[Dungeon]] articles, instead of simply giving you a guide on how to use this, it is best to show how to create a "boilerplate" Dungeon page.
{{{tpl|DungeonInfobox}}}
+
 
|DisplayText={{{DisplayText|---}}}
+
<div style="overflow:auto">
|Name=Tutorial 1
+
<<nowiki>onlyinclude>{{</nowiki>
|Difficulty=Easy
+
<nowiki>{{{</nowiki>tpl|DungeonInfobox}}}
|Region=Central
+
|DisplayText=<nowiki>{{{</nowiki>DisplayText|---}}}
|ShortHand=Tut1
+
|Name=
|Monsters={{m|Goblins}}, {{m|Meat Men}}, {{m|Bandits}}
+
|ShortHand=
|Boss=Level 5 {{m|Goat}}
+
|Difficulty=Easy|Medium|Hard|Vicious
|SuggestedClasses={{HuGu}}
+
|Region=Central|East|West|South|North
|Unlock=[[Tutorial 2]]
+
|Monsters=Remeber to use the <nowiki>{{</nowiki>m}} template here. Don't worry about listing the boss type here.
}}</onlyinclude></nowiki>
+
|Boss=<nowiki>{{</nowiki>IcoLink|ImageFileName.png|#Boss|BossMonsterName}}
 +
|SuggestedClasses=Use templates like <nowiki>{{</nowiki>HuFi}}
 +
|Unlock=How to unlock this.
 +
|Reward=Remeber to use the <nowiki>{{</nowiki>i}} for items and <nowiki>{{</nowiki>gold}} for gold.
 +
}}<nowiki></</nowiki>onlyinclude>
 +
Brief introduction to the dungeon, don't be too long, but be flavorful.
 +
 +
== Boss ==
 +
 +
Detail the boss in here, I might cook a template to use in this area, possibly also SHORT tips on how to handle it. Long strategies don't belong in this section.
 +
 +
== Dungeon rules ==
 +
 +
If special rules are in effect, list them here, hardcoded subdungeons, altered monster stats, and so on.
 +
 +
== Strategy ==
 +
 +
List lots of strategies, don't skip on race suggestions, preparations, and techniques, consider creating subsections for specific non inter-compatible strategies.
 +
 +
== Map ==
 +
 +
'''Big''' version of the map, a smaller version appears in the infobox should be max 7 "cells" wide (equivalent to 210 pixels).
 +
</div>
  
 
<includeonly>[[Category:Infobox Templates]]</includeonly>
 
<includeonly>[[Category:Infobox Templates]]</includeonly>
 
<noinclude>[[Category:Template documentation]]</noinclude>
 
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 01:08, 23 April 2012

This template is implicitly used on Dungeon articles, instead of simply giving you a guide on how to use this, it is best to show how to create a "boilerplate" Dungeon page.

<onlyinclude>{{
{{{tpl|DungeonInfobox}}}
|DisplayText={{{DisplayText|---}}}
|Name=
|ShortHand=
|Difficulty=Easy|Medium|Hard|Vicious
|Region=Central|East|West|South|North
|Monsters=Remeber to use the {{m}} template here. Don't worry about listing the boss type here.
|Boss={{IcoLink|ImageFileName.png|#Boss|BossMonsterName}}
|SuggestedClasses=Use templates like {{HuFi}}
|Unlock=How to unlock this.
|Reward=Remeber to use the {{i}} for items and {{gold}} for gold.
}}</onlyinclude>
Brief introduction to the dungeon, don't be too long, but be flavorful.

== Boss == 

Detail the boss in here, I might cook a template to use in this area, possibly also SHORT tips on how to handle it. Long strategies don't belong in this section.

== Dungeon rules ==

If special rules are in effect, list them here, hardcoded subdungeons, altered monster stats, and so on.

== Strategy ==

List lots of strategies, don't skip on race suggestions, preparations, and techniques, consider creating subsections for specific non inter-compatible strategies.

== Map ==

Big version of the map, a smaller version appears in the infobox should be max 7 "cells" wide (equivalent to 210 pixels).