Template:Infobox place: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
ok it kinda works but still TODO
m "Place", not "game"!
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>{{#if:{{{image|}}}|
<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">
     <th>Last released</th>
{{#if:{{{releasedate|}}}|<tr>
     <th>Release</th>
     <td>{{{releasedate}}}</td>
     <td>{{{releasedate}}}</td>
</tr>}}{{#if:{{{version|}}}|<tr>
</tr>}}
     <th>Latest version</th>
{{#if:{{{version|}}}|<tr>
     <th>Version</th>
     <td>{{{version}}}</td>
     <td>{{{version}}}</td>
</tr>}}{{#if:{{{clients|}}}|<tr>
</tr>}}
     <th>Supported clients</th>
{{#if:{{{clients|}}}|<tr>
     <th>Clients</th>
     <td>{{{clients}}}</td>
     <td>{{{clients}}}</td>
</tr>}}{{#if:{{{credits|}}}|<tr>
</tr>}}
{{#if:{{{status|}}}|<tr>
    <th>Status</th>
    <td>{{{status}}}</td>
</tr>}}
{{#if:{{{credits|}}}|<tr>
     <th>Credits</th>
     <th>Credits</th>
     <td>{{{credits}}}</td>
     <td>{{{credits}}}</td>
</tr>}}
{{#if:{{{robloxassets|}}}|<tr>
    <td colspan="2">[[File:Roblox_2006_Gear_Icon.png|20px]] <b>This place uses online assets from roblox.com.</b></td> <includeonly>[[Category:Places that use assets from roblox.com]]</includeonly>
</tr>}}{{#if:{{{otherassets|}}}|<tr>
    <td colspan="2">[[File:Ambassador-75x75.png|20px]] <b>This place uses online assets from 3rd-party sources.</b></td> <includeonly>[[Category:Places that use assets from 3rd-party sources]]</includeonly>
</tr>}}{{#if:{{{modernport|}}}|<tr>
    <td colspan="2">[[File:Modern_Roblox_Icon.png|20px]] <b>This place has a modern Roblox port.</b></td> <includeonly>[[Category:Places with modern Roblox ports]]</includeonly>
</tr>}}</table>
</tr>}}</table>
</div>
</div>
<noinclude>
<noinclude>
{{Documentation}}
<!--Please add this template's categories to the /doc subpage, not here - thanks!-->
<templatedata>
<templatedata>
{
{
"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. If unsure of the exact date, a year or specific month is fine.",
"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"
},
"clients": {
"label": "Clients",
"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": "2008M -or- 2008M-2010L -or- 2008M+",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
},
},
"included_image_types": {
"status": {
"label": "Included image types",
"label": "Status",
"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 current status of the project - 'active', 'planned', 'completed', 'on hiatus', and 'inactive' covers nearly all projects.",
"example": "Wallpapers<br>Patterns",
"example": "Active",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
},
},
"preceded_by": {
"credits": {
"label": "Preceded by",
"label": "Credits",
"description": "The previous version of the software.",
"description": "Place credits - developers, scripters, builders, musicians, etc.",
"example": "[[Windows 95]] (1995)",
"example": "Builderman, Miked, Yorick",
"type": "string",
"type": "string",
"suggested": true
"suggested": true
},
},
"succeeded_by": {
        "robloxassets": {
"label": "Succeeded by",
"label": "Category: roblox.com assets",
"description": "The next version of the software.",
"description": "Include this category by writing a 'y' if the place uses online assets (images, meshes, sounds, etc.) from roblox.com.",
"example": "[[Windows 2000]] (2000)",
"example": "y",
"type": "string",
"type": "string"
"suggested": true
},
        "otherassets": {
"label": "Category: 3rd party assets",
"description": "Include this category by writing a 'y' if the place uses online assets (images, meshes, sounds, etc.) from domains other than roblox.com.",
"example": "y",
"type": "string"
},
        "modernport": {
"label": "Category: Modern port",
"description": "Include this category by writing a 'y' if the place is available on modern Roblox in a playable state (e.g. scripts are fixed). Any extra effort such as controller/mobile support is not required for the category.",
"example": "y",
"type": "string"
}
}
},
},
"description": "An infobox for use on software.",
"description": "An infobox for use on places (games, showcases, hangouts, what have you).",
"paramOrder": [
"paramOrder": [
"releasedate",
"released",
"default_wallpaper",
"version",
"included_image_types",
"clients",
"preceded_by",
"status",
"succeeded_by"
"credits",
        "robloxassets",
        "otherassets",
        "modernport"
]
]
}
}
</templatedata>
</templatedata>
Stolen from Windows Wallpaper Wiki. And the categories part is stolen from TCRF which in turn was stolen from Sonic Retro. It's a never ending cycle of reuse!
Anyways, 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 = December 2010
| param2 = hi2
| clients = 2010L+
| param3 = hi3
| status = Inactive
| param4 = hi4
| credits = ROBLOX
| param5 = hi5
| robloxassets = y
| modernport = y
}}
}}
</noinclude>
</noinclude>

Latest revision as of 04:30, 10 November 2023

Infobox place

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

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Releasedreleased

The date that the latest version released. If unsure of the exact date, a year or specific month is fine.

Example
2023-11-6
Datesuggested
Versionversion

The latest version name/number.

Example
v1.0.1
Stringoptional
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
Category: roblox.com assetsrobloxassets

Include this category by writing a 'y' if the place uses online assets (images, meshes, sounds, etc.) from roblox.com.

Example
y
Stringoptional
Category: 3rd party assetsotherassets

Include this category by writing a 'y' if the place uses online assets (images, meshes, sounds, etc.) from domains other than roblox.com.

Example
y
Stringoptional
Category: Modern portmodernport

Include this category by writing a 'y' if the place is available on modern Roblox in a playable state (e.g. scripts are fixed). Any extra effort such as controller/mobile support is not required for the category.

Example
y
Stringoptional

Stolen from Windows Wallpaper Wiki. And the categories part is stolen from TCRF which in turn was stolen from Sonic Retro. It's a never ending cycle of reuse!

Anyways, an example...

Welcome to ROBLOX Building
Release December 2010
Clients 2010L+
Status Inactive
Credits ROBLOX
This place uses online assets from roblox.com.
This place has a modern Roblox port.