From GamingWiki
Line 5: | Line 5: | ||
{{Stunt | {{Stunt | ||
|refresh= <NUMBER> | |refresh= <NUMBER> | ||
− | |prerequisites= Stunt One | + | |prerequisites= Stunt One; Stunt Two |
− | |conflicts= Stunt Three | + | |conflicts= Stunt Three; Stunt Four |
|blurb= Short description | |blurb= Short description | ||
|description= More details, potentially very long | |description= More details, potentially very long | ||
Line 22: | Line 22: | ||
! Prerequisites | ! Prerequisites | ||
| {{#if:{{#arraydefine:prereqs|{{{prerequisites|}}}|;|print}}<!-- | | {{#if:{{#arraydefine:prereqs|{{{prerequisites|}}}|;|print}}<!-- | ||
− | -->| {{#arrayprint:prereqs|, |$prereq$|[[Prerequisite::$prereq$]]}}<!-- | + | -->| {{#arrayprint:prereqs|, |$prereq$| [[Prerequisite::$prereq$]]}}<!-- |
-->| none }} | -->| none }} | ||
|- | |- | ||
! Conflicts with: | ! Conflicts with: | ||
| {{#if:{{#arraydefine:conflicts|{{{conflicts|}}}|;|print}}<!-- | | {{#if:{{#arraydefine:conflicts|{{{conflicts|}}}|;|print}}<!-- | ||
− | -->| {{#arrayprint:conflicts|, |$conflict$|[[Conflict::$conflict$]]}}<!-- | + | -->| {{#arrayprint:conflicts|, |$conflict$| [[Conflict::$conflict$]]}}<!-- |
-->| none }} | -->| none }} | ||
|- | |- |
Revision as of 19:41, 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.