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 style="margin-top: 5px;">Developer: {{{developer}}}</div>
</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
    },
    "developer": {
      "label": "Developer",
      "type": "string",
      "description": "The name of the developer.",
  "suggested": true
  "suggested": true
     }
     }

Revision as of 22:37, 15 November 2023

 [[File:{{{image}}}|thumb|center|{{{caption}}}]]

Template for displaying place cards, mainly on the Community Hub page.

[Edit template data]

Template parameters

ParameterDescriptionTypeStatus
Image Fileimage

The filename of the image for the place.

Stringsuggested
Captioncaption

The caption or placeholder text.

Stringsuggested