Template:Adventuresection
From Card Hunter Wiki
(Difference between revisions)
| Line 3: | Line 3: | ||
{| | {| | ||
|- | |- | ||
| − | | '''Description''' | + | | '''Pre-Battle Description''' |
|- | |- | ||
| − | | {{{ | + | | {{{pre_description}}} |
| + | |- | ||
| + | | '''Post-Battle Description''' | ||
| + | |- | ||
| + | | {{{post_description}}} | ||
|- | |- | ||
| '''Map''' | | '''Map''' | ||
| Line 17: | Line 21: | ||
|- | |- | ||
| {{{victory_stars}}} || {{{loss_stars}}} | | {{{victory_stars}}} || {{{loss_stars}}} | ||
| + | |- | ||
| + | | align="left" | '''Number of Victory Squares''' | ||
| + | |- | ||
| + | | {{{num_victory_squares|0}}} | ||
|- | |- | ||
| align="left" | '''NPC Foes''' | | align="left" | '''NPC Foes''' | ||
|- | |- | ||
| − | | Name || Quantity | + | | Name || Quantity |
|- | |- | ||
| − | | align="center" | {{{mob1}}} || align="center" | {{{mob1_quantity | + | | align="center" | {{{mob1}}} || align="center" | {{{mob1_quantity}}} |
|- | |- | ||
| + | {{#if:{{{mob2|}}}| | ||
| + | {{!}} align="center" {{!}} {{{mob2}}} {{!!}} align="center" {{!}} {{{mob2_quantity}}} | ||
| + | {{!}}- | ||
| + | }} | ||
| + | {{#if:{{{mob3|}}}| | ||
| + | {{!}} align="center" {{!}} {{{mob2}}} {{!!}} align="center" {{!}} {{{mob3_quantity}}} | ||
| + | {{!}}- | ||
| + | }} | ||
| + | {{#if:{{{mob4|}}}| | ||
| + | {{!}} align="center" {{!}} {{{mob2}}} {{!!}} align="center" {{!}} {{{mob4_quantity}}} | ||
| + | {{!}}- | ||
| + | }} | ||
{| class="mw-collapsible mw-collapsed" align="left" | {| class="mw-collapsible mw-collapsed" align="left" | ||
| '''Hints''' | | '''Hints''' | ||
| Line 45: | Line 65: | ||
| number=<Section order, mandatory> | | number=<Section order, mandatory> | ||
| title=<Section title, mandatory> | | title=<Section title, mandatory> | ||
| − | | | + | | pre_description=<Description of section prior to start of battle, mandatory> |
| + | | post_description=<Description following completion of section, mandatory> | ||
| raw_map=<screen shot of map.jpg, a raw screenshot of the isometric view of the map, 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> | | victory_stars=<number of stars required for a victory, mandatory> | ||
| loss_stars=<number of stars required for a loss, mandatory> | | loss_stars=<number of stars required for a loss, mandatory> | ||
| + | | num_victory_squares=<number of victory squares present, optional, if absent set to 0> | ||
| mob1=<First opponent, in the form of a link [[Mob location|name]], mandatory> | | mob1=<First opponent, in the form of a link [[Mob location|name]], mandatory> | ||
| mob1_quantity=<Number of mob1's, mandatory> | | mob1_quantity=<Number of mob1's, mandatory> | ||
| − | |||
| mob2=<Second opponent, in the form of a link [[Mob location|name]], optional> | | mob2=<Second opponent, in the form of a link [[Mob location|name]], optional> | ||
| mob2_quantity=<Number of mob2's, optional> | | mob2_quantity=<Number of mob2's, optional> | ||
| − | |||
| mob3=<Third opponent, in the form of a link [[Mob location|name]], optional> | | mob3=<Third opponent, in the form of a link [[Mob location|name]], optional> | ||
| mob3_quantity=<Number of mob3's, optional> | | mob3_quantity=<Number of mob3's, optional> | ||
| − | | | + | | mob4=<Third opponent, in the form of a link [[Mob location|name]], optional> |
| + | | mob4_quantity=<Number of mob4's, optional> | ||
| hint1=<First hint for this section, optional> | | hint1=<First hint for this section, optional> | ||
| hint2=<Second hint for this section, optional> | | hint2=<Second hint for this section, optional> | ||
Revision as of 07:08, 7 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>
| pre_description=<Description of section prior to start of battle, mandatory>
| post_description=<Description following completion 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>
| num_victory_squares=<number of victory squares present, optional, if absent set to 0>
| mob1=<First opponent, in the form of a link [[Mob location|name]], mandatory>
| mob1_quantity=<Number of mob1's, mandatory>
| mob2=<Second opponent, in the form of a link [[Mob location|name]], optional>
| mob2_quantity=<Number of mob2's, optional>
| mob3=<Third opponent, in the form of a link [[Mob location|name]], optional>
| mob3_quantity=<Number of mob3's, optional>
| mob4=<Third opponent, in the form of a link [[Mob location|name]], optional>
| mob4_quantity=<Number of mob4's, 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.