Template: Action

From LibrePlanet
Jump to: navigation, search
 
Line 4: Line 4:
 
<pre>
 
<pre>
 
{{Action
 
{{Action
|Action name=
+
|Action name= Name of action
|Action description=
+
|Action description= Short description of action
|Action url=
+
|Action url= URL to any longer description or blog-post or page that describes action
|Action group=
+
|Action group= A comma-separated list of group pages (E.g., Group:Defectivebydesign)
 +
|Action status=A boolean (yes or no) value as to whether or not this action is still on-going.
 
}}
 
}}
 
</pre>
 
</pre>
Line 24: Line 25:
 
! Action group
 
! Action group
 
| {{#arraymap:{{{Action group|}}}|,|x|[[Action group::x]]}}
 
| {{#arraymap:{{{Action group|}}}|,|x|[[Action group::x]]}}
 +
|-
 +
! Action status
 +
| [[Action status::{{{Action status|}}}]]
 
|}
 
|}
  
 
[[Category:Action]]
 
[[Category:Action]]
 
</includeonly>
 
</includeonly>

Revision as of 17:28, 13 April 2011

This is the "Action" template. It should be called in the following format:

{{Action
|Action name= Name of action
|Action description= Short description of action
|Action url= URL to any longer description or blog-post or page that describes action
|Action group= A comma-separated list of group pages (E.g., Group:Defectivebydesign) 
|Action status=A boolean (yes or no) value as to whether or not this action is still on-going. 
}}

Edit the page to see the template text.