Template:Adventuresection
From Card Hunter Wiki
(Difference between revisions)
(Created page with "<includeonly> ===Part {{{number}}} - {{{title}}}=== {| |- | '''Description''' |- | {{{description}}} |- | '''Map''' |- | [[File:{{{raw_map}}}|left|600x400px]] |- {|...") |
|||
| Line 29: | Line 29: | ||
| | | | ||
{{#if:{{{hint1}}}|* {{{hint1}}} <br>|* None <br> }} | {{#if:{{{hint1}}}|* {{{hint1}}} <br>|* None <br> }} | ||
| − | {{#if:{{{hint2}}}|* {{{hint2}}} <br> }} | + | {{#if:{{{hint2|}}}|* {{{hint2}}} <br> }} |
| − | {{#if:{{{hint2}}}|* {{{hint2}}} <br> }} | + | {{#if:{{{hint2|}}}|* {{{hint2}}} <br> }} |
| − | {{#if:{{{hint4}}}|* {{{hint4}}} <br> }} | + | {{#if:{{{hint4|}}}|* {{{hint4}}} <br> }} |
|- | |- | ||
|} | |} | ||
Revision as of 07:20, 6 August 2013
This is the skeletal outline for an individual sub-section within an adventure, usage is as follows:
{{Adventuresection
| number=<Section order, mandatory>
| title=<Section title, mandatory>
| description=<Description of section, mandatory>
| raw_map=<screen shot of map.jpg, a raw screenshot of the isometric view of the map, mandatory>
| victory_stars=<number of stars required for a victory, mandatory>
| loss_stars=<number of stars required for a loss, mandatory>
| mob1=<First opponent, in the form of a link [[Mob location|name]], mandatory>
| mob1_quantity=<Number of mob1's, mandatory>
| mob1_draw=<Number of cards mob1 can draw at start, mandatory>
| mob2=<Second opponent, in the form of a link [[Mob location|name]], optional>
| mob2_quantity=<Number of mob2's, optional>
| mob2_draw=<Number of cards mob2 can draw at start, optional>
| mob3=<Third opponent, in the form of a link [[Mob location|name]], optional>
| mob3_quantity=<Number of mob3's, optional>
| mob3_draw=<Number of cards mob3 can draw at start, optional>
| hint1=<First hint for this section, optional>
| hint2=<Second hint for this section, optional>
| hint3=<Third hint for this section, optional>
| hint4=<Fourth hint for this section, optional>
}}
Simply copy/paste the above code and fill in what should be there and delete any optional lines you are not using. Template automatically puts card in Cards category.