From GamingWiki
Jump to: navigation, search
Line 21: Line 21:
 
|-
 
|-
 
! Prerequisites
 
! Prerequisites
| [[Prerequisites::{{{prerequisites|}}}]]
+
| {{#if:{{#arraydefine:prereqs|{{{prerequisites|}}}|;|print}}<!--
 +
  -->| {{#arrayprint:prereqs|, |$prereq$|[[Prerequisite::$prereq$]]}}<!--
 +
  -->| none }}
 
|-
 
|-
 
! Conflicts with:
 
! Conflicts with:
| [[Conflicts::{{{conflicts|}}}]]
+
| {{#if:{{#arraydefine:conflicts|{{{conflicts|}}}|;|print}}<!--
 +
  -->| {{#arrayprint:conflicts|, |$conflict$|[[Conflict::$conflict$]]}}<!--
 +
  -->| none }}
 
|-
 
|-
 
! Blurb
 
! Blurb

Revision as of 19:39, 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.