Template:InventoryContentDisplay: Difference between revisions
added avatar content type |
fix plural of accessory |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 7: | Line 7: | ||
<div style="margin-bottom: 10px;">{{#if:{{{author|}}}| | <div style="margin-bottom: 10px;">{{#if:{{{author|}}}| | ||
<b>Created by</b><br>{{{author|}}} }}</div> | <b>Created by</b><br>{{{author|}}} }}</div> | ||
<div style="margin-bottom: 10px;">{{#if:{{{publisher|}}}| | |||
<b>Published by</b><br>{{{publisher|}}} }}</div> | |||
<!--TODO: Add categories per type--> | <!--TODO: Add categories per type--> | ||
<div style="margin-bottom: 10px;">{{#if:{{{type|}}}| | <div style="margin-bottom: 10px;">{{#if:{{{type|}}}| | ||
| Line 17: | Line 19: | ||
|WarpEffect = [[File:Icon_Cosmetics.png|20px]] [[Special:MyLanguage/Warp Effects|Warp Effect]] | |WarpEffect = [[File:Icon_Cosmetics.png|20px]] [[Special:MyLanguage/Warp Effects|Warp Effect]] | ||
|Avatar = [[File:Icons Avatars 25.png|20px]] [[Special:MyLanguage/Avatars|Avatar]] | |Avatar = [[File:Icons Avatars 25.png|20px]] [[Special:MyLanguage/Avatars|Avatar]] | ||
|Accessory = [[File:Icon_Cosmetics.png|20px]] [[Special:MyLanguage/Accessories|Accessory]] | |||
|LoadingScreen = [[File:Icon_Cosmetics.png|20px]] [[Special:MyLanguage/Loading Screens|Loading Screen]] | |||
}}}}</div> | }}}}</div> | ||
<div style="margin-bottom: 10px;">{{#if:{{{price|}}}| | <div style="margin-bottom: 10px;">{{#if:{{{price|}}}| | ||
Latest revision as of 02:10, 18 March 2026
[Reason: Type images, collections/bundles?, etc]
VRChat
Do you simply move from dimension to dimension, or do you rip through the fabric of reality itself?
VRChat
Contains four Spookality-themed stickers․ They're freeǃ And spooky․ Place them on any object with a collider․
No VRCats were harmed in the making of these stickers․ VRRats? Ehhh‚ probably not․
TemplateData Documentation
Template to display Inventory content (e.g. Emoji, Sticker, Item) for use on certain pages or sections. This is meant to display for inline sections on pages (e.g. Galleries), Infoboxes should be used if the page is about a certain piece of content
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | Name of the content
| String | required |
| Image | image | no description
| String | suggested |
| Image Size | imagesize | Size of the image
| String | optional |
| Width | width | The width of the template
| String | optional |
| Seller | seller | If offered for VRC Credits, use this. Displays as: Sold by
| String | optional |
| Author | author | If not offered for VRC Credits, use this. Displays as: Created by
| String | optional |
| Type | type | Type of content, values can be either, `Emoji`, `Sticker`, `Item`, `Drone`, `Portal` or `WarpEffect`.
| String | suggested |
| Price | price | The price of the content
| String | optional |
| Price VRC+ | price_vrcplus | The price of the content if it has a VRC+ discount
| String | optional |
| Description | description | The description of the content
| String | suggested |
| productID | productID | productID of the content, for future proofing
| String | optional |
| inventoryID | inventoryID | inventoryID of the content, for future proofing
| String | optional |