Участник:BOT Purple/Tests1

Материал из SS220 Paradise Wiki (SS13)
< Участник:BOT Purple
Версия от 11:32, 31 января 2022; BOT Purple (обсуждение | вклад) (Новая страница: «<includeonly> {{#if:{{{contents|}}} | {{Storage|name={{{name}}}|nameRU={{{nameRU}}}|image={{{image}}}|OverrideImage={{{OverrideImage|}}}|department={{{department}}}|foundin={{{foundin}}}|usedfor={{{usedfor}}}|strategy={{{strategy}}}|description={{{description}}}|contents={{{contents}}}}} | {{#if:{{{strategy|}}} | {{ItemMedium|name={{{name}}}|nameRU={{{nameRU}}}|image={{{image}}}|OverrideImage={{{OverrideImage|}}}|department={{{department}}}|foundin={{{found...»)
(разн.) ← Предыдущая версия | Текущая версия (разн.) | Следующая версия → (разн.)
Перейти к навигации Перейти к поиску


How to use

template intended for lists of objects to clean them up a bit.

With no parameters

 {{Item}}



Для создания таблицы нужно задать значение department=



With minimum parameters

The bare minimum is the name parameter.

 {{Item
 |department = Engineering
 |nameRU = Тестовый предмет
 |name = Test Item
 |image = Redtoolbox.png
 }}


Тестовый предмет
Файл:Redtoolbox.png
Test Item


Normal item

If the description is set, this template will show:

 {{Item
 |department = Engineering
 |nameRU = Аварийный ящик для инструментов
 |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.
 }}


Аварийный ящик для инструментов
Файл:Redtoolbox.png
Emergency Toolbox

Местонахождение: 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.

Описание

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.


Strategy-less items

If there is no strategy variable but there are foundin and used for, this template will show:

 {{Item
 |department = Engineering
 |nameRU   = Тестовый предмет
 |name = Test Item
 |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.
 
 Be quick in getting one as they tend to get looted quickly if you want until an emergency strikes.
 }}


Тестовый предмет
Файл:Redtoolbox.png
Test Item

Местонахождение: emergency lockers and storage areas
Используется для: Contains tools which are useful in emergencies

Описание

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 show:

 {{Item
 |department = Engineering
 |nameRU   = Аварийный ящик для инструментов
 |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.
 }}


Аварийный ящик для инструментов
Файл:Redtoolbox.png
Emergency Toolbox

Местонахождение: 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.

Содержит

Описание

Screwdriver tool.png Wrench.png Welder.png
Crowbar.png Analyzer.png Wirecutters.png

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.

Override Image

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}}}]]

For better understanding see these two examples:

Without setting "OverrideImage":

{{Item
|department = Engineering
|nameRU = Ускоритель частиц
|name = Particle Accelerator
|image = ParticleAccelerator.gif
}}

Ускоритель частиц
Файл:ParticleAccelerator.gif
Particle Accelerator



With setting "OverrideImage":

{{Item
|department = Engineering
|nameRU = Ускоритель частиц
|name = Particle Accelerator
|image = [[File:ParticleAccelerator.gif|Particle Accelerator]]
|OverrideImage = true
}}

Ускоритель частиц
Particle Accelerator
Particle Accelerator