Şablon:Item
Nasıl kullanılır
Nesne listelerini biraz düzenlemek için tasarlanmış şablon.
Hiçbir parametre olmadan
{{Item}}
The item needs to have the name defined.
Minimum parametrelerle
En temel gereksinim isim parametresidir.
{{Item
|name=Test Item
|bgcolor1 = #FFEE88
|bgcolor2 = #FFDD66
|image = Redtoolbox.png
}}
|
Normal eşya
Açıklama ayarlanmışsa, bu şablon şunları gösterecektir:
{{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.
}}
Strateji gerektirmeyen eşyalar
Strateji değişkeni yoksa ancak kuruluş ve kullanım alanları varsa, bu şablon şunları gösterecektir:
{{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
|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.
Acil bir durum ortaya çıkana kadar bir tane edinmekte acele edin, çünkü hızla yağmalanabiliyorlar.
}}
|
Konteyner eşyalar
İçerik değişkeni ayarlanmışsa, bu şablon şunları gösterecektir:
{{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.
Acil bir durum ortaya çıkana kadar bir tane edinmekte acele edin, çünkü hızla yağmalanabiliyorlar.
}}
|
Resmi Geçersiz Kıl
If an image is bigger than 50px they will break not break anymore, since this is a more awesome wiki, but they will look very small, as shown below.
Setting "OverrideImage=true" will disable the default image code so you can add your own.
The default image code is:
[[File:{{{image|{{{name|Unknown}}}.png}}}|px50|{{{name|Item}}}]]
Daha iyi anlamak için şu iki örneğe bakın:
Ayarlamadan"Override Image" (Resmi Geçersiz Kıl):
{{Item
|bgcolor1 = #cce6ff
|bgcolor2 = #99ccff
|name = Particle Accelerator
|image = ParticleAccelerator.gif
}}
|
Ayarlamadan "OverrideImage" (Resmi Geçersiz Kıl):
{{Item
|bgcolor1 = #cce6ff
|bgcolor2 = #99ccff
|name = Particle Accelerator
|image = [[File:ParticleAccelerator.gif|Particle Accelerator]]
|OverrideImage = true
}}
|

