Difference between revisions of "Template:Event"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(close an if's brackets)
m (switch from checking for names to checking for descs in the parameters list)
Line 8: Line 8:
 
<dt>Parameters:
 
<dt>Parameters:
 
<dd>
 
<dd>
{{#if:{{{creatorname|}}}{{{int0name|}}}{{{float0name|}}}{{{string0name|}}}{{{object0name|}}}{{{int1name|}}}{{{float1name|}}}{{{string1name|}}}{{{object2name|}}}{{{int2name|}}}{{{float2name|}}}{{{string2name|}}}{{{object2name|}}}|<ul>
+
{{#if:{{{creatordesc|}}}{{{int0desc|}}}{{{float0desc|}}}{{{string0desc|}}}{{{object0desc|}}}{{{int1desc|}}}{{{float1desc|}}}{{{string1desc|}}}{{{object2desc|}}}{{{int2desc|}}}{{{float2desc|}}}{{{string2desc|}}}{{{object2desc|}}}|<ul>
 
{{#if:{{{creatordesc|}}}|<li>Creator: {{{creatordesc}}}</li>|}}<!--
 
{{#if:{{{creatordesc|}}}|<li>Creator: {{{creatordesc}}}</li>|}}<!--
 
-->{{#if:{{{int0desc|}}}|<li>Integer 0: {{{int0desc}}}</li>|}}<!--
 
-->{{#if:{{{int0desc|}}}|<li>Integer 0: {{{int0desc}}}</li>|}}<!--

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

{{event
|when=
|from=
|to=
|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=
}}