Template:Infobox place: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
ok it kinda works but still TODO
yea
Line 3: Line 3:
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}|300px]]</div>}}
<table class="infobox-table">{{#if:{{{releasedate|}}}|<tr>
<table class="infobox-table">{{#if:{{{releasedate|}}}|<tr>
     <th>Last released</th>
     <th>Release</th>
     <td>{{{releasedate}}}</td>
     <td>{{{releasedate}}}</td>
</tr>}}{{#if:{{{version|}}}|<tr>
</tr>}}{{#if:{{{version|}}}|<tr>
     <th>Latest version</th>
     <th>Version</th>
     <td>{{{version}}}</td>
     <td>{{{version}}}</td>
</tr>}}{{#if:{{{clients|}}}|<tr>
</tr>}}{{#if:{{{clients|}}}|<tr>
     <th>Supported clients</th>
     <th>Clients</th>
     <td>{{{clients}}}</td>
     <td>{{{clients}}}</td>
</tr>}}{{#if:{{{status|}}}|<tr>
    <th>Status</th>
    <td>{{{status}}}</td>
</tr>}}{{#if:{{{credits|}}}|<tr>
</tr>}}{{#if:{{{credits|}}}|<tr>
     <th>Credits</th>
     <th>Credits</th>
Line 22: Line 25:
{
{
"params": {
"params": {
"releasedate": {
"released": {
"label": "Last released",
"label": "Released",
"description": "The date that the latest version released.",
"description": "The date that the latest version released.",
"example": "11-6-2023",
"example": "2023-11-6",
"type": "string",
"type": "date",
"suggested": true
"suggested": true
},
},
"default_wallpaper": {
"version": {
"label": "Default wallpaper",
"label": "Version",
"description": "If this is an operating system, you should specify its default wallpaper here.",
"description": "The latest version name/number.",
"example": "[[Clouds]], #008080",
"example": "v1.0.1",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
},
},
"included_image_types": {
"clients": {
"label": "Included image types",
"label": "Clients",
"description": "If this is an operating system, you should specify the types of wallpapers that were included here. Seperate each one with <br>.",
"description": "The versions of Roblox this game is designed to work on, by year. Can either be a specific year or a range, but should be defined using Novetus formatting: <year> + E/M/L (early, mid, late).",
"example": "Wallpapers<br>Patterns",
"example": "2008M -or- 2008M-2010L -or- 2008M+",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
},
},
"preceded_by": {
"status": {
"label": "Preceded by",
"label": "Status",
"description": "The previous version of the software.",
"description": "The current status of the project - 'active', 'planned', 'completed', 'on hiatus', and 'inactive' covers nearly all projects.",
"example": "[[Windows 95]] (1995)",
"example": "Active",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
},
},
"succeeded_by": {
"credits": {
"label": "Succeeded by",
"label": "Credits",
"description": "The next version of the software.",
"description": "Place credits - developers, scripters, builders, musicians, etc.",
"example": "[[Windows 2000]] (2000)",
"example": "Builderman, Miked, Yorick",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
}
}
},
},
"description": "An infobox for use on software.",
"description": "An infobox for use on places (games, showcases, builds, what have you).",
"paramOrder": [
"paramOrder": [
"releasedate",
"released",
"default_wallpaper",
"version",
"included_image_types",
"clients",
"preceded_by",
"status",
"succeeded_by"
"credits"
]
]
}
}
</templatedata>
</templatedata>
An example...


{{Infobox_place
{{Infobox_place
| title = hi-title
| title = Welcome to ROBLOX Building
| image = Welcome_to_ROBLOX_Building.png
| image = Welcome_to_ROBLOX_Building.png
| param1 = hi1
| releasedate = 2010-12-01
| param2 = hi2
| clients = 2010L+
| param3 = hi3
| status = Inactive
| param4 = hi4
| credits = ROBLOX
| param5 = hi5
}}
}}
</noinclude>
</noinclude>

Revision as of 05:45, 7 November 2023

Infobox place

The documentation page does not exist and must be created.

An infobox for use on places (games, showcases, builds, what have you).

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Releasedreleased

The date that the latest version released.

Example
2023-11-6
Datesuggested
Versionversion

The latest version name/number.

Example
v1.0.1
Stringsuggested
Clientsclients

The versions of Roblox this game is designed to work on, by year. Can either be a specific year or a range, but should be defined using Novetus formatting: <year> + E/M/L (early, mid, late).

Example
2008M -or- 2008M-2010L -or- 2008M+
Stringsuggested
Statusstatus

The current status of the project - 'active', 'planned', 'completed', 'on hiatus', and 'inactive' covers nearly all projects.

Example
Active
Stringsuggested
Creditscredits

Place credits - developers, scripters, builders, musicians, etc.

Example
Builderman, Miked, Yorick
Stringsuggested

An example...

Welcome to ROBLOX Building
Release 2010-12-01
Clients 2010L+
Status Inactive
Credits ROBLOX