Difference between revisions of "Template:3.5e Phrase/doc"

From Dungeons and Dragons Wiki
Jump to: navigation, search
(Created page with "This template creates a formatted table for a phrase. == Parameters == {{3.5e Phrase/doc/parameters}}")
 
Line 4: Line 4:
  
 
{{3.5e Phrase/doc/parameters}}
 
{{3.5e Phrase/doc/parameters}}
 +
 +
== Example ==
 +
 +
As an example, the following code:
 +
 +
<code>{{3.5e Phrase
 +
|name=Air I- Air
 +
|words=Air
 +
|level=2
 +
|target=Any creature within 50 feet
 +
|dur=1 round/level
 +
|summary=Grants the target brief flight.
 +
|effect=The target gains a fly speed equal to their base land speed (perfect maneuverability).
 +
}}</code>
 +
 +
Produces the following table:
 +
 +
{{3.5e Phrase
 +
|name=Air I- Air
 +
|words=Air
 +
|level=2
 +
|target=Any creature within 50 feet
 +
|dur=1 round/level
 +
|summary=Grants the target brief flight.
 +
|effect=The target gains a fly speed equal to their base land speed (perfect maneuverability).
 +
}}
 +
 +
Notice how the Drain value sets itself. That value is based on the level of the phrase.

Revision as of 11:43, 27 April 2014

This template creates a formatted table for a phrase.

Parameters

Parameter Required Description
name Yes The name of your phrase.
words Yes The words that make up the phrase.
level Yes The level of the phrase.
target Yes The target of the phrase.
duration Yes The duration of the phrase.
summary No The short maneuver description that will appear on the phrase list pages. If you don't include this parameter, make sure you set the "Summary" property in the text.
effect Yes The effect of the phrase.

Example

As an example, the following code:


Air I- Air
Words: Air
Level: 2
Target: Any creature within 50 feet
Duration: 1 round/level
Drain: -2/-1
Effect: The target gains a fly speed equal to their base land speed (perfect maneuverability).

Produces the following table:


Air I- Air
Words: Air
Level: 2
Target: Any creature within 50 feet
Duration: 1 round/level
Drain: -2/-1
Effect: The target gains a fly speed equal to their base land speed (perfect maneuverability).


Notice how the Drain value sets itself. That value is based on the level of the phrase.