Template:Adventurepage
From Card Hunter Wiki
(Difference between revisions)
m (Fixed guaranteed spelling. Cleaned up multiple reward display) |
|||
Line 11: | Line 11: | ||
{{#if:{{{pizza_cost|}}}| | {{#if:{{{pizza_cost|}}}| | ||
{{!}} '''Pizza Cost to Unlock''' {{!}}{{!}} {{{pizza_cost}}} | {{!}} '''Pizza Cost to Unlock''' {{!}}{{!}} {{{pizza_cost}}} | ||
− | {{!}} | + | {{!-}} }} |
− | + | ||
{{#if:{{{reward1|}}}| | {{#if:{{{reward1|}}}| | ||
{{!}} '''Guaranteed Reward for Completion''' | {{!}} '''Guaranteed Reward for Completion''' | ||
− | {{!}} | + | {{!-}} |
{{!}} | {{!}} | ||
− | {{#if:{{{reward1|}}}|:[[Items/{{{reward1}}}|{{{reward1}}}]] <br> }} | + | {{#if:{{{reward1|}}}|:[[Items/{{{reward1}}}|{{{reward1}}}]] <br> }}{{#if:{{{reward2|}}}|:[[Items/{{{reward2}}}|{{{reward2}}}]] <br> }}{{#if:{{{reward3|}}}|:[[Items/{{{reward3}}}|{{{reward3}}}]] <br> }}{{#if:{{{reward4|}}}|:[[Items/{{{reward4}}}|{{{reward4}}}]] <br> }} |
− | {{#if:{{{reward2|}}}|:[[Items/{{{reward2}}}|{{{reward2}}}]] <br> }} | + | {{!-}} }} |
− | {{#if:{{{reward3|}}}|:[[Items/{{{reward3}}}|{{{reward3}}}]] <br> }} | + | |
− | {{#if:{{{reward4|}}}|:[[Items/{{{reward4}}}|{{{reward4}}}]] <br> }} | + | |
− | {{!}} | + | |
− | + | ||
| '''Quests''' | | '''Quests''' | ||
|- | |- | ||
| | | | ||
− | {{#if:{{{quest1|}}}|* {{{quest1}}} <br>|:None <br> }} | + | {{#if:{{{quest1|}}}|* {{{quest1}}} <br>|:None <br> }}{{#if:{{{quest2|}}}|* {{{quest2}}} <br> }}{{#if:{{{quest3|}}}|* {{{quest3}}} <br> }}{{#if:{{{quest4|}}}|* {{{quest4}}} <br> }}{{#if:{{{quest5|}}}|* {{{quest5}}} <br> }} |
− | {{#if:{{{quest2|}}}|* {{{quest2}}} <br> }} | + | |
− | {{#if:{{{quest3|}}}|* {{{quest3}}} <br> }} | + | |
− | {{#if:{{{quest4|}}}|* {{{quest4}}} <br> }} | + | |
− | {{#if:{{{quest5|}}}|* {{{quest5}}} <br> }} | + | |
|- | |- | ||
| '''Unlocked By''' | | '''Unlocked By''' | ||
Line 40: | Line 31: | ||
|- | |- | ||
| | | | ||
− | {{#if:{{{unlocks1|}}}|:[[{{{unlocks1}}}]] <br>|:None <br> }} | + | {{#if:{{{unlocks1|}}}|:[[{{{unlocks1}}}]] <br>|:None <br> }}{{#if:{{{unlocks2|}}}|:[[{{{unlocks2}}}]] <br> }}{{#if:{{{unlocks3|}}}|:[[{{{unlocks3}}}]] <br> }}{{#if:{{{unlocks4|}}}|:[[{{{unlocks4}}}]] <br> }}{{#if:{{{unlocks5|}}}|:[[{{{unlocks5}}}]] <br> }}{{#if:{{{unlocks6|}}}|:[[{{{unlocks6}}}]] <br> }}{{#if:{{{unlocks7|}}}|:[[{{{unlocks7}}}]] <br> }}{{#if:{{{unlocks8|}}}|:[[{{{unlocks8}}}]] <br> }}{{#if:{{{unlocks9|}}}|:[[{{{unlocks9}}}]] <br> }}{{#if:{{{unlocks10|}}}|:[[{{{unlocks10}}}]] <br> }} |
− | {{#if:{{{unlocks2|}}}|:[[{{{unlocks2}}}]] <br> }} | + | |
− | {{#if:{{{unlocks3|}}}|:[[{{{unlocks3}}}]] <br> }} | + | |
− | {{#if:{{{unlocks4|}}}|:[[{{{unlocks4}}}]] <br> }} | + | |
− | {{#if:{{{unlocks5|}}}|:[[{{{unlocks5}}}]] <br> }} | + | |
− | {{#if:{{{unlocks6|}}}|:[[{{{unlocks6}}}]] <br> }} | + | |
− | {{#if:{{{unlocks7|}}}|:[[{{{unlocks7}}}]] <br> }} | + | |
− | {{#if:{{{unlocks8|}}}|:[[{{{unlocks8}}}]] <br> }} | + | |
− | {{#if:{{{unlocks9|}}}|:[[{{{unlocks9}}}]] <br> }} | + | |
− | {{#if:{{{unlocks10|}}}|:[[{{{unlocks10}}}]] <br> }} | + | |
|- | |- | ||
|} | |} |
Revision as of 20:28, 24 November 2013
This is the skeletal outline for an adventure page, usage is as follows:
{{Adventurepage | name=<Adventure title, mandatory> | num_scenarios=<Number of sub-scenarios within the adventure, mandatory> | level=<Minimum level range, mandatory> | quest1=<First quest condition, optional> | quest2=<Second quest condition, optional> | quest3=<Third quest condition, optional> | quest4=<Fourth quest condition, optional> | quest5=<Fifth quest condition, optional> | splash_screen=<Splash screen.png, mandatory> | unlocked_by=<Adventure that unlocks this one, mandatory> | unlocks1=<First adventure unlocked after completion of this one, optional> | unlocks2=<Second adventure unlocked after completion of this one, optional> | unlocks3=<Third adventure unlocked after completion of this one, optional> | unlocks4=<Fourth adventure unlocked after completion of this one, optional> | unlocks5=<Fifth adventure unlocked after completion of this one, optional> | unlocks6=<Sixth adventure unlocked after completion of this one, optional> | unlocks7=<Seventh adventure unlocked after completion of this one, optional> | unlocks8=<Eighth adventure unlocked after completion of this one, optional> | unlocks9=<Nineth adventure unlocked after completion of this one, optional> | unlocks10=<Tenth adventure unlocked after completion of this one, optional> | pizza_cost=<Pizza cost to unlock this adventure, optional> | reward1=<First guaranteed reward for adventure completion, optional> | reward2=<Second guaranteed reward for adventure completion, optional> | reward3=<Third guaranteed reward for adventure completion, optional> | reward4=<Fourth guaranteed reward for adventure completion, optional> | scenario1=<First scenario, input as a Adventuresection template, mandatory> | scenario2=<Sectond scenario, input as a Adventuresection template, optional> | scenario3=<Third scenario, input as a Adventuresection template, optional> | scenario4=<Fourth scenario, input as a Adventuresection template, optional> | scenario5=<Fifth scenario, input as a Adventuresection template, optional> | scenario6=<Sixth scenario, input as a Adventuresection template, optional> | scenario7=<Seventh scenario, input as a Adventuresection template, optional> | scenario8=<Eighth scenario, input as a Adventuresection template, optional> | scenario9=<Nineth scenario, input as a Adventuresection template, optional> | scenario10=<Tenth scenario, input as a Adventuresection template, 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.