Difference between revisions of "Template:Action"

From Xen
(Re-implementing template, such that Actions do not show in Category:Pages_with_comments, but Category:Pages_with_actions only)
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[File:Pictogram voting comment_15px.png|15px|link=]]&nbsp;<span style="text-decoration:underline;font-weight:bold;color:blue;">Action {{{1}}}:</span>[[Category:Pages with actions]]<noinclude>
+
<br>[[File:Pictogram voting comment_15px.png|15px|link=]]&nbsp;'''Action {{{1}}}:'''{{#if: {{{title|}}}{{{description|}}}{{{status|}}}|&nbsp;
  +
{{#if: {{{title|}}}|''{{{title}}}''<br>|<br>}}
{{Documentation|content=<pre>{{Action|Owner}} Your action here.</pre> produces "{{Action|Owner}} Your action here."}}
 
  +
{{#if: {{{description|}}}|<p style="margin-left:18px;">'''Description:'''&nbsp;{{{description}}}</p>|}}
  +
{{#if: {{{status|}}}|<p style="margin-left:18px;">'''Status:'''&nbsp;{{{status}}}</p>|}} | }}
  +
[[Category:Pages with actions]]<noinclude>
  +
{{Documentation|content=This template comes in two forms. A simply form
  +
<pre>{{Action|Owner}} Some text here <br></pre>
  +
which renders as
  +
  +
{{Action|Owner}} Some text here <br>
  +
  +
Note that without, the linebreak, the text immediately continues *after* the text you add.
  +
<br>
  +
And a more complex form
  +
  +
<pre>
  +
{{Action|Owner
  +
|title = Short title
  +
|description = Your action here
  +
|status = Description of action status here
  +
}}</pre>
  +
  +
which depending on what variables are used, produces
  +
  +
{{Action|Owner|title=My title|description=Your action here.|status=NEW}}
  +
{{Action|Owner|title=My title}}
  +
{{Action|Owner|description=Your action here.|status=NEW}}
  +
  +
}}
 
</noinclude>
 
</noinclude>

Latest revision as of 11:24, 24 October 2014


Pictogram voting comment 15px.png Action {{{1}}}:

Template documentation

This template comes in two forms. A simply form

{{Action|Owner}} Some text here <br>

which renders as


Pictogram voting comment 15px.png Action Owner: Some text here

Note that without, the linebreak, the text immediately continues *after* the text you add.
And a more complex form

{{Action|Owner
|title = Short title
|description = Your action here
|status = Description of action status here 
}}

which depending on what variables are used, produces


Pictogram voting comment 15px.png Action Owner:  My title

Description: Your action here.

Status: NEW


Pictogram voting comment 15px.png Action Owner:  My title

Pictogram voting comment 15px.png Action Owner: 

Description: Your action here.

Status: NEW

Editors can experiment in this template's sandbox (create) and testcases (create) pages.
Subpages of this template.