Шаблон:UplinkStorage: различия между версиями
Перейти к навигации
Перейти к поиску
imported>Helpful Herbert Added details to documentation. Adjusted bgcolor1-default to be exactly the same as Template:Uplink. Aded revision note. |
(нет различий)
|
Текущая версия от 23:47, 24 апреля 2020
![]() |
This page needs revising!
The following page is out of date and/or needs to be revised. If the page's guide needs revision, see here for an example. |
About
Short details of a traitor uplink storage-item which holds multiple other items. Intended use in Syndicate Items. This template is related to Template:Uplink and very similar to Template:Item.
Parameter-Usage
Parameter | Default | Description |
---|---|---|
bgcolor1 | #cccccc | Background-color 1 |
bgcolor2 | #bbbbbb | Background-color 2 |
OverrideImage | When set, the image parameter is directly inserted like [[File:Unknown.png]] . By default the image-paramter is used as an image-name like Unknown.png .
| |
image | Unknown.png | Name of the item's image. See OverrideImage-parameter for alternative usage. |
name | Item | Name of the item |
cost | Undefined | Cost of buying, for example '8 TC' |
mode | Undefined | Gamemode |
contents | Contents not defined | Iconcode for included icons, for example: [[File:pen.png]] [[File:pen.png]]
|
description | No description | A free description of the items, its properties and use-contexts. |
Examples
Bare 1
{{UplinkStorage}}
|
Bare 2
{{UplinkStorage |name= |image= |cost= |mode= |contents= |description= }}
|
Normal
{{UplinkStorage |name=Toolbox |image = Redtoolbox.png |cost = 5 TC |mode = Traitor |contents = [[File:pen.png]] [[File:pen.png]] |description = A toolbox. }}
|