Template:Infobox place: Difference between revisions
From Legacy Roblox Wiki
Jump to navigationJump to search
Placeholder stole this from another wiki lol |
ok it kinda works but still TODO |
||
Line 1: | Line 1: | ||
<div class="infobox"> | |||
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}| | |||
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}} | |||
<table class="infobox-table">{{#if:{{{releasedate|}}}|<tr> | |||
<th>Last released</th> | |||
<td>{{{releasedate}}}</td> | |||
</tr>}}{{#if:{{{version|}}}|<tr> | |||
<th>Latest version</th> | |||
<td>{{{version}}}</td> | |||
</tr>}}{{#if:{{{clients|}}}|<tr> | |||
<th>Supported clients</th> | |||
<td>{{{clients}}}</td> | |||
</tr>}}{{#if:{{{credits|}}}|<tr> | |||
<th>Credits</th> | |||
<td>{{{credits}}}</td> | |||
</tr>}}</table> | |||
</div> | |||
<noinclude> | |||
{{Documentation}} | {{Documentation}} | ||
<!--Please add this template's categories to the /doc subpage, not here - thanks!--> | <!--Please add this template's categories to the /doc subpage, not here - thanks!--> | ||
Line 46: | Line 22: | ||
{ | { | ||
"params": { | "params": { | ||
" | "releasedate": { | ||
"label": " | "label": "Last released", | ||
"description": "The | "description": "The date that the latest version released.", | ||
"example": " | "example": "11-6-2023", | ||
"type": " | "type": "string", | ||
"suggested": true | "suggested": true | ||
}, | }, | ||
Line 84: | Line 60: | ||
"description": "An infobox for use on software.", | "description": "An infobox for use on software.", | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "releasedate", | ||
"default_wallpaper", | "default_wallpaper", | ||
"included_image_types", | "included_image_types", | ||
Line 91: | Line 67: | ||
] | ] | ||
} | } | ||
</templatedata></noinclude> | </templatedata> | ||
{{Infobox_place | |||
| title = hi-title | |||
| image = Welcome_to_ROBLOX_Building.png | |||
| param1 = hi1 | |||
| param2 = hi2 | |||
| param3 = hi3 | |||
| param4 = hi4 | |||
| param5 = hi5 | |||
}} | |||
</noinclude> |
Revision as of 20:00, 6 November 2023
Infobox place
The documentation page does not exist and must be created.
An infobox for use on software.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Last released | releasedate | The date that the latest version released.
| String | suggested |
Default wallpaper | default_wallpaper | If this is an operating system, you should specify its default wallpaper here.
| String | suggested |
Included image types | included_image_types | If this is an operating system, you should specify the types of wallpapers that were included here. Seperate each one with <br>.
| String | suggested |
Preceded by | preceded_by | The previous version of the software.
| String | suggested |
Succeeded by | succeeded_by | The next version of the software.
| String | suggested |