Template:Adventurepage
From Card Hunter Wiki
(Difference between revisions)
Line 4: | Line 4: | ||
| '''Number of Sections'''|| {{{num_sections}}} | | '''Number of Sections'''|| {{{num_sections}}} | ||
|- | |- | ||
− | | '''Level Range''' || {{{ | + | | '''Level Range''' || {{{level}}}-{{#expr:{{{level}}}+1}} |
|- | |- | ||
− | | '''Level Cap''' || {{#expr:{{{ | + | | '''Level Cap''' || {{#expr:{{{level}}}+2}} |
|- | |- | ||
| '''Quests''' | | '''Quests''' | ||
Line 28: | Line 28: | ||
{{#if:{{{section4|}}}|{{{section4}}} <br> }} | {{#if:{{{section4|}}}|{{{section4}}} <br> }} | ||
{{#if:{{{section5|}}}|{{{section5}}} <br> }} | {{#if:{{{section5|}}}|{{{section5}}} <br> }} | ||
+ | {{#if:{{{section6|}}}|{{{section5}}} <br> }} | ||
+ | {{#if:{{{section7|}}}|{{{section5}}} <br> }} | ||
+ | {{#if:{{{section8|}}}|{{{section5}}} <br> }} | ||
+ | {{#if:{{{section9|}}}|{{{section5}}} <br> }} | ||
+ | {{#if:{{{section10|}}}|{{{section5}}} <br> }} | ||
</includeonly> | </includeonly> | ||
Line 37: | Line 42: | ||
| name=<Adventure title, mandatory> | | name=<Adventure title, mandatory> | ||
| num_sections=<Number of sub-sections within the adventure, mandatory> | | num_sections=<Number of sub-sections within the adventure, mandatory> | ||
− | | | + | | level=<Minimum level range, mandatory> |
| quest1=<First quest condition, optional> | | quest1=<First quest condition, optional> | ||
| quest2=<Second quest condition, optional> | | quest2=<Second quest condition, optional> | ||
Line 47: | Line 52: | ||
| unlock2=<Second adventure unlocked after completion of this one, optional> | | unlock2=<Second adventure unlocked after completion of this one, optional> | ||
| unlock3=<Third adventure unlocked after completion of this one, optional> | | unlock3=<Third adventure unlocked after completion of this one, optional> | ||
+ | | unlock4=<Fourth adventure unlocked after completion of this one, optional> | ||
+ | | unlock5=<Fifth adventure unlocked after completion of this one, optional> | ||
+ | | unlock6=<Sixth adventure unlocked after completion of this one, optional> | ||
+ | | unlock7=<Seventh adventure unlocked after completion of this one, optional> | ||
+ | | unlock8=<Eighth adventure unlocked after completion of this one, optional> | ||
+ | | unlock9=<Nineth adventure unlocked after completion of this one, optional> | ||
+ | | unlock10=<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> | ||
Line 54: | Line 66: | ||
| section4=<Fourth 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> | | 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> | ||
}} | }} | ||
</pre> | </pre> |
Revision as of 06:53, 7 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> | unlock1=<First adventure unlocked after completion of this one, optional> | unlock2=<Second adventure unlocked after completion of this one, optional> | unlock3=<Third adventure unlocked after completion of this one, optional> | unlock4=<Fourth adventure unlocked after completion of this one, optional> | unlock5=<Fifth adventure unlocked after completion of this one, optional> | unlock6=<Sixth adventure unlocked after completion of this one, optional> | unlock7=<Seventh adventure unlocked after completion of this one, optional> | unlock8=<Eighth adventure unlocked after completion of this one, optional> | unlock9=<Nineth adventure unlocked after completion of this one, optional> | unlock10=<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.