Template:Items: Difference between revisions
Appearance
Created page with "<noinclude>{{Items | name = {{ {{{|safesubst:}}}#if:{{{name|}}}|{{{name}}}|{{BASEPAGENAME}}}} | group = | start = | end = | description = {{{summary|<translate><!--T:1--> Please edit this page to enter a summary.</translate>}}} {{ {{{|safesubst:}}}#if:{{{etherpad|}}}|([http://etherpad.wikimedia.org/{{{etherpad}}} Etherpad])}} | lead = | members = {{{members|''<translate><!--T:2--> unspecified</translate>''}}} | previous = | next = }}</noinclude>" Tag: Recreated |
Item template created |
||
Line 1: | Line 1: | ||
< | <includeonly> | ||
<div class="infobox"> | |||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div> | |||
<div class="infobox-image">[[File:{{{image}}}|270px]]</div> | |||
<table class="infobox-table"> | |||
<tr class="infobox-row"> | |||
<th class="infobox-parameter">Description</th> | |||
<td class="infobox-data">{{{description}}}</td> | |||
| | </tr> | ||
| | <tr class="infobox-row"> | ||
}}</noinclude> | <th class="infobox-parameter">Creator</th> | ||
<td class="infobox-data">{{{creator}}}</td> | |||
</tr> | |||
<tr class="infobox-row"> | |||
<th class="infobox-parameter">Type</th> | |||
<td class="infobox-data">{{{item_type}}}</td> | |||
</tr> | |||
<tr class="infobox-row"> | |||
<th class="infobox-parameter">Item ID</th> | |||
<td class="infobox-data">{{{item_id}}}</td> | |||
</tr> | |||
</table> | |||
</div> | |||
</includeonly><noinclude> | |||
Example usage: | |||
<pre> | |||
{{Items | |||
| image=Example | |||
| description=Example | |||
| creator=Example | |||
| item_type=Example | |||
| item_id=Example | |||
}} | |||
</pre> | |||
<templatedata> | |||
{"description": "","params":{"image":{"suggested":true},"description":{"suggested":true},"creator":{"suggested":true},"item_type":{"suggested":true},"item_id":{"suggested":true}},"sets":[],"maps":{}} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 11:59, 27 August 2025
Example usage:
{{Items | image=Example | description=Example | creator=Example | item_type=Example | item_id=Example }}
Parameter | Description | Type | Status | |
---|---|---|---|---|
image | image | no description | Unknown | suggested |
description | description | no description | Unknown | suggested |
creator | creator | no description | Unknown | suggested |
item_type | item_type | no description | Unknown | suggested |
item_id | item_id | no description | Unknown | suggested |