From GamingWiki
(4 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
<pre> | <pre> | ||
{{Stunt | {{Stunt | ||
− | |refresh= | + | |refresh= <NUMBER> |
− | |prerequisites= | + | |prerequisites= Stunt One; Stunt Two |
− | |blurb= | + | |conflicts= Stunt Three; Stunt Four |
− | |description= | + | |blurb= Short description |
− | |supernatural= | + | |description= More details, potentially very long |
− | |subtypes= | + | |supernatural= Yes or No |
− | |override= | + | |subtypes= <EMPTY> or allow or require |
+ | |override= <EMPTY> or yes | ||
}} | }} | ||
</pre> | </pre> | ||
Line 20: | Line 21: | ||
|- | |- | ||
! Prerequisites | ! Prerequisites | ||
− | | [[ | + | | {{#if:{{#arraydefine:prereqs|{{{prerequisites|}}}|;|print}}<!-- |
+ | -->| {{#arrayprint:prereqs|, |$prereq$| [[Prerequisite::$prereq$]]}}<!-- | ||
+ | -->| none }} | ||
+ | |- | ||
+ | ! Conflicts with: | ||
+ | | {{#if:{{#arraydefine:conflicts|{{{conflicts|}}}|;|print}}<!-- | ||
+ | -->| {{#arrayprint:conflicts|, |$conflict$| [[Conflict::$conflict$]]}}<!-- | ||
+ | -->| none }} | ||
|- | |- | ||
! Blurb | ! Blurb | ||
Line 32: | Line 40: | ||
|- | |- | ||
! Subtypes | ! Subtypes | ||
− | | [[Subtypes::{{{subtypes|}}}]] | + | | {{#if:{{{subtypes|}}}|[[Subtypes::{{{subtypes|}}}]]|none}} |
|- | |- | ||
! Cost override allowed | ! Cost override allowed |
Latest revision as of 19:44, 20 December 2011
This is the "Stunt" template. It should be called in the following format:
{{Stunt |refresh= <NUMBER> |prerequisites= Stunt One; Stunt Two |conflicts= Stunt Three; Stunt Four |blurb= Short description |description= More details, potentially very long |supernatural= Yes or No |subtypes= <EMPTY> or allow or require |override= <EMPTY> or yes }}
Edit the page to see the template text.