Шаблон:Item: различия между версиями
imported>Deantwo (→Odd Size Image: Added more information and an example without.) |
imported>Deantwo ("oddsizeimage" renamed to "OverrideImage" and now simply ignores lets you make your own image/file code. See: Template:Item#Override Image) |
||
Строка 1: | Строка 1: | ||
{{#if:{{{contents|}}}| {{Storage|name={{{name}}}|image={{{image}}}| | <includeonly>{{#if:{{{contents|}}}| {{Storage|name={{{name}}}|image={{{image}}}|OverrideImage={{{OverrideImage|}}}|bgcolor1={{{bgcolor1}}}|bgcolor2={{{bgcolor2}}}|foundin={{{foundin}}}|usedfor={{{usedfor}}}|strategy={{{strategy}}}|description={{{description}}}|contents={{{contents}}}}} | {{#if:{{{description|}}}| {{ItemMedium|name={{{name}}}|image={{{image}}}|OverrideImage={{{OverrideImage|}}}|bgcolor1={{{bgcolor1}}}|bgcolor2={{{bgcolor2}}}|foundin={{{foundin}}}|usedfor={{{usedfor}}}|strategy={{{strategy}}}|description={{{description}}}}} | {{#if:{{{name|}}}| {{Template:ItemSimple|name={{{name}}}|image={{{image}}}|OverrideImage={{{OverrideImage|}}}|bgcolor1={{{bgcolor1}}}|bgcolor2={{{bgcolor2}}}}} | <font color='red'>'''The item needs to have the name defined.'''</font> }} }} }}</includeonly><noinclude> | ||
== How to use == | == How to use == | ||
Строка 92: | Строка 92: | ||
[[Category:Templates]] | [[Category:Templates]] | ||
=== | ===Override Image=== | ||
If an image is bigger than 50px they will break, setting " | If an image is bigger than 50px they will break, setting "OverrideImage=true" will override this. | ||
'''Without setting " | '''Without setting "OverrideImage":''' | ||
<nowiki>{{Item</nowiki> | <nowiki>{{Item</nowiki> | ||
<nowiki>|bgcolor1 = #cce6ff</nowiki> | <nowiki>|bgcolor1 = #cce6ff</nowiki> | ||
Строка 113: | Строка 113: | ||
'''With setting " | '''With setting "OverrideImage":''' | ||
<nowiki>{{Item</nowiki> | <nowiki>{{Item</nowiki> | ||
<nowiki>|bgcolor1 = #cce6ff</nowiki> | <nowiki>|bgcolor1 = #cce6ff</nowiki> | ||
<nowiki>|bgcolor2 = #99ccff</nowiki> | <nowiki>|bgcolor2 = #99ccff</nowiki> | ||
<nowiki>|name = Particle Accelerator</nowiki> | <nowiki>|name = Particle Accelerator</nowiki> | ||
<nowiki>|image = ParticleAccelerator.gif</nowiki> | <nowiki>|image = [[File:ParticleAccelerator.gif]]</nowiki> | ||
<nowiki>| | <nowiki>|OverrideImage = true</nowiki> | ||
<nowiki>}}</nowiki> | <nowiki>}}</nowiki> | ||
Строка 127: | Строка 127: | ||
|name = Particle Accelerator | |name = Particle Accelerator | ||
|image = ParticleAccelerator.gif | |image = ParticleAccelerator.gif | ||
| | |OverrideImage = true | ||
}} | }} | ||
</noinclude> | </noinclude> |
Версия от 14:24, 14 апреля 2014
How to use
template intended for lists of objects to clean them up a bit.
With no parameters
{{Item}}
The item needs to have the name defined.
With minimum parameters
The bare minimum is the name parameter.
{{Item |name=Test Item |bgcolor1 = #FFEE88 |bgcolor2 = #FFDD66 |image = Redtoolbox.png }}
Normal item
If the description is set, this template will show.
{{Item |bgcolor1 = #FFEE88 |bgcolor2 = #FFDD66 |name = Emergency Toolbox |image = Redtoolbox.png |foundin = emergency lockers and storage areas |usedfor = Contains tools which are useful in emergencies |strategy = It is very heavy, useful for the beating up of people. Contains a flashlight which is very useful as well as a crowbar. |description = The toolbox contains a flashlight, a crowbar, a radio and a fire extinguisher. All of which are very useful not only when emergencies hit but also when trying to cause an emergency. Be quick in getting one as they tend to get looted quickly if you want until an emergency strikes. }}
Местонахождение: emergency lockers and storage areas
Используется для: Contains tools which are useful in emergencies
Стратегия: It is very heavy, useful for the beating up of people. Contains a flashlight which is very useful as well as a crowbar.
Используется для: Contains tools which are useful in emergencies
Стратегия: It is very heavy, useful for the beating up of people. Contains a flashlight which is very useful as well as a crowbar.
Описание
The toolbox contains a flashlight, a crowbar, a radio and a fire extinguisher. All of which are very useful not only when emergencies hit but also when trying to cause an emergency.
Be quick in getting one as they tend to get looted quickly if you want until an emergency strikes.
Container items
If the contents variable is set, this template will thow:
{{Item |bgcolor1 = #FFEE88 |bgcolor2 = #FFDD66 |name = Emergency Toolbox |image = Redtoolbox.png |foundin = emergency lockers and storage areas |usedfor = Contains tools which are useful in emergencies |strategy = It is very heavy, useful for the beating up of people. Contains a flashlight which is very useful as well as a crowbar. |contents = [[File:Screwdriver tool.png|link=Screwdriver]] [[File:Wrench.png|link=Wrench]] [[File:Welder.png|link=Welding Tool]]<br> [[File:Crowbar.png|link=Crowbar]] <nowiki>[[File:Analyzer.png|link=Analyzer]] [[File:Wirecutters.png|link=Wirecutters]] |description = The toolbox contains a flashlight, a crowbar, a radio and a fire extinguisher. All of which are very useful not only when emergencies hit but also when <nowiki>trying to cause an emergency. Be quick in getting one as they tend to get looted quickly if you want until an emergency strikes. }}
Местонахождение: emergency lockers and storage areas
Используется для: Contains tools which are useful in emergencies
Стратегия: It is very heavy, useful for the beating up of people. Contains a flashlight which is very useful as well as a crowbar.
Используется для: Contains tools which are useful in emergencies
Стратегия: It is very heavy, useful for the beating up of people. Contains a flashlight which is very useful as well as a crowbar.
Override Image
If an image is bigger than 50px they will break, setting "OverrideImage=true" will override this.
Without setting "OverrideImage":
{{Item |bgcolor1 = #cce6ff |bgcolor2 = #99ccff |name = Particle Accelerator |image = ParticleAccelerator.gif }}
With setting "OverrideImage":
{{Item |bgcolor1 = #cce6ff |bgcolor2 = #99ccff |name = Particle Accelerator |image = [[File:ParticleAccelerator.gif]] |OverrideImage = true }}
ParticleAccelerator.gif
Particle Accelerator