Шаблон:Item: различия между версиями

Материал из Celadon | Wiki SCP
Перейти к навигации Перейти к поиску
(Новая страница: «<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:{{{strategy|}}}| {{ItemMedium|name={{{name}}}|image={{{image}}}|OverrideImage={{{OverrideImage|}}}|bgcolor1={{{bgcolor1}}}|bgcolor2={{{bgcolor2}}}|foundin={{{foundin}}...»)
 
(FIX FIX FIX)
Строка 1: Строка 1:
<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:{{{strategy|}}}| {{ItemMedium|name={{{name}}}|image={{{image}}}|OverrideImage={{{OverrideImage|}}}|bgcolor1={{{bgcolor1}}}|bgcolor2={{{bgcolor2}}}|foundin={{{foundin}}}|usedfor={{{usedfor}}}|strategy={{{strategy}}}|description={{{description}}}}} | {{#if:{{{usedfor|}}}| {{ItemUsedFor|name={{{name}}}|image={{{image}}}|OverrideImage={{{OverrideImage|}}}|bgcolor1={{{bgcolor1}}}|bgcolor2={{{bgcolor2}}}|foundin={{{foundin}}}|usedfor={{{usedfor}}}|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>
<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:{{{strategy|}}}| {{ItemMedium|name={{{name}}}|image={{{image}}}|OverrideImage={{{OverrideImage|}}}|bgcolor1={{{bgcolor1}}}|bgcolor2={{{bgcolor2}}}|foundin={{{foundin}}}|usedfor={{{usedfor}}}|strategy={{{strategy}}}|description={{{description}}}}} |  
{{#if:{{{usedfor|}}}| {{ItemUsedFor|name={{{name}}}|image={{{image}}}|OverrideImage={{{OverrideImage|}}}|bgcolor1={{{bgcolor1}}}|bgcolor2={{{bgcolor2}}}|foundin={{{foundin}}}|usedfor={{{usedfor}}}|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 =
= Как использовать =


template intended for lists of objects to clean them up a bit.
Многоуровневый шаблон для предметов. В зависимости от количества переменных выводятся различные виды шаблона, которые перечислены ниже


== With no parameters ==
== Без параметров ==
 
Описание шаблона: Выдает ошибку.
  <nowiki>{{Item}}</nowiki>
<pre>
{{Item}}
</pre>


{{Item}}
{{Item}}


== With minimum parameters ==


The bare minimum is the name parameter.
== С минимальным количеством параметров ==
Описание шаблона: Шаблон с именем и фото.
<pre>
{{Item
|name=Название
|bgcolor1 = #FFEE88
|bgcolor2 = #FFDD66
|image = HRO.png
}}
</pre>


  <nowiki>{{Item</nowiki>
{{Item
  <nowiki>|name=Test Item</nowiki>
|name=Название
  <nowiki>|bgcolor1 = #FFEE88</nowiki>
|bgcolor1 = #FFEE88
  <nowiki>|bgcolor2 = #FFDD66</nowiki>
|bgcolor2 = #FFDD66
  <nowiki>|image = Redtoolbox.png</nowiki>
|image = HRO.png
  <nowiki>}}</nowiki>
}}


== Стандартный шаблон ==
Описание шаблона: при заданном описании (description)
<pre>
{{Item
{{Item
|name=Test Item
|bgcolor1 = #FFEE88
|bgcolor1 = #FFEE88
|bgcolor2 = #FFDD66
|bgcolor2 = #FFDD66
|image = Redtoolbox.png
|name = Предмет
|image = HRO.png
|foundin = Шкаф
|usedfor = Содержит предметы
|strategy = Брать с собой
|description = Он красный.
}}
}}
</pre>


== Normal item ==
{{Item
|bgcolor1 = #FFEE88
|bgcolor2 = #FFDD66
|name = Предмет
|image = HRO.png
|foundin = Шкаф
|usedfor = Содержит предметы
|strategy = Брать с собой
|description = Он красный.
}}


If the description is set, this template will show:
==Без стратегии использования==
 
Описание шаблона: При отсутствии strategy.
  <nowiki>{{Item</nowiki>
<pre>
  <nowiki>|bgcolor1 = #FFEE88</nowiki>
{{Item
  <nowiki>|bgcolor2 = #FFDD66</nowiki>
|bgcolor1 = #FFEE88
  <nowiki>|name = Emergency Toolbox</nowiki>
|bgcolor2 = #FFDD66
  <nowiki>|image = Redtoolbox.png</nowiki>
|name = Предмет
  <nowiki>|foundin = emergency lockers and storage areas</nowiki>
|image = HRO.png
  <nowiki>|usedfor = Contains tools which are useful in emergencies</nowiki>
|foundin = Шкаф
  <nowiki>|strategy = It is very heavy, useful for the beating up of people. Contains a flashlight which is very useful as well as a crowbar.</nowiki>
|usedfor = Содержит предметы
  <nowiki>|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.</nowiki>
|description = Он красный.
 
}}
  <nowiki>Be quick in getting one as they tend to get looted quickly if you want until an emergency strikes.</nowiki>
</pre>
  <nowiki>}}</nowiki>


{{Item
{{Item
|bgcolor1 = #FFEE88
|bgcolor1 = #FFEE88
|bgcolor2 = #FFDD66
|bgcolor2 = #FFDD66
|name = Emergency Toolbox
|name = Предмет
|image = Redtoolbox.png
|image = HRO.png
|foundin = emergency lockers and storage areas
|foundin = Шкаф
|usedfor = Contains tools which are useful in emergencies
|usedfor = Содержит предметы
|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 = Он красный.
|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.
}}
}}
 
== С содержанием ==
==Strategy-less items==
Описание шаблона: Добавлен пункт contents
 
<pre>
If there is no strategy variable but there are foundin and used for, this template will show:
 
  <nowiki>{{Item</nowiki>
  <nowiki>|bgcolor1 = #FFEE88</nowiki>
  <nowiki>|bgcolor2 = #FFDD66</nowiki>
  <nowiki>|name = Emergency Toolbox</nowiki>
  <nowiki>|image = Redtoolbox.png</nowiki>
  <nowiki>|foundin = emergency lockers and storage areas</nowiki>
  <nowiki>|usedfor = Contains tools which are useful in emergencies</nowiki>
  <nowiki>|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.</nowiki>
 
  <nowiki>Be quick in getting one as they tend to get looted quickly if you want until an emergency strikes.</nowiki>
  <nowiki>}}</nowiki>
 
{{Item
{{Item
|name=Test Item
|bgcolor1 = #FFEE88
|bgcolor1 = #FFEE88
|bgcolor2 = #FFDD66
|bgcolor2 = #FFDD66
|name = Предмет
|image = Redtoolbox.png
|image = HRO.png
|foundin = emergency lockers and storage areas
|foundin = Шкаф
|usedfor = Contains tools which are useful in emergencies
|usedfor = Содержит предметы
|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.<br><br>Be quick in getting one as they tend to get looted quickly if you want until an emergency strikes.
|strategy = Брать с собой
}}
|contents = Бумага<br>Ручка<br>Пистолет
== Container items ==
|description = Он красный.
 
}}
If the contents variable is set, this template will show:
</pre>
 
  <nowiki>{{Item</nowiki>
  <nowiki>|bgcolor1 = #FFEE88</nowiki>
  <nowiki>|bgcolor2 = #FFDD66</nowiki>
  <nowiki>|name = Emergency Toolbox</nowiki>
  <nowiki>|image = Redtoolbox.png</nowiki>
  <nowiki>|foundin = emergency lockers and storage areas</nowiki>
  <nowiki>|usedfor = Contains tools which are useful in emergencies</nowiki>
  <nowiki>|strategy = It is very heavy, useful for the beating up of people. Contains a flashlight which is very useful as well as a crowbar.</nowiki>
  <nowiki>|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]] </nowiki>
  <nowiki>|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.</nowiki>
 
  <nowiki>Be quick in getting one as they tend to get looted quickly if you want until an emergency strikes.</nowiki>
  <nowiki>}}</nowiki>


{{Item
{{Item
|bgcolor1 = #FFEE88
|bgcolor1 = #FFEE88
|bgcolor2 = #FFDD66
|bgcolor2 = #FFDD66
|name = Emergency Toolbox
|name = Предмет
|image = Redtoolbox.png
|image = HRO.png
|foundin = emergency lockers and storage areas
|foundin = Шкаф
|usedfor = Contains tools which are useful in emergencies
|usedfor = Содержит предметы
|strategy = It is very heavy, useful for the beating up of people. Contains a flashlight which is very useful as well as a crowbar.
|strategy = Брать с собой
|contents = [[File:Screwdriver tool.png|link=Screwdriver]] [[File:Wrench.png|link=Wrench]] [[File:Welder.png|link=Welding Tool]]<br> [[File:Crowbar.png|link=Crowbar]] [[File:Analyzer.png|link=Analyzer]] [[File:Wirecutters.png|link=Wirecutters]]
|contents = Бумага<br>Ручка<br>Пистолет
|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.
|description = Он красный.
}}


Be quick in getting one as they tend to get looted quickly if you want until an emergency strikes.
}}
[[Category:Templates]]
[[Category:Templates]]


==Override Image==
==!СЛОМАНО! Перезапись фото !СЛОМАНО!==
If an image is bigger than 50px they will <s>break</s> not break anymore, since this is a more awesome wiki, but they will look very small, as shown below.<br>
Если изображение больше 50px, оно больше не будет ломаться, поскольку это более крутая вики, но будет выглядеть очень маленьким, как показано ниже.
Setting "OverrideImage=true" will disable the default image code so you can add your own.<br>
Установка параметра "OverrideImage=true" отключит код изображения по умолчанию, и вы сможете добавить свой собственный.<br>
The default image code is:<br>
По умолчанию используется код изображения:
<nowiki>[[File:{{{image|{{{name|Unknown}}}.png}}}|px50|{{{name|Item}}}]]</nowiki>
<pre>
[[File:{{{image|{{{name|Unknown}}}.png}}}|px50|{{{name|Item}}}]]
</pre>


For better understanding see these two examples:
'''Без настройки "OverrideImage":'''
<pre>
{{Item
|bgcolor1 = #cce6ff
|bgcolor2 = #99ccff
|name = Particle Accelerator
|image = HRO.png
}}
</pre>


'''Without setting "OverrideImage":'''
<nowiki>{{Item</nowiki>
<nowiki>|bgcolor1 = #cce6ff</nowiki>
<nowiki>|bgcolor2 = #99ccff</nowiki>
<nowiki>|name = Particle Accelerator</nowiki>
<nowiki>|image = ParticleAccelerator.gif</nowiki>
<nowiki>}}</nowiki>
{{Item
{{Item
|bgcolor1 = #cce6ff
|bgcolor1 = #cce6ff
|bgcolor2 = #99ccff
|bgcolor2 = #99ccff
|name = Particle Accelerator
|name = Particle Accelerator
|image = ParticleAccelerator.gif
|image = HRO.png
}}
}}






'''With setting "OverrideImage":'''
'''С настройкой "OverrideImage":'''
<nowiki>{{Item</nowiki>
 
<nowiki>|bgcolor1 = #cce6ff</nowiki>
<pre>
<nowiki>|bgcolor2 = #99ccff</nowiki>
{{Item
<nowiki>|name = Particle Accelerator</nowiki>
|bgcolor1 = #cce6ff
<nowiki>|image = [[File:ParticleAccelerator.gif|Particle Accelerator]]</nowiki>
|bgcolor2 = #99ccff
<nowiki>|OverrideImage = true</nowiki>
|name = Particle Accelerator
<nowiki>}}</nowiki>
|image = HRO.png
|OverrideImage = true
}}
</pre>
 
{{Item
{{Item
|bgcolor1 = #cce6ff
|bgcolor1 = #cce6ff
|bgcolor2 = #99ccff
|bgcolor2 = #99ccff
|name = Particle Accelerator
|name = Particle Accelerator
|image = [[File:ParticleAccelerator.gif|Particle Accelerator]]
|image = HRO.png
|OverrideImage = true
|OverrideImage = true
}}
}}


</noinclude>
</noinclude>

Версия от 13:33, 8 февраля 2024


Как использовать

Многоуровневый шаблон для предметов. В зависимости от количества переменных выводятся различные виды шаблона, которые перечислены ниже

Без параметров

Описание шаблона: Выдает ошибку.

{{Item}}


The item needs to have the name defined.


С минимальным количеством параметров

Описание шаблона: Шаблон с именем и фото.

{{Item
|name=Название
|bgcolor1 = #FFEE88
|bgcolor2 = #FFDD66
|image = HRO.png
}}


Название
Название

Стандартный шаблон

Описание шаблона: при заданном описании (description)

{{Item
|bgcolor1 = #FFEE88
|bgcolor2 = #FFDD66
|name = Предмет
|image = HRO.png
|foundin = Шкаф
|usedfor = Содержит предметы
|strategy = Брать с собой
|description = Он красный.
}}


Н/Д
Предмет
Предмет
Место нахождение: Шкаф
Применение: Содержит предметы
Стратегия использования: Брать с собой
Описание
Он красный.

Без стратегии использования

Описание шаблона: При отсутствии strategy.

{{Item
|bgcolor1 = #FFEE88
|bgcolor2 = #FFDD66
|name = Предмет
|image = HRO.png
|foundin = Шкаф
|usedfor = Содержит предметы
|description = Он красный.
}}


Н/Д
Предмет
Предмет
Место нахождение: Шкаф
Применение: Содержит предметы
Описание
Он красный.

С содержанием

Описание шаблона: Добавлен пункт contents

{{Item
|bgcolor1 = #FFEE88
|bgcolor2 = #FFDD66
|name = Предмет
|image = HRO.png
|foundin = Шкаф
|usedfor = Содержит предметы
|strategy = Брать с собой
|contents = Бумага<br>Ручка<br>Пистолет
|description = Он красный.
}}


Н/Д
Предмет
Предмет
Место нахождение:Шкаф
Применение: Содержит предметы
Стратегия использования: Брать с собой
Содержание Описание
Бумага
Ручка
Пистолет
Он красный.

!СЛОМАНО! Перезапись фото !СЛОМАНО!

Если изображение больше 50px, оно больше не будет ломаться, поскольку это более крутая вики, но будет выглядеть очень маленьким, как показано ниже. Установка параметра "OverrideImage=true" отключит код изображения по умолчанию, и вы сможете добавить свой собственный.
По умолчанию используется код изображения:

[[File:{{{image|{{{name|Unknown}}}.png}}}|px50|{{{name|Item}}}]]

Без настройки "OverrideImage":

{{Item
|bgcolor1 = #cce6ff
|bgcolor2 = #99ccff
|name = Particle Accelerator
|image = HRO.png
}}


Particle Accelerator
Particle Accelerator


С настройкой "OverrideImage":

{{Item
|bgcolor1 = #cce6ff
|bgcolor2 = #99ccff
|name = Particle Accelerator
|image = HRO.png
|OverrideImage = true
}}


HRO.png
Particle Accelerator