Template:Card/doc

From Paw Borough Wiki
Revision as of 14:30, 24 August 2026 by Whimsy (talk | contribs) (Created page with "==Usage== Creates a small flex card of the item, similar in design to the storage cards. This template should be nested within a flex container to format properly. ==Syntax== <pre>{{Card|}}</pre> <pre>{{Card||acc=|thumb=}}</pre> ==Examples== {{Card|Northern Lunasagi}} <pre>{{Card|Northern Lunasagi}}</pre> <div style="display:flex; gap: 5px;"> {{Card|Guard's Back Greaves|acc=y}}{{Card|Guard's Chestplate|acc=y}}{{Card|Guard's Front Greaves|acc=y}}{{Card|Guard's Helm|acc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Usage

Creates a small flex card of the item, similar in design to the storage cards. This template should be nested within a flex container to format properly.

Syntax

{{Card|}}
{{Card||acc=|thumb=}}

Examples

{{Card|Northern Lunasagi}}
<div style="display:flex; gap: 5px;">
{{Card|Guard's Back Greaves|acc=y}}{{Card|Guard's Chestplate|acc=y}}{{Card|Guard's Front Greaves|acc=y}}{{Card|Guard's Helm|acc=y}}{{Card|Guard's Pants|acc=y}}{{Card|Guard's Sword|acc=y}}
</div>
<div style="display:flex; gap: 5px;">
{{Card|Abyssal Outskirts|thumb=y}}{{Card|Cogwheel Outskirts|thumb=y}}{{Card|Harvest Outskirts|thumb=y}}{{Card|Luna Outskirts|thumb=y}}{{Card|Metropolis Outskirts|thumb=y}}{{Card|Sol Outskirts|thumb=y}}{{Card|Zenith Outskirts|thumb=y}}
</div>

Associated Templates

Template Data

No description.

Template parameters

ParameterDescriptionTypeStatus
11

Name of the item, should be in proper case.

Unknownrequired
accacc

If populated it'll add "White" to the beginning of the file title. Should be used for accessory items.

Suggested values
y true yes
Unknownoptional
thumbthumb

If populated it'll add "Thumbnail" to the end of the file title. Intended to be used primarily for decor and backdrop items whose primary images have awkward dimensions.

Suggested values
y yes true
Unknownoptional