Template:Format item/doc
< Template:Format item
Jump to navigation
Jump to search
Revision as of 03:12, 14 December 2015 by imported>Petr Matas (←Created page with '{{Documentation subpage}} {{lua|Module:Item}} This template transforms a given Template:item using a given template. == Usage == {{((}}Format item | item...')
| This is a documentation subpage for Template:Format item. It contains usage information, categories and other content that is not part of the original template page. |
| This template uses Lua: |
This template transforms a given item using a given template.
Usage
{{Format item | item = Item | template = TransformationTemplate}}
TransformationTemplate is called with the arguments that the item has been created with.
| Code | Result |
|---|---|
{{Format item
| item = {{Item|name=Tom|animal=cat|legs=4}}
| template = Show pet
}}
|
Lua error: expandTemplate: template "Show pet" does not exist. |