Template:Card/doc
From Paw Borough Wiki
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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| 1 | 1 | Name of the item, should be in proper case. | Unknown | required |
| acc | acc | If populated it'll add "White" to the beginning of the file title. Should be used for accessory items.
| Unknown | optional |
| thumb | thumb | 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.
| Unknown | optional |
