Difference between revisions of "Template:Action"

From BITPlan profiwiki Wiki
Jump to navigation Jump to search
(created by WikiTask 2015-11-06T06:47:36Z)
 
m (transfered by WikiBackup wikiTask at 2016-02-17T08:25:21Z)
 
Line 1: Line 1:
<noinclude>
+
<noinclude><!-- THIS FILE IS PROTECTED - smartGENERATOR WILL NOT OVERWRITE IT -->
 
<!--
 
<!--
 
   -- Copyright (C) 2015 BITPlan GmbH
 
   -- Copyright (C) 2015 BITPlan GmbH
Line 16: Line 16:
 
==== storemode subobject ====
 
==== storemode subobject ====
 
<pre>{{Action
 
<pre>{{Action
 +
|name=
 
|servicetype=
 
|servicetype=
 
|service=
 
|service=
Line 22: Line 23:
 
|actionpage=
 
|actionpage=
 
|output=
 
|output=
 +
|engine=
 +
|author=
 +
|since=
 +
|comment=
 
|storemode=subobject
 
|storemode=subobject
 
}}
 
}}
Line 28: Line 33:
 
==== storemode property ====
 
==== storemode property ====
 
<pre>{{Action
 
<pre>{{Action
 +
|name=
 
|servicetype=
 
|servicetype=
 
|service=
 
|service=
Line 34: Line 40:
 
|actionpage=
 
|actionpage=
 
|output=
 
|output=
 +
|engine=
 +
|author=
 +
|since=
 +
|comment=
 
|storemode=property
 
|storemode=property
 
}}
 
}}
Line 40: Line 50:
 
==== storemode none ====
 
==== storemode none ====
 
<pre>{{Action
 
<pre>{{Action
 +
|name=
 
|servicetype=
 
|servicetype=
 
|service=
 
|service=
Line 46: Line 57:
 
|actionpage=
 
|actionpage=
 
|output=
 
|output=
 +
|engine=
 +
|author=
 +
|since=
 +
|comment=
 
|storemode=none
 
|storemode=none
 
}}
 
}}
Line 53: Line 68:
 
==== viewmode tableheader ====
 
==== viewmode tableheader ====
 
<pre>{{Action
 
<pre>{{Action
 +
|name=
 
|servicetype=
 
|servicetype=
 
|service=
 
|service=
Line 59: Line 75:
 
|actionpage=
 
|actionpage=
 
|output=
 
|output=
 +
|engine=
 +
|author=
 +
|since=
 +
|comment=
 
|viewmode=tableheader
 
|viewmode=tableheader
 
}}
 
}}
Line 65: Line 85:
 
==== viewmode tablerow ====
 
==== viewmode tablerow ====
 
<pre>{{Action
 
<pre>{{Action
 +
|name=
 
|servicetype=
 
|servicetype=
 
|service=
 
|service=
Line 71: Line 92:
 
|actionpage=
 
|actionpage=
 
|output=
 
|output=
 +
|engine=
 +
|author=
 +
|since=
 +
|comment=
 
|viewmode=tablerow
 
|viewmode=tablerow
 
}}
 
}}
Line 77: Line 102:
 
==== viewmode tablefooter ====
 
==== viewmode tablefooter ====
 
<pre>{{Action
 
<pre>{{Action
 +
|name=
 
|servicetype=
 
|servicetype=
 
|service=
 
|service=
Line 83: Line 109:
 
|actionpage=
 
|actionpage=
 
|output=
 
|output=
 +
|engine=
 +
|author=
 +
|since=
 +
|comment=
 
|viewmode=tablefooter
 
|viewmode=tablefooter
 
}}
 
}}
Line 89: Line 119:
 
==== viewmode labelfield ====
 
==== viewmode labelfield ====
 
<pre>{{Action
 
<pre>{{Action
 +
|name=
 
|servicetype=
 
|servicetype=
 
|service=
 
|service=
Line 95: Line 126:
 
|actionpage=
 
|actionpage=
 
|output=
 
|output=
 +
|engine=
 +
|author=
 +
|since=
 +
|comment=
 
|viewmode=labelfield
 
|viewmode=labelfield
 
}}
 
}}
 
</pre>
 
</pre>
  
=== Source ===
+
=== Source (pretty printed) ===
 
<source lang='html4strict'>
 
<source lang='html4strict'>
 
{{#switch:{{{userparam|}}}|sidif={{#if:{{{?pageid|}}}|{{#replace:{{#replace:{{{?pageid}}}|#|}}|-|_}} isA Action<br>|}}
 
{{#switch:{{{userparam|}}}|sidif={{#if:{{{?pageid|}}}|{{#replace:{{#replace:{{{?pageid}}}|#|}}|-|_}} isA Action<br>|}}
 +
{{#if:{{{?name|}}}|"{{{?name}}}" is name of it <br>|}}
 
{{#if:{{{?servicetype|}}}|"{{{?servicetype}}}" is servicetype of it <br>|}}
 
{{#if:{{{?servicetype|}}}|"{{{?servicetype}}}" is servicetype of it <br>|}}
 
{{#if:{{{?service|}}}|"{{{?service}}}" is service of it <br>|}}
 
{{#if:{{{?service|}}}|"{{{?service}}}" is service of it <br>|}}
Line 108: Line 144:
 
{{#if:{{{?actionpage|}}}|"{{{?actionpage}}}" is actionpage of it <br>|}}
 
{{#if:{{{?actionpage|}}}|"{{{?actionpage}}}" is actionpage of it <br>|}}
 
{{#if:{{{?output|}}}|"{{{?output}}}" is output of it <br>|}}
 
{{#if:{{{?output|}}}|"{{{?output}}}" is output of it <br>|}}
 +
{{#if:{{{?engine|}}}|"{{{?engine}}}" is engine of it <br>|}}
 +
{{#if:{{{?author|}}}|"{{{?author}}}" is author of it <br>|}}
 +
{{#if:{{{?since|}}}|"{{{?since}}}" is since of it <br>|}}
 +
{{#if:{{{?comment|}}}|"{{{?comment}}}" is comment of it <br>|}}
 
|#default={{#switch:{{{storemode|}}}
 
|#default={{#switch:{{{storemode|}}}
 
|none=
 
|none=
 
+
|subobject={{#subobject:-
 +
|isA=Action
 +
|Action name={{{name|}}}
 +
|Action servicetype={{{servicetype|}}}
 +
|Action service={{{service|}}}
 +
|Action inputtype={{{inputtype|}}}
 +
|Action input={{{input|}}}
 +
|Action actionpage={{{actionpage|}}}
 +
|Action output={{{output|}}}
 +
|Action engine={{{engine|}}}
 +
|Action author={{{author|}}}
 +
|Action since={{{since|}}}
 +
|Action comment={{{comment|}}}
 +
}}
 
|{{#set:
 
|{{#set:
 
|isA=Action
 
|isA=Action
 +
|Action name={{{name|}}}
 
|Action servicetype={{{servicetype|}}}
 
|Action servicetype={{{servicetype|}}}
 
|Action service={{{service|}}}
 
|Action service={{{service|}}}
Line 119: Line 173:
 
|Action actionpage={{{actionpage|}}}
 
|Action actionpage={{{actionpage|}}}
 
|Action output={{{output|}}}
 
|Action output={{{output|}}}
 +
|Action engine={{{engine|}}}
 +
|Action author={{{author|}}}
 +
|Action since={{{since|}}}
 +
|Action comment={{{comment|}}}
 
}}
 
}}
 
}}
 
}}
Line 124: Line 182:
 
|masterdetail=
 
|masterdetail=
 
|tableheader={{{!}} class='wikitable'
 
|tableheader={{{!}} class='wikitable'
!servicetype!!service!!inputtype!!input!!actionpage!!output
+
!name!!servicetype!!service!!inputtype!!input!!actionpage!!output!!engine!!author!!since!!comment
 
{{!}}-
 
{{!}}-
 
|tablerow=
 
|tablerow=
{{!}}{{{servicetype|}}}{{!}}{{!}}{{{service|}}}{{!}}{{!}}{{{inputtype|}}}{{!}}{{!}}{{{input|}}}{{!}}{{!}}{{{actionpage|}}}{{!}}{{!}}{{{output|}}}
+
{{!}}{{{name|}}}{{!}}{{!}}{{{servicetype|}}}{{!}}{{!}}{{{service|}}}{{!}}{{!}}{{{inputtype|}}}{{!}}{{!}}{{{input|}}}{{!}}{{!}}{{{actionpage|}}}{{!}}{{!}}{{{output|}}}{{!}}{{!}}{{{engine|}}}{{!}}{{!}}{{{author|}}}{{!}}{{!}}{{{since|}}}{{!}}{{!}}{{{comment|}}}
 
{{!}}-
 
{{!}}-
 
|tablefooter={{!}}}
 
|tablefooter={{!}}}
 
|labelfield=
 
|labelfield=
servicetype={{#if:{{{servicetype|}}}|{{{servicetype|}}}|}}<br>service={{#if:{{{service|}}}|{{{service|}}}|}}<br>inputtype={{#if:{{{inputtype|}}}|{{{inputtype|}}}|}}<br>input={{#if:{{{input|}}}|{{{input|}}}|}}<br>actionpage={{#if:{{{actionpage|}}}|{{{actionpage|}}}|}}<br>output={{#if:{{{output|}}}|{{{output|}}}|}}<br>|#default={{{!}} class='wikitable'
+
name={{#if:{{{name|}}}|{{{name|}}}|}}<br>servicetype={{#if:{{{servicetype|}}}|{{{servicetype|}}}|}}<br>service={{#if:{{{service|}}}|{{{service|}}}|}}<br>inputtype={{#if:{{{inputtype|}}}|{{{inputtype|}}}|}}<br>input={{#if:{{{input|}}}|{{{input|}}}|}}<br>actionpage={{#if:{{{actionpage|}}}|[[{{{actionpage|}}}]]|}}<br>output={{#if:{{{output|}}}|{{{output|}}}|}}<br>engine={{#if:{{{engine|}}}|{{{engine|}}}|}}<br>author={{#if:{{{author|}}}|[[{{{author|}}}]]|}}<br>since={{#if:{{{since|}}}|{{{since|}}}|}}<br>comment={{#if:{{{comment|}}}|{{{comment|}}}|}}<br>|#default={{{!}} class='wikitable'
 
! colspan='2' {{!}}Action
 
! colspan='2' {{!}}Action
 +
{{!}}-
 +
{{#switch:{{{storemode|}}}|property=
 +
! colspan='2' style='text-align:left' {{!}} {{Icon|name=edit|size=24}}{{Link|target=Special:FormEdit/Action/{{FULLPAGENAME}}|title=edit}}
 +
{{!}}-
 +
}}
 +
!name
 +
{{!}}&nbsp;{{#if:{{{name|}}}|{{{name|}}}|}}
 
{{!}}-
 
{{!}}-
 
!servicetype
 
!servicetype
Line 147: Line 212:
 
{{!}}-
 
{{!}}-
 
!actionpage
 
!actionpage
{{!}}&nbsp;{{#if:{{{actionpage|}}}|{{{actionpage|}}}|}}
+
{{!}}&nbsp;{{#if:{{{actionpage|}}}|[[{{{actionpage|}}}]]|}}
 
{{!}}-
 
{{!}}-
 
!output
 
!output
 
{{!}}&nbsp;{{#if:{{{output|}}}|{{{output|}}}|}}
 
{{!}}&nbsp;{{#if:{{{output|}}}|{{{output|}}}|}}
 +
{{!}}-
 +
!engine
 +
{{!}}&nbsp;{{#if:{{{engine|}}}|{{{engine|}}}|}}
 +
{{!}}-
 +
!author
 +
{{!}}&nbsp;{{#if:{{{author|}}}|[[{{{author|}}}]]|}}
 +
{{!}}-
 +
!since
 +
{{!}}&nbsp;{{#if:{{{since|}}}|{{{since|}}}|}}
 +
{{!}}-
 +
!comment
 +
{{!}}&nbsp;{{#if:{{{comment|}}}|{{{comment|}}}|}}
 
{{!}}-
 
{{!}}-
 
{{!}}}
 
{{!}}}
Line 157: Line 234:
  
 
</source>
 
</source>
Click on "Edit" to edit the Source of this Template.
+
=== Source ===
 +
Click on "Edit" to edit the noinclude-part Source of this Template.
 +
[[Category:Template]]
  
 
</noinclude><includeonly>{{#switch:{{{userparam|}}}|sidif={{#if:{{{?pageid|}}}|{{#replace:{{#replace:{{{?pageid}}}|#|}}|-|_}} isA Action<br>|}}
 
</noinclude><includeonly>{{#switch:{{{userparam|}}}|sidif={{#if:{{{?pageid|}}}|{{#replace:{{#replace:{{{?pageid}}}|#|}}|-|_}} isA Action<br>|}}
 +
{{#if:{{{?name|}}}|"{{{?name}}}" is name of it <br>|}}
 
{{#if:{{{?servicetype|}}}|"{{{?servicetype}}}" is servicetype of it <br>|}}
 
{{#if:{{{?servicetype|}}}|"{{{?servicetype}}}" is servicetype of it <br>|}}
 
{{#if:{{{?service|}}}|"{{{?service}}}" is service of it <br>|}}
 
{{#if:{{{?service|}}}|"{{{?service}}}" is service of it <br>|}}
Line 166: Line 246:
 
{{#if:{{{?actionpage|}}}|"{{{?actionpage}}}" is actionpage of it <br>|}}
 
{{#if:{{{?actionpage|}}}|"{{{?actionpage}}}" is actionpage of it <br>|}}
 
{{#if:{{{?output|}}}|"{{{?output}}}" is output of it <br>|}}
 
{{#if:{{{?output|}}}|"{{{?output}}}" is output of it <br>|}}
 +
{{#if:{{{?engine|}}}|"{{{?engine}}}" is engine of it <br>|}}
 +
{{#if:{{{?author|}}}|"{{{?author}}}" is author of it <br>|}}
 +
{{#if:{{{?since|}}}|"{{{?since}}}" is since of it <br>|}}
 +
{{#if:{{{?comment|}}}|"{{{?comment}}}" is comment of it <br>|}}
 
|#default={{#switch:{{{storemode|}}}
 
|#default={{#switch:{{{storemode|}}}
 
|none=
 
|none=
 
+
|subobject={{#subobject:-
 +
|isA=Action
 +
|Action name={{{name|}}}
 +
|Action servicetype={{{servicetype|}}}
 +
|Action service={{{service|}}}
 +
|Action inputtype={{{inputtype|}}}
 +
|Action input={{{input|}}}
 +
|Action actionpage={{{actionpage|}}}
 +
|Action output={{{output|}}}
 +
|Action engine={{{engine|}}}
 +
|Action author={{{author|}}}
 +
|Action since={{{since|}}}
 +
|Action comment={{{comment|}}}
 +
}}
 
|{{#set:
 
|{{#set:
 
|isA=Action
 
|isA=Action
 +
|Action name={{{name|}}}
 
|Action servicetype={{{servicetype|}}}
 
|Action servicetype={{{servicetype|}}}
 
|Action service={{{service|}}}
 
|Action service={{{service|}}}
Line 177: Line 275:
 
|Action actionpage={{{actionpage|}}}
 
|Action actionpage={{{actionpage|}}}
 
|Action output={{{output|}}}
 
|Action output={{{output|}}}
 +
|Action engine={{{engine|}}}
 +
|Action author={{{author|}}}
 +
|Action since={{{since|}}}
 +
|Action comment={{{comment|}}}
 
}}
 
}}
 
}}
 
}}
Line 182: Line 284:
 
|masterdetail=
 
|masterdetail=
 
|tableheader={{{!}} class='wikitable'
 
|tableheader={{{!}} class='wikitable'
!servicetype!!service!!inputtype!!input!!actionpage!!output
+
!name!!servicetype!!service!!inputtype!!input!!actionpage!!output!!engine!!author!!since!!comment
 
{{!}}-
 
{{!}}-
 
|tablerow=
 
|tablerow=
{{!}}{{{servicetype|}}}{{!}}{{!}}{{{service|}}}{{!}}{{!}}{{{inputtype|}}}{{!}}{{!}}{{{input|}}}{{!}}{{!}}{{{actionpage|}}}{{!}}{{!}}{{{output|}}}
+
{{!}}{{{name|}}}{{!}}{{!}}{{{servicetype|}}}{{!}}{{!}}{{{service|}}}{{!}}{{!}}{{{inputtype|}}}{{!}}{{!}}{{{input|}}}{{!}}{{!}}{{{actionpage|}}}{{!}}{{!}}{{{output|}}}{{!}}{{!}}{{{engine|}}}{{!}}{{!}}{{{author|}}}{{!}}{{!}}{{{since|}}}{{!}}{{!}}{{{comment|}}}
 
{{!}}-
 
{{!}}-
 
|tablefooter={{!}}}
 
|tablefooter={{!}}}
 
|labelfield=
 
|labelfield=
servicetype={{#if:{{{servicetype|}}}|{{{servicetype|}}}|}}<br>service={{#if:{{{service|}}}|{{{service|}}}|}}<br>inputtype={{#if:{{{inputtype|}}}|{{{inputtype|}}}|}}<br>input={{#if:{{{input|}}}|{{{input|}}}|}}<br>actionpage={{#if:{{{actionpage|}}}|{{{actionpage|}}}|}}<br>output={{#if:{{{output|}}}|{{{output|}}}|}}<br>|#default={{{!}} class='wikitable'
+
name={{#if:{{{name|}}}|{{{name|}}}|}}<br>servicetype={{#if:{{{servicetype|}}}|{{{servicetype|}}}|}}<br>service={{#if:{{{service|}}}|{{{service|}}}|}}<br>inputtype={{#if:{{{inputtype|}}}|{{{inputtype|}}}|}}<br>input={{#if:{{{input|}}}|{{{input|}}}|}}<br>actionpage={{#if:{{{actionpage|}}}|[[{{{actionpage|}}}]]|}}<br>output={{#if:{{{output|}}}|{{{output|}}}|}}<br>engine={{#if:{{{engine|}}}|{{{engine|}}}|}}<br>author={{#if:{{{author|}}}|[[{{{author|}}}]]|}}<br>since={{#if:{{{since|}}}|{{{since|}}}|}}<br>comment={{#if:{{{comment|}}}|{{{comment|}}}|}}<br>|#default={{{!}} class='wikitable'
 
! colspan='2' {{!}}Action
 
! colspan='2' {{!}}Action
 +
{{!}}-
 +
{{#switch:{{{storemode|}}}|property=
 +
! colspan='2' style='text-align:left' {{!}} {{Icon|name=edit|size=24}}{{Link|target=Special:FormEdit/Action/{{FULLPAGENAME}}|title=edit}}
 +
{{!}}-
 +
}}
 +
!name
 +
{{!}}&nbsp;{{#if:{{{name|}}}|{{{name|}}}|}}
 
{{!}}-
 
{{!}}-
 
!servicetype
 
!servicetype
Line 205: Line 314:
 
{{!}}-
 
{{!}}-
 
!actionpage
 
!actionpage
{{!}}&nbsp;{{#if:{{{actionpage|}}}|{{{actionpage|}}}|}}
+
{{!}}&nbsp;{{#if:{{{actionpage|}}}|[[{{{actionpage|}}}]]|}}
 
{{!}}-
 
{{!}}-
 
!output
 
!output
 
{{!}}&nbsp;{{#if:{{{output|}}}|{{{output|}}}|}}
 
{{!}}&nbsp;{{#if:{{{output|}}}|{{{output|}}}|}}
 +
{{!}}-
 +
!engine
 +
{{!}}&nbsp;{{#if:{{{engine|}}}|{{{engine|}}}|}}
 +
{{!}}-
 +
!author
 +
{{!}}&nbsp;{{#if:{{{author|}}}|[[{{{author|}}}]]|}}
 +
{{!}}-
 +
!since
 +
{{!}}&nbsp;{{#if:{{{since|}}}|{{{since|}}}|}}
 +
{{!}}-
 +
!comment
 +
{{!}}&nbsp;{{#if:{{{comment|}}}|{{{comment|}}}|}}
 
{{!}}-
 
{{!}}-
 
{{!}}}
 
{{!}}}
 
}}
 
}}
 +
{{wikitask|cmd=login|input={{urlencode:{{#realname:Visitor}}}}}}
 +
{{wikitask|cmd=reset}}
 +
{{wikitask|cmd=runtemplate|engine={{{engine|}}}|input={{{input|}}}|template={{{actionpage|}}}|targetpage={{{output|}}}}}
 
}}
 
}}
 
</includeonly>
 
</includeonly>

Latest revision as of 10:25, 17 February 2016

This is the template Action. It belongs to the concept/topic Concept:Action
You may find examples for the use of this template via the List of Actions.

Usage

storemode subobject

{{Action
|name=
|servicetype=
|service=
|inputtype=
|input=
|actionpage=
|output=
|engine=
|author=
|since=
|comment=
|storemode=subobject
}}

storemode property

{{Action
|name=
|servicetype=
|service=
|inputtype=
|input=
|actionpage=
|output=
|engine=
|author=
|since=
|comment=
|storemode=property
}}

storemode none

{{Action
|name=
|servicetype=
|service=
|inputtype=
|input=
|actionpage=
|output=
|engine=
|author=
|since=
|comment=
|storemode=none
}}


viewmode tableheader

{{Action
|name=
|servicetype=
|service=
|inputtype=
|input=
|actionpage=
|output=
|engine=
|author=
|since=
|comment=
|viewmode=tableheader
}}

viewmode tablerow

{{Action
|name=
|servicetype=
|service=
|inputtype=
|input=
|actionpage=
|output=
|engine=
|author=
|since=
|comment=
|viewmode=tablerow
}}

viewmode tablefooter

{{Action
|name=
|servicetype=
|service=
|inputtype=
|input=
|actionpage=
|output=
|engine=
|author=
|since=
|comment=
|viewmode=tablefooter
}}

viewmode labelfield

{{Action
|name=
|servicetype=
|service=
|inputtype=
|input=
|actionpage=
|output=
|engine=
|author=
|since=
|comment=
|viewmode=labelfield
}}

Source (pretty printed)

{{#switch:{{{userparam|}}}|sidif={{#if:{{{?pageid|}}}|{{#replace:{{#replace:{{{?pageid}}}|#|}}|-|_}} isA Action<br>|}}
{{#if:{{{?name|}}}|"{{{?name}}}" is name of it <br>|}}
{{#if:{{{?servicetype|}}}|"{{{?servicetype}}}" is servicetype of it <br>|}}
{{#if:{{{?service|}}}|"{{{?service}}}" is service of it <br>|}}
{{#if:{{{?inputtype|}}}|"{{{?inputtype}}}" is inputtype of it <br>|}}
{{#if:{{{?input|}}}|"{{{?input}}}" is input of it <br>|}}
{{#if:{{{?actionpage|}}}|"{{{?actionpage}}}" is actionpage of it <br>|}}
{{#if:{{{?output|}}}|"{{{?output}}}" is output of it <br>|}}
{{#if:{{{?engine|}}}|"{{{?engine}}}" is engine of it <br>|}}
{{#if:{{{?author|}}}|"{{{?author}}}" is author of it <br>|}}
{{#if:{{{?since|}}}|"{{{?since}}}" is since of it <br>|}}
{{#if:{{{?comment|}}}|"{{{?comment}}}" is comment of it <br>|}}
|#default={{#switch:{{{storemode|}}}
|none=
|subobject={{#subobject:-
|isA=Action
|Action name={{{name|}}}
|Action servicetype={{{servicetype|}}}
|Action service={{{service|}}}
|Action inputtype={{{inputtype|}}}
|Action input={{{input|}}}
|Action actionpage={{{actionpage|}}}
|Action output={{{output|}}}
|Action engine={{{engine|}}}
|Action author={{{author|}}}
|Action since={{{since|}}}
|Action comment={{{comment|}}}
}}
|{{#set:
|isA=Action
|Action name={{{name|}}}
|Action servicetype={{{servicetype|}}}
|Action service={{{service|}}}
|Action inputtype={{{inputtype|}}}
|Action input={{{input|}}}
|Action actionpage={{{actionpage|}}}
|Action output={{{output|}}}
|Action engine={{{engine|}}}
|Action author={{{author|}}}
|Action since={{{since|}}}
|Action comment={{{comment|}}}
}}
}}
{{#switch: {{{viewmode|}}}
|masterdetail=
|tableheader={{{!}} class='wikitable'
!name!!servicetype!!service!!inputtype!!input!!actionpage!!output!!engine!!author!!since!!comment
{{!}}-
|tablerow=
{{!}}{{{name|}}}{{!}}{{!}}{{{servicetype|}}}{{!}}{{!}}{{{service|}}}{{!}}{{!}}{{{inputtype|}}}{{!}}{{!}}{{{input|}}}{{!}}{{!}}{{{actionpage|}}}{{!}}{{!}}{{{output|}}}{{!}}{{!}}{{{engine|}}}{{!}}{{!}}{{{author|}}}{{!}}{{!}}{{{since|}}}{{!}}{{!}}{{{comment|}}}
{{!}}-
|tablefooter={{!}}}
|labelfield=
name={{#if:{{{name|}}}|{{{name|}}}|}}<br>servicetype={{#if:{{{servicetype|}}}|{{{servicetype|}}}|}}<br>service={{#if:{{{service|}}}|{{{service|}}}|}}<br>inputtype={{#if:{{{inputtype|}}}|{{{inputtype|}}}|}}<br>input={{#if:{{{input|}}}|{{{input|}}}|}}<br>actionpage={{#if:{{{actionpage|}}}|[[{{{actionpage|}}}]]|}}<br>output={{#if:{{{output|}}}|{{{output|}}}|}}<br>engine={{#if:{{{engine|}}}|{{{engine|}}}|}}<br>author={{#if:{{{author|}}}|[[{{{author|}}}]]|}}<br>since={{#if:{{{since|}}}|{{{since|}}}|}}<br>comment={{#if:{{{comment|}}}|{{{comment|}}}|}}<br>|#default={{{!}} class='wikitable'
! colspan='2' {{!}}Action
{{!}}-
{{#switch:{{{storemode|}}}|property=
! colspan='2' style='text-align:left' {{!}} {{Icon|name=edit|size=24}}{{Link|target=Special:FormEdit/Action/{{FULLPAGENAME}}|title=edit}}
{{!}}-
}}
!name
{{!}}&nbsp;{{#if:{{{name|}}}|{{{name|}}}|}}
{{!}}-
!servicetype
{{!}}&nbsp;{{#if:{{{servicetype|}}}|{{{servicetype|}}}|}}
{{!}}-
!service
{{!}}&nbsp;{{#if:{{{service|}}}|{{{service|}}}|}}
{{!}}-
!inputtype
{{!}}&nbsp;{{#if:{{{inputtype|}}}|{{{inputtype|}}}|}}
{{!}}-
!input
{{!}}&nbsp;{{#if:{{{input|}}}|{{{input|}}}|}}
{{!}}-
!actionpage
{{!}}&nbsp;{{#if:{{{actionpage|}}}|[[{{{actionpage|}}}]]|}}
{{!}}-
!output
{{!}}&nbsp;{{#if:{{{output|}}}|{{{output|}}}|}}
{{!}}-
!engine
{{!}}&nbsp;{{#if:{{{engine|}}}|{{{engine|}}}|}}
{{!}}-
!author
{{!}}&nbsp;{{#if:{{{author|}}}|[[{{{author|}}}]]|}}
{{!}}-
!since
{{!}}&nbsp;{{#if:{{{since|}}}|{{{since|}}}|}}
{{!}}-
!comment
{{!}}&nbsp;{{#if:{{{comment|}}}|{{{comment|}}}|}}
{{!}}-
{{!}}}
}}
}}

Source

Click on "Edit" to edit the noinclude-part Source of this Template.