From GamingWiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
{{Stunt
 
{{Stunt
 
|refresh= <NUMBER>
 
|refresh= <NUMBER>
|prerequisites= Stunt One, Stunt Two
+
|prerequisites= Stunt One; Stunt Two
|conflicts= Stunt Three, Stunt Four
+
|conflicts= Stunt Three; Stunt Four
 
|blurb= Short description
 
|blurb= Short description
 
|description= More details, potentially very long
 
|description= More details, potentially very long
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
Line 36: 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.