From GamingWiki
Jump to: navigation, search
 
(7 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
<pre>
 
<pre>
 
{{Stunt
 
{{Stunt
|cost=
+
|refresh= <NUMBER>
|blurb=
+
|prerequisites= Stunt One; Stunt Two
|description=
+
|conflicts= Stunt Three; Stunt Four
|supernatural=
+
|blurb= Short description
 +
|description= More details, potentially very long
 +
|supernatural= Yes or No
 +
|subtypes= <EMPTY> or allow or require
 +
|override= <EMPTY> or yes
 
}}
 
}}
 
</pre>
 
</pre>
Line 13: Line 17:
 
</noinclude><includeonly>
 
</noinclude><includeonly>
 
{| class="wikitable"
 
{| class="wikitable"
! Refresh cost
+
! Refresh adjustment
| [[Refresh cost::{{{cost|}}}]]
+
| [[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
Line 23: Line 37:
 
|-
 
|-
 
! Supernatural
 
! Supernatural
| {{{supernatural|}}}
+
| [[Is supernatural::{{{supernatural|}}}]]
 +
|-
 +
! Subtypes
 +
| {{#if:{{{subtypes|}}}|[[Subtypes::{{{subtypes|}}}]]|none}}
 +
|-
 +
! Cost override allowed
 +
| [[Allows cost override::{{{override|}}}]]
 
|-
 
|-
 
! Characters with this stunt
 
! Characters with this stunt

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.