Template:Adventurepage
From Card Hunter Wiki
(Difference between revisions)
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
=={{{name}}}== | =={{{name}}}== | ||
+ | |||
+ | [[File:{{{splash_screen}}}|center|400x600px]] | ||
+ | |||
{| style="float: right;" | {| style="float: right;" | ||
| '''Number of Sections'''|| {{{num_sections}}} | | '''Number of Sections'''|| {{{num_sections}}} | ||
Line 6: | Line 9: | ||
| '''Level Range''' || {{{level}}}-{{#expr:{{{level}}}+1}} | | '''Level Range''' || {{{level}}}-{{#expr:{{{level}}}+1}} | ||
|- | |- | ||
− | | ''' | + | | '''Experience Cap''' || Level {{#expr:{{{level}}}+2}} |
|- | |- | ||
| '''Quests''' | | '''Quests''' | ||
Line 36: | Line 39: | ||
|- | |- | ||
|} | |} | ||
− | |||
− | |||
<div style="clear:both;"></div> | <div style="clear:both;"></div> | ||
− | {{{ | + | {{{scenario1}}} <br> |
− | {{#if:{{{ | + | {{#if:{{{scenario2|}}}|{{{scenario2}}} <br> }} |
− | {{#if:{{{ | + | {{#if:{{{scenario3|}}}|{{{scenario3}}} <br> }} |
− | {{#if:{{{ | + | {{#if:{{{scenario4|}}}|{{{scenario4}}} <br> }} |
− | {{#if:{{{ | + | {{#if:{{{scenario5|}}}|{{{scenario5}}} <br> }} |
− | {{#if:{{{ | + | {{#if:{{{scenario6|}}}|{{{scenario6}}} <br> }} |
− | {{#if:{{{ | + | {{#if:{{{scenario7|}}}|{{{scenario7}}} <br> }} |
− | {{#if:{{{ | + | {{#if:{{{scenario8|}}}|{{{scenario8}}} <br> }} |
− | {{#if:{{{ | + | {{#if:{{{scenario9|}}}|{{{scenario9}}} <br> }} |
− | {{#if:{{{ | + | {{#if:{{{scenario10|}}}|{{{scenario10}}} <br> }} |
</includeonly> | </includeonly> | ||
Line 79: | Line 80: | ||
| 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> | ||
− | | | + | | 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> |
}} | }} | ||
</pre> | </pre> |
Revision as of 06:09, 14 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> | 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.