Template:Item/doc: Difference between revisions

From Space Station 14 Wiki
Aliser (talk | contribs)
Adding links: example fix
Aliser (talk | contribs)
added a 'capitalize all' example
Line 91: Line 91:
{{item|proto-kinetic accelerator|cap=1}}
{{item|proto-kinetic accelerator|cap=1}}


==== Capitalizing each word in the label ====
This makes the first letter in each word inside the label uppercase.
{{tji|item|proto-kinetic accelerator|capitalize all:1}} <br>
{{gray or}} <br>
{{tji|item|proto-kinetic accelerator|cap all:1}}
{{gda}}
{{item|proto-kinetic accelerator|capitalize all=1}} <br>
{{gray or}} <br>
{{item|proto-kinetic accelerator|cap all=1}}


=== Custom icon size ===
=== Custom icon size ===

Revision as of 06:23, 24 March 2025

Examples

Basic

{{item|lv}}

LV cable coil

For items without icons

Info
Not all items have their icons uploaded to the wiki. Such items will only have their label displayed.
Used here is some abstract item without icon.

{{item|foldable}}

foldable

Specifying amount of items

{{item|steel|25}}

steel [25]

More examples

Custom label

{{item|proto-kinetic accelerator|label=hole-maker}}

hole-maker

Empty label

To remove the label alltogether, pass an empty string to label.

{{item|proto-kinetic accelerator|label=}}

Capitalizing the label

This makes the first letter of the label uppercase.

{{item|proto-kinetic accelerator|capitalize=1}}
or
{{item|proto-kinetic accelerator|cap=1}}

Proto-kinetic accelerator
or
Proto-kinetic accelerator


Capitalizing each word in the label

This makes the first letter in each word inside the label uppercase.

{{item|proto-kinetic accelerator|capitalize all=1}}
or
{{item|proto-kinetic accelerator|cap all=1}}

Proto-kinetic Accelerator
or
Proto-kinetic Accelerator

Custom icon size

{{item|lv|size=64px}}

LV cable coil

Adding links

{{item|Deckard|link=Guns}}

unknown item 'Deckard'

Info
Some items have links by default, such as protolathe, so with this option you can override them as you wish.

A list of all items with icons

See Template:Item/doc/list of items with icons.

A list of all items

See Template:Item/doc/list_of_items.

Errors

Unknown item

{{item|lorem ipsum honk}}

unknown item 'lorem ipsum honk'