|
|
Line 1: |
Line 1: |
| <noinclude>
| |
| <pre>
| |
| {{Template:Container
| |
| |type =
| |
| |name =
| |
| |exclusive =
| |
| |maxstacksize =
| |
| |uniqueitemcapacity =
| |
| |binding =
| |
| |description =
| |
| |droplocation =
| |
| |update =
| |
| |details =
| |
| |upgradeable =
| |
| |restriction =
| |
| |icon=
| |
| |bug=
| |
| |replaced=
| |
| |weight=
| |
| |basevalue=
| |
| }}
| |
| </pre>
| |
| {{TemplateDocumentation
| |
| |name = Continaer
| |
| |description = This template is used to render information about an item that is a container.
| |
| |category=Item Templates
| |
| |usesnamedparameters = true
| |
| |parameter1name = type
| |
| |parameter1description = The type of container. Use one of
| |
| |parameter1values =
| |
| * Bag
| |
| * Jar
| |
| * Case
| |
| |parameter2name = name
| |
| |parameter2description = The name of the item.
| |
| |parameter3name = exclusive
| |
| |parameter3description = Leave empty if the item is not exclusive.
| |
| |parameter4name = maxstacksize
| |
| |parameter4description = The maximum size each stack can be inside the container.
| |
| |parameter5name = uniqueitemcapacity
| |
| |parameter5description = How many unique items the container can hold
| |
| |parameter6name = binding
| |
| |parameter6description = How the container binds
| |
| |parameter6values =
| |
| * btc for Bound to Character
| |
| * bta for Bound to Account
| |
| * btcoe for Bound to Character on Equip
| |
| * btcoa for Bound to Character on Acquire
| |
| * btaoe for Bound to Account on Equip
| |
| * btaoa for Bound to Account on Acquire
| |
| |parameter7name = description
| |
| |parameter7description = Enter the description that is on the examine window at the bottom.
| |
| |parameter8name = droplocation
| |
| |parameter8description = This specifies information on where this drops. Use one of the drop location templates to specify it. The list of templates can be found here: [[:Category:DropLocation Templates]]. If there is more than one, put each on its own line starting with an asterisk.
| |
| |parameter9name = update
| |
| |parameter9description = Which update was this item added to the game in.
| |
| |parameter10name = details
| |
| |parameter10description = Enter any details that a player may need to know about this (i.e. if not working correctly, etc).
| |
| |parameter11name = upgradeable
| |
| |parameter11description = If this item is upgradeable, use [[Template:ItemUpgrade]]. If there is more than one (i.e. it is in the middle of a crafting chain), include multiple templates in a bulleted list.
| |
| |parameter12name = restriction
| |
| |parameter12description = This is used when there is some kind of restriction. If it is a trait (Lawful, Good, etc), use [[Template:ItemRequiredTrait]]. If there is a race restriction, use [[Template:ItemRestrictedRace]].
| |
| |parameter13name = icon
| |
| |parameter13description = The icon to use for this item, overrides the image using the item name
| |
| |parameter14name = bug
| |
| |parameter14description = Contains any information about a bug related to the item. Use [[Template:Bug]]
| |
| |parameter15name = replaced
| |
| |parameter15description = Contains information about any replacement that SSG did of this weapon. Use [[Template:ItemReplacement]]
| |
| |parameter16name = weight
| |
| |parameter16description = This is the weight, in lbs, as shown on the examine window. The "lbs" will be added.
| |
| |parameter17name = basevalue
| |
| |parameter17description = This is the base value as shown in the examine window. Use [[Template:Price]].
| |
| }}
| |
| </noinclude>
| |
| <includeonly>
| |
| <table class="item-table background-color">
| |
| <tr>
| |
| <td class="item-info-side">
| |
| <table class="background-color">
| |
| <tr>
| |
| <td>
| |
| <table class="background-color fullwidth">
| |
| <tr>
| |
| <td class="icon">
| |
| <!-- Icon Image -->
| |
| {{IconImage|{{{name}}}|{{{icon|}}}}}
| |
| </td>
| |
| <td class="title">
| |
| '''{{{name}}}'''<br>[[:Category:Container]]
| |
| </td>
| |
| </tr>
| |
| </table>
| |
| </td>
| |
| </tr>
| |
| <tr>
| |
| <td>
| |
| {{#if: {{{restriction|}}}|{{{restriction}}}<br>}}{{#if: {{{minlevel|}}}|'''Minimum Level:''' {{{minlevel}}}<br>}}
| |
| {{#if: {{{exclusive|}}}|''Exclusive''<br>}}
| |
| {{#if: {{{maxstacksize|}}}|'''Max stack size of contents:''' {{{maxstacksize|}}}<br>}}
| |
| {{#if: {{{uniqueitemcapacity|}}}|'''Unique item capacity:''' {{{uniqueitemcapacity|}}}<br>}}
| |
| {{#if: {{{ItemBinding|}}}|{{ItemBinding|{{{binding}}}}}<br>}}
| |
| '''Description:''' ''{{{description}}} ''
| |
| </td>
| |
| </tr>{{#if: {{{weight|}}}{{{basevalue|}}}|<tr><td><table class="item-table"><tr><td class="itembasevalue">{{#if:{{{basevalue|}}}|Base Value: {{{basevalue}}}}}</td><td class="itemweight">{{#if:{{{weight|}}}|{{{weight}}} lbs}}</td></tr></table></td></tr>}}
| |
| </table>
| |
| </td>
| |
| <td class="item-image-side">
| |
| <table class="item-image-table background-color" >
| |
| <tr>
| |
| <td class="extra-details">{{#if: {{{droplocation|}}} | '''Where To Find:''' {{WrapMultiLine|{{{droplocation}}}}}
| |
| <br>|[[Category:Items without a Drop Location]]}}{{#if: {{{details|}}} | '''Extra Details:'''
| |
| {{{details}}}<br>}}{{#if: {{{upgradeable|}}} | '''Upgradeable:'''
| |
| {{{upgradeable}}}<br>}}{{#if: {{{bug|}}} | '''Bugs:'''
| |
| {{{bug}}}<br>}}</td></tr>
| |
| {{#if: {{{replaced|}}} | <tr><td class="extra-details topborder">{{{replaced}}}</td></tr>}}
| |
| </table>
| |
| </td>
| |
| </tr>
| |
| </table>
| |
| <noinclude> | | <noinclude> |
| <pre> | | <pre> |