Difference between revisions of "Template:Event"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(coloring constants)
Line 1: Line 1:
 
<includeonly><dl>
 
<includeonly><dl>
 +
<dt>Source:
 +
<dd>{{{sourcefile|[[Category:Events without a specified source file]]}}}{{#if:{{{sourcemodule|}}}| of module {{{sourcemodule}}}|}}
 
<dt>Sent when:
 
<dt>Sent when:
 
<dd>{{{when}}}
 
<dd>{{{when}}}

Revision as of 20:18, 30 July 2009


This template produces the standard formatting in the first part of category:Event types articles. The following is a comprehensive set of all the possible parameters for this template; feel free to delete the unused parameters when using it in an article for tidiness.

You can omit a particular variable from the example code by not setting its corresponding name parameter. For example, if an event has both object0 and creator as the "attacker", you can omit the creator from the example code by not setting creatorname.

{{event
|when=
|from=
|to=
|creatorname=
|creatordesc=
|int0name=
|int0desc=
|int1name=
|int1desc=
|int2name=
|int2desc=
|float0name=
|float0desc=
|float1name=
|float1desc=
|float2name=
|float2desc=
|string0name=
|string0desc=
|string1name=
|string1desc=
|string2name=
|string2desc=
|object0name=
|object0desc=
|object1name=
|object1desc=
|object2name=
|object2desc=
}}