Template:Format item/doc
Chësta ie na plata de documentazion per Template:Format item. Tlo abines nfurmazions sun co adurvé categories y auter contenuto che ne ie nia pert dl template uriginel template page. |
This template uses Lua: |
This template transforms a given item using a given template.
Usage
[muda l codesc]{{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 important
. If the parameter name collides with the parameters of {{Format item}} itself, prepend it with param
. There is no need to combine param
and important
, though.
It is also possible to transform multiple items at once, but not with this template.
Examples
[muda l codesc]
Markup | Renders as |
---|---|
{{Format item | item = {{Item|name=Tom|animal=cat}} | template = Show pet }} |
Fal Lua: expandTemplate: template "Show pet" does not exist. |
{{Format item | item = {{Item|name=Tom|animal=cat}} | template = Show pet | legs = 4 }} |
Fal Lua: expandTemplate: template "Show pet" does not exist. |
{{Format item | item = {{Item|name=Tom|animal=cat}} | template = Show pet | param legs = 4 }} |
Fal Lua: expandTemplate: template "Show pet" does not exist. |
{{Format item | item = {{Item|name=Tom|animal=cat}} | template = Show pet | animal = dog }} |
Fal Lua: expandTemplate: template "Show pet" does not exist. |
{{Format item | item = {{Item|name=Tom|animal=cat}} | template = Show pet | important animal = dog }} |
Fal Lua: expandTemplate: template "Show pet" does not exist. |