Template:Infobox item/doc: Difference between revisions
Jump to navigation
Jump to search
>Default (New page: ;Description :This template is used to create an event infobox. ;Syntax :Type <code>{{t|infobox item|...}}</code> somewhere, with parameters as shown below. ;Sample output <pre>{{infobox ...) |
>Default No edit summary |
||
Line 1: | Line 1: | ||
;Description | ;Description | ||
:This template is used to create an | :This template is used to create an item infobox. | ||
;Syntax | ;Syntax | ||
:Type <code>{{t|infobox item|...}}</code> somewhere, with parameters as shown below. | :Type <code>{{t|infobox item|...}}</code> somewhere, with parameters as shown below. | ||
Line 6: | Line 6: | ||
<pre>{{infobox item | <pre>{{infobox item | ||
|name= Bob's | |name= Bob's Petal | ||
|image= Image:Example.jpg | |image= Image:Example.jpg | ||
|caption= Bob the Flower | |caption= Bob the Flower | ||
|type= | |type= Petal | ||
|effects= | |effects= Adds +1 prettiness | ||
|source= | |source= Earth | ||
|buy= | |buy= 1 Seed | ||
|sell= | |sell= 5 Pollen | ||
}}</pre> | }}</pre> | ||
Line 19: | Line 19: | ||
{{infobox item | {{infobox item | ||
|name= Bob's | |name= Bob's Petal | ||
|image= Image:Example.jpg | |image= Image:Example.jpg | ||
|caption= Bob the Flower | |caption= Bob the Flower | ||
|type= | |type= Petal | ||
|effects= | |effects= Adds +1 prettiness | ||
|source= | |source= Earth | ||
|buy= | |buy= 1 Seed | ||
|sell= | |sell= 5 Pollen | ||
}} | }} | ||
<includeonly>[[Category:Infobox templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> | <includeonly>[[Category:Infobox templates|{{PAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> |
Revision as of 20:46, 26 May 2015
- Description
- This template is used to create an item infobox.
- Syntax
- Type
{{infobox item|<...>}}
somewhere, with parameters as shown below. - Sample output
{{infobox item |name= Bob's Petal |image= Image:Example.jpg |caption= Bob the Flower |type= Petal |effects= Adds +1 prettiness |source= Earth |buy= 1 Seed |sell= 5 Pollen }}
Results in...
Bob's Petal | |
---|---|
File:Example.jpg Bob the Flower | |
Vital statistics | |
Type | Petal |
Effects | Adds +1 prettiness |
Source | Earth |
Cost to buy | 1 Seed |
Cost to sell | 5 Pollen |