Template:Scenario
From Card Hunter Wiki
(Difference between revisions)
| Line 5: | Line 5: | ||
{| class="chtable_b" | {| class="chtable_b" | ||
|- | |- | ||
| − | ! colspan="{{#if:{{{num_victory_squares|}}} |3|2}}" | '''Win/Loss''' || colspan="{{#if:{{{num_victory_squares|}}} |3|2}}" rowspan="{{#if:{{{mob10|}}}|15|{{#if:{{{mob9|}}}|14|{{#if:{{{mob8|}}}|13|{{#if:{{{mob7|}}}|12|{{#if:{{{mob6|}}}|11|{{#if:{{{mob5|}}}|10|{{#if:{{{mob4|}}}|9|{{#if:{{{mob3|}}}|8|{{#if:{{{mob2|}}}|7|6}} }} }} }} }} }} }} }} }}" | [[File:{{{raw_map}}}|center|600x400px]] | + | ! colspan="{{#if:{{{num_victory_squares|}}} |3|2}}" | '''Win/Loss''' || colspan="{{#if:{{{num_victory_squares|}}} |3|2}}" rowspan="{{#if:{{{mob10|}}}|15|{{#if:{{{mob9|}}}|14|{{#if:{{{mob8|}}}|13|{{#if:{{{mob7|}}}|12|{{#if:{{{mob6|}}}|11|{{#if:{{{mob5|}}}|10|{{#if:{{{mob4|}}}|9|{{#if:{{{mob3|}}}|8|{{#if:{{{mob2|}}}|7|6}} }} }} }} }} }} }} }} }}" style="width:600px;"| [[File:{{{raw_map}}}|center|600x400px]] |
|- | |- | ||
! Victory Stars !! Loss Stars {{#if:{{{num_victory_squares|}}}| !! '''Victory Squares''' }} | ! Victory Stars !! Loss Stars {{#if:{{{num_victory_squares|}}}| !! '''Victory Squares''' }} | ||
| Line 56: | Line 56: | ||
! colspan="{{#if:{{{num_victory_squares|}}} |3|2}}" rowspan="4" style="width:600px;" | !! rowspan="1" colspan="{{#if:{{{num_victory_squares|}}} |3|2}}" | '''Pre-Battle Description''' | ! colspan="{{#if:{{{num_victory_squares|}}} |3|2}}" rowspan="4" style="width:600px;" | !! rowspan="1" colspan="{{#if:{{{num_victory_squares|}}} |3|2}}" | '''Pre-Battle Description''' | ||
|- | |- | ||
| − | | {{{pre_description}}} | + | | style="width:600px;"| {{{pre_description}}} |
|- | |- | ||
| − | ! '''Post-Battle Description''' | + | ! style="width:600px;"| '''Post-Battle Description''' |
|- | |- | ||
| − | | {{{post_description}}} | + | | style="width:600px;"| {{{post_description}}} |
|- | |- | ||
{{#if:{{{hint1|}}}| | {{#if:{{{hint1|}}}| | ||
Revision as of 18:05, 16 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=<Fourth opponent, in the form of a link [[Mob location|name]], optional>
| mob4_quantity=<Number of mob4's, optional>
| mob5=<Fifth opponent, in the form of a link [[Mob location|name]], optional>
| mob5_quantity=<Number of mob5's, optional>
| mob6=<Sixth opponent, in the form of a link [[Mob location|name]], optional>
| mob6_quantity=<Number of mob6's, optional>
| mob7=<Seventh opponent, in the form of a link [[Mob location|name]], optional>
| mob7_quantity=<Number of mob7's, optional>
| mob8=<Eighth opponent, in the form of a link [[Mob location|name]], optional>
| mob8_quantity=<Number of mob8's, optional>
| mob9=<Nineth opponent, in the form of a link [[Mob location|name]], optional>
| mob9_quantity=<Number of mob9's, optional>
| mob10=<Tenth opponent, in the form of a link [[Mob location|name]], optional>
| mob10_quantity=<Number of mob10'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>
| hint5=<Fifth hint for this section, optional>
| hint6=<Sixth hint for this section, optional>
| hint7=<Seventh hint for this section, optional>
| hint8=<Eighth hint for this section, optional>
| hint9=<Nineth hint for this section, optional>
| hint10=<Tenth 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.