Template:Scenario
From Card Hunter Wiki
(Difference between revisions)
| Line 5: | Line 5: | ||
[[File:{{{raw_map}}}|right|600x400px|Map]] | [[File:{{{raw_map}}}|right|600x400px|Map]] | ||
| − | {| | + | {| |
|- | |- | ||
| − | + | | '''Pre-Battle Description''' | |
|- | |- | ||
| {{{pre_description}}} | | {{{pre_description}}} | ||
|- | |- | ||
| − | + | | '''Post-Battle Description''' | |
|- | |- | ||
| {{{post_description}}} | | {{{post_description}}} | ||
| Line 19: | Line 19: | ||
|- | |- | ||
| Victory Stars || Loss Stars | | Victory Stars || Loss Stars | ||
| + | |- | ||
| + | | {{{victory_stars}}} || {{{loss_stars}}} | ||
| + | |- | ||
| + | {{#if:{{{num_victory_square|}}}| | ||
| + | {{!}} align="left" {{!}} '''Number of Victory Squares''' | ||
| + | {{!}}- | ||
| + | {{!}} {{{num_victory_squares}}} | ||
| + | {{!}}- | ||
| + | }} | ||
| + | | align="left" | '''Enemies''' | ||
| + | |- | ||
| + | | Name || Quantity | ||
| + | |- | ||
| + | | align="center" | {{{mob1}}} || align="center" | {{{mob1_quantity}}} | ||
| + | |- | ||
| + | {{#if:{{{mob2|}}}| | ||
| + | {{!}} align="center" {{!}} {{{mob2}}} {{!}}{{!}} align="center" {{!}} {{{mob2_quantity}}} | ||
| + | {{!}}- | ||
| + | }} | ||
| + | {{#if:{{{mob3|}}}| | ||
| + | {{!}} align="center" {{!}} {{{mob3}}} {{!}}{{!}} align="center" {{!}} {{{mob3_quantity}}} | ||
| + | {{!}}- | ||
| + | }} | ||
| + | {{#if:{{{mob4|}}}| | ||
| + | {{!}} align="center" {{!}} {{{mob4}}} {{!}}{{!}} align="center" {{!}} {{{mob4_quantity}}} | ||
| + | {{!}}- | ||
| + | }} | ||
| + | {{#if:{{{mob5|}}}| | ||
| + | {{!}} align="center" {{!}} {{{mob5}}} {{!}}{{!}} align="center" {{!}} {{{mob5_quantity}}} | ||
| + | {{!}}- | ||
| + | }} | ||
| + | {{#if:{{{mob6|}}}| | ||
| + | {{!}} align="center" {{!}} {{{mob6}}} {{!}}{{!}} align="center" {{!}} {{{mob6_quantity}}} | ||
| + | {{!}}- | ||
| + | }} | ||
| + | {{#if:{{{mob7|}}}| | ||
| + | {{!}} align="center" {{!}} {{{mob7}}} {{!}}{{!}} align="center" {{!}} {{{mob7_quantity}}} | ||
| + | {{!}}- | ||
| + | }} | ||
| + | {{#if:{{{mob8|}}}| | ||
| + | {{!}} align="center" {{!}} {{{mob8}}} {{!}}{{!}} align="center" {{!}} {{{mob8_quantity}}} | ||
| + | {{!}}- | ||
| + | }} | ||
| + | {{#if:{{{mob9|}}}| | ||
| + | {{!}} align="center" {{!}} {{{mob9}}} {{!}}{{!}} align="center" {{!}} {{{mob9_quantity}}} | ||
| + | {{!}}- | ||
| + | }} | ||
| + | {{#if:{{{mob10|}}}| | ||
| + | {{!}} align="center" {{!}} {{{mob10}}} {{!}}{{!}} align="center" {{!}} {{{mob10_quantity}}} | ||
| + | {{!}}- | ||
| + | }} | ||
| + | {{#if:{{{hint1|}}}| | ||
| + | {{{!}} class="mw-collapsible mw-collapsed" align="left" | ||
| + | {{!}} '''Hints''' | ||
| + | {{!}}- | ||
| + | {{!}} | ||
| + | }} | ||
| + | {{#if:{{{hint1|}}}|* {{{hint1}}} <br> }} | ||
| + | {{#if:{{{hint2|}}}|* {{{hint2}}} <br> }} | ||
| + | {{#if:{{{hint3|}}}|* {{{hint3}}} <br> }} | ||
| + | {{#if:{{{hint4|}}}|* {{{hint4}}} <br> }} | ||
| + | {{#if:{{{hint5|}}}|* {{{hint5}}} <br> }} | ||
| + | {{#if:{{{hint6|}}}|* {{{hint6}}} <br> }} | ||
| + | {{#if:{{{hint7|}}}|* {{{hint7}}} <br> }} | ||
| + | {{#if:{{{hint8|}}}|* {{{hint8}}} <br> }} | ||
| + | {{#if:{{{hint9|}}}|* {{{hint9}}} <br> }} | ||
| + | {{#if:{{{hint10|}}}|* {{{hint10}}} <br> }} | ||
| + | {{#if:{{{hint1|}}}| | ||
| + | {{!}}- | ||
| + | {{!}}} | ||
| + | }} | ||
| + | |} | ||
| + | |} | ||
| + | |||
| + | {| class="chtable_b striped" align="left" | ||
| + | |- | ||
| + | ! '''Pre-Battle Description''' | ||
| + | |- | ||
| + | | {{{pre_description}}} | ||
| + | |- | ||
| + | ! '''Post-Battle Description''' | ||
| + | |- | ||
| + | | {{{post_description}}} | ||
| + | |- | ||
| + | {| class="chtable_b striped" align="center" | ||
| + | ! '''Win/Loss Conditions''' | ||
| + | |- | ||
| + | ! Victory Stars !! Loss Stars | ||
|- | |- | ||
| {{{victory_stars}}} || {{{loss_stars}}} | | {{{victory_stars}}} || {{{loss_stars}}} | ||
Revision as of 18:22, 14 August 2013
This is the skeletal outline for an individual sub-scenario within an adventure, usage is as follows:
{{Scenario
| number=<scenario order, mandatory>
| title=<scenario title, mandatory>
| pre_description=<Description of scenario prior to start of battle, mandatory>
| post_description=<Description following completion of scenario, 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 scenario, optional>
| hint2=<Second hint for this scenario, optional>
| hint3=<Third hint for this scenario, optional>
| hint4=<Fourth hint for this scenario, optional>
| hint5=<Fifth hint for this scenario, optional>
| hint6=<Sixth hint for this scenario, optional>
| hint7=<Seventh hint for this scenario, optional>
| hint8=<Eighth hint for this scenario, optional>
| hint9=<Nineth hint for this scenario, optional>
| hint10=<Tenth hint for this scenario, 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.