Template:Adventurepage
From Card Hunter Wiki
(Difference between revisions)
Line 16: | Line 16: | ||
{{#if:{{{quest4|}}}|{{{quest4}}} <br> }} | {{#if:{{{quest4|}}}|{{{quest4}}} <br> }} | ||
{{#if:{{{quest5|}}}|{{{quest5}}} <br> }} | {{#if:{{{quest5|}}}|{{{quest5}}} <br> }} | ||
+ | |- | ||
+ | | '''Unlocked By''' || [[{{{unlocked_by}}}]] | ||
+ | |- | ||
+ | | '''Unlocks ''' | ||
+ | |- | ||
+ | {{#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> }} | ||
|- | |- | ||
|} | |} | ||
Line 49: | Line 64: | ||
| quest5=<Fifth quest condition, optional> | | quest5=<Fifth quest condition, optional> | ||
| splash_screen=<Splash screen.png, mandatory> | | 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> | | pizza_cost=<Pizza cost to unlock this adventure, optional> | ||
| reward=<Gaurenteed reward for adventure completion, optional> | | reward=<Gaurenteed reward for adventure completion, optional> |
Revision as of 07:08, 12 August 2013
This is the skeletal outline for an adventure page, usage is as follows:
{{Adventurepage | name=<Adventure title, mandatory> | num_sections=<Number of sub-sections 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> | reward=<Gaurenteed reward for adventure completion, optional> | section1=<First section, input as a Adventuresection template, mandatory> | section2=<Sectond section, input as a Adventuresection template, optional> | section3=<Third section, input as a Adventuresection template, optional> | section4=<Fourth section, input as a Adventuresection template, optional> | section5=<Fifth section, input as a Adventuresection template, optional> | section6=<Sixth section, input as a Adventuresection template, optional> | section7=<Seventh section, input as a Adventuresection template, optional> | section8=<Eighth section, input as a Adventuresection template, optional> | section9=<Nineth section, input as a Adventuresection template, optional> | section10=<Tenth section, 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.