Template:PlaceCard: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
Created page with "<div style="flex: 1 0 200px; max-width: 300px; text-align: center; border: 1px solid #ccc; padding: 10px;"> [[File:{{{image}}}|thumb|center|{{{caption}}}]] <div style="margin-top: 5px;">Developer: {{{developer}}}</div> </div> <noinclude> <templatedata> { "description": "Template for displaying place cards, mainly on the Community Hub page.", "params": { "image": { "label": "Image File", "type": "string", "description": "The filename of the i..." |
mNo edit summary |
||
Line 1: | Line 1: | ||
<div style="flex: 1 0 200px; max-width: 300px; text-align: center; border: 1px solid #ccc; padding: 10px;"> | <div style="flex: 1 0 200px; max-width: 300px; text-align: center; border: 1px solid #ccc; padding: 10px;"> | ||
[[File:{{{image}}}|thumb|center|{{{caption}}}]] | [[File:{{{image}}}|thumb|center|{{{caption}}}]] | ||
</div> | </div> | ||
<noinclude> | <noinclude> | ||
Line 18: | Line 17: | ||
"type": "string", | "type": "string", | ||
"description": "The caption or placeholder text.", | "description": "The caption or placeholder text.", | ||
"suggested": true | "suggested": true | ||
} | } |
Revision as of 02:37, 16 November 2023
[[File:{{{image}}}|thumb|center|{{{caption}}}]]
Template for displaying place cards, mainly on the Community Hub page.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Image File | image | The filename of the image for the place. | String | suggested |
Caption | caption | The caption or placeholder text. | String | suggested |