From GamingWiki
m (moved Template:Stunt page to Template:Stunt) |
|||
(22 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | < | + | <noinclude> |
+ | This is the "Stunt" template. | ||
+ | It should be called in the following format: | ||
+ | <pre> | ||
+ | {{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 | ||
+ | }} | ||
+ | </pre> | ||
+ | Edit the page to see the template text. | ||
+ | </noinclude><includeonly> | ||
+ | {| class="wikitable" | ||
+ | ! Refresh adjustment | ||
+ | | [[Refresh adjustment::{{{refresh|}}}]] | ||
+ | |- | ||
+ | ! 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::{{{blurb|}}}]] | ||
+ | |- | ||
+ | ! Description | ||
+ | | [[Description::{{{description|}}}]] | ||
+ | |- | ||
+ | ! Supernatural | ||
+ | | [[Is supernatural::{{{supernatural|}}}]] | ||
+ | |- | ||
+ | ! Subtypes | ||
+ | | {{#if:{{{subtypes|}}}|[[Subtypes::{{{subtypes|}}}]]|none}} | ||
+ | |- | ||
+ | ! Cost override allowed | ||
+ | | [[Allows cost override::{{{override|}}}]] | ||
+ | |- | ||
+ | ! Characters with this stunt | ||
+ | | {{#ask:[[Has stunt::{{SUBJECTPAGENAME}}]]|format=list}} | ||
+ | |} | ||
− | + | [[Category:Stunts]] | |
− | + | </includeonly> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
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.