Template:Infobox Item: Difference between revisions

m Banri moved page Template:Infobox Item to Template:Infobox Items without leaving a redirect
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="gsw-infobox plainlinks {{parentitle|{{{name}}}}}" id="infobox-city" cellpadding="0" cellspacing="0"
{| class="gsw-infobox plainlinks {{parentitle|{{{name}}}}}" id="infobox-city" cellpadding="0" cellspacing="0"
| class="infobox-image" colspan="2" | {{#if:{{{image|}}}|{{clean image|file={{{image}}}|width=300px}}|{{Mainonly|[[Category:Needs image]]}}[[Special:Upload|Please upload an image!]]}}
| class="infobox-image" colspan="2" | {{#if:{{{image|}}}|{{clean image|file={{{image}}}|width=300|height=300}}|{{Mainonly|[[Category:Needs image]]}}[[Special:Upload|Please upload an image!]]}}
|-
|-
! class="infobox-header" colspan="2" | '''{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}} }}'''
! class="infobox-header" colspan="2" | '''{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}} }}'''
Line 8: Line 8:
{{!}}-}}
{{!}}-}}
! width="1%" nowrap="nowrap" | Release date
! width="1%" nowrap="nowrap" | Release date
| {{#if:{{{release|}}}|{{{release}}} {{#ifeq:{{{release}}}|RuneScape Classic||{{#if:{{{update|}}}|([[Update:{{{update}}}|Update]])|(Update unknown) <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small><includeonly>{{Mainonly|[[Category:Needs update added]]}}</includeonly>}}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
| {{#if:{{{release|}}}|{{{release}}} {{#ifeq:{{{release}}}|Gemini Station||{{#if:{{{update|}}}|([[Update:Game Update - {{{update}}}|Update]])|(Update unknown) <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small><includeonly>{{Mainonly|[[Category:Needs update added]]}}</includeonly>}}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
|-
|-
{{#if:{{{release2|}}}|
{{#if:{{{release2|}}}|
! width="1%" nowrap="nowrap" {{!}} Accessible since
! width="1%" nowrap="nowrap" {{!}} Accessible since
{{!}} {{#if:{{{release2|}}}|{{{release2}}} {{#ifeq:{{{release2}}}|RuneScape Classic||{{#if:{{{update2|}}}|([[Update:{{{update2}}}|Update]])|(Update unknown) <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small><includeonly>{{Mainonly|[[Category:Needs update added]]}}</includeonly>}}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}}}
{{!}} {{#if:{{{release2|}}}|{{{release2}}} {{#ifeq:{{{release2}}}|Gemini Station||{{#if:{{{update2|}}}|([[Update:Game Update - {{{update2}}}|Update]])|(Update unknown) <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small><includeonly>{{Mainonly|[[Category:Needs update added]]}}</includeonly>}}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}}}
! nowrap="nowrap" | Size
| {{#if:{{{size|}}}|{{{size}}}|Unknown <small>[{{fullurl:{{FULLPAGENAME}}|action=edit}} edit]</small>}}
|-
|-
! nowrap="nowrap" | No. of buy locations
! nowrap="nowrap" | No. of buy locations
Line 31: Line 33:
|-
|-
| class="infobox-template-links" colspan="2" | [[Template:Infobox Items|Infobox]] {{*}} [[Template talk:Infobox Items|Talk page]]
| class="infobox-template-links" colspan="2" | [[Template:Infobox Items|Infobox]] {{*}} [[Template talk:Infobox Items|Talk page]]
|}{{PreloadPage}}{{mainonly|[[Category:Items]][[Category:Locations]]}}<noinclude>
|}{{PreloadPage}}{{mainonly|[[Category:Items]]}}<noinclude>
{{/doc}}</noinclude>
{{/doc}}<templatedata>
{
"params": {
"name": {
"label": "Name",
"description": "Item Name",
"required": true
},
"image": {
"label": "Image",
"description": "Image Name",
"example": "Black Ice Shards.png",
"required": true
},
"release": {
"label": "Release",
"description": "Date of Release, if none then leave blank",
"suggested": true
},
"update": {
"label": "Update",
"description": "Name of the Update Page, if none then leave blank",
"suggested": true
},
"buy": {
"label": "Buy",
"description": "# of Locations you can buy the item from",
"required": true
},
"sell": {
"label": "Sell",
"description": "# of Locations you can sell the item to",
"required": true
},
"imports": {
"label": "Imports",
"description": "List of Import Locations",
"required": true,
"example": "* {{plinksized|Jupiter|pic=Jupiter Icon|txt=Jupiter|size=30}}"
},
"exports": {
"label": "Exports",
"description": "List of Export Locations",
"required": true,
"example": "* {{plinksized|Jupiter|pic=Jupiter Icon|txt=Jupiter|size=30}}"
},
"Cargo": {
"label": "Cargo",
"description": "Using {{Cargo}} Template to Display Size of Item",
"example": "{{Cargo|M}}",
"required": true
}
},
"description": "An infobox used to display item information on the right side of the page.",
"format": "block",
"paramOrder": [
"name",
"image",
"release",
"update",
"Cargo",
"buy",
"sell",
"imports",
"exports"
]
}
</templatedata></noinclude>