Difference between revisions of "Template:Format item/doc"

From blackwiki
Jump to navigation Jump to search
imported>Petr Matas
imported>Petr Matas
Line 5: Line 5:
 
== Usage ==
 
== Usage ==
 
  {{((}}Format item | item = ''[[Template:Item|Item]]'' | template = ''TransformationTemplate'' | ... }}
 
  {{((}}Format item | item = ''[[Template:Item|Item]]'' | template = ''TransformationTemplate'' | ... }}
<code>''TransformationTemplate''</code> is called with the arguments that the item has been created with, plus any additional arguments passed to {{tl|Format item}}. Contents of the item take precedence over the additional arguments, unless the argument name is prepended with {{nowrap|<code>{{nodisplay|"}}important {{nodisplay|"}}</code>.}} If the argument name collides with the arguments of {{tl|Format item}} itself, prepend it with {{nowrap|<code>{{nodisplay|"}}param {{nodisplay|"}}</code>.}} There is no need to combine {{pre-wrap|{{nowrap|<code>{{nodisplay|"}}param {{nodisplay|"}}</code>}} {{nodisplay|&nbsp;}}}}and <code>{{nodisplay|"}}important {{nodisplay|"}}</code>, though.
+
<code>''TransformationTemplate''</code> is called with the parameters that the item has been created with, plus any additional parameters passed to {{tl|Format item}}. Contents of the item take precedence over the additional parameters, unless the parameter name is prepended with {{nowrap|<code>{{nodisplay|"}}important {{nodisplay|"}}</code>.}} If the parameter name collides with the parameters of {{tl|Format item}} itself, prepend it with {{nowrap|<code>{{nodisplay|"}}param {{nodisplay|"}}</code>.}} There is no need to combine {{pre-wrap|{{nowrap|<code>{{nodisplay|"}}param {{nodisplay|"}}</code>}} {{nodisplay|&nbsp;}}}}and <code>{{nodisplay|"}}important {{nodisplay|"}}</code>, though.
  
 
It is also possible to [[Template:Item#Format each item using a template|transform multiple items at once]], but not with this template.
 
It is also possible to [[Template:Item#Format each item using a template|transform multiple items at once]], but not with this template.

Revision as of 22:59, 15 December 2015

This template transforms a given item using a given template.

Usage

{{Format item | item = Item | template = TransformationTemplate | ... }}

TransformationTemplate is called with the parameters that the item has been created with, plus any additional parameters passed to {{Format item}}. Contents of the item take precedence over the additional parameters, unless the parameter name is prepended with Template:Nodisplayimportant Template:Nodisplay. If the parameter name collides with the parameters of {{Format item}} itself, prepend it with Template:Nodisplayparam Template:Nodisplay. There is no need to combine Template:Pre-wrapand Template:Nodisplayimportant Template:Nodisplay, though.

It is also possible to transform multiple items at once, but not with this template.

Examples

Markup Renders as
{{Format item
| item = {{Item|name=Tom|animal=cat}}
| template = Show pet
}}

Lua error: expandTemplate: template "Show pet" does not exist.

{{Format item
| item = {{Item|name=Tom|animal=cat}}
| template = Show pet
| legs = 4
}}

Lua error: expandTemplate: template "Show pet" does not exist.

{{Format item
| item = {{Item|name=Tom|animal=cat}}
| template = Show pet
| param legs = 4
}}

Lua error: expandTemplate: template "Show pet" does not exist.

{{Format item
| item = {{Item|name=Tom|animal=cat}}
| template = Show pet
| animal = dog
}}

Lua error: expandTemplate: template "Show pet" does not exist.

{{Format item
| item = {{Item|name=Tom|animal=cat}}
| template = Show pet
| important animal = dog
}}

Lua error: expandTemplate: template "Show pet" does not exist.

See also