More actions
No edit summary |
No edit summary |
||
(47 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
<data source="publisher"> | <data source="publisher"> | ||
<label>Publisher</label> | <label>Publisher</label> | ||
<default> | <default>Self-published</default> | ||
</data> | </data> | ||
<data source="sequel"> | <data source="sequel"> | ||
<label>Sequel to</label> | <label>Sequel to</label> | ||
</data> | </data> | ||
<header>Gameplay</header> | <header>Gameplay</header> | ||
Line 45: | Line 44: | ||
<default>0</default> | <default>0</default> | ||
</data> | </data> | ||
<data source=" | <data source="sub_genre"> | ||
<label> | <label>Sub-genre</label> | ||
<default>Classic Obby</default> | <default>Classic Obby</default> | ||
</data> | </data> | ||
Line 57: | Line 56: | ||
<default>Rare</default> | <default>Rare</default> | ||
</data> | </data> | ||
<header>Platforms</header> | |||
<data source="platforms"> | <data source="platforms"> | ||
<default>{{#invoke:ObbyInfobox|format_platforms}}</default> | |||
<format>{{#invoke:ObbyInfobox|format_platforms}}</format> | |||
</data> | </data> | ||
<header>Socials</header> | <header>Socials</header> | ||
<data source=" | <data source="social_media"> | ||
<default>{{#invoke:ObbyInfobox|format_media}}</default> | |||
<format>{{#invoke:ObbyInfobox|format_media}}</format> | |||
</data> | |||
<data source="last_updated"> | |||
<default><small>Last edited on '''{{Format_REVISIONTIMESTAMP|{{REVISIONTIMESTAMP}}}}'''</small></default> | |||
</data> | |||
</infobox> | </infobox> | ||
<includeonly>[[Category:Obby]]</includeonly> | <includeonly>[[Category:Obby]]</includeonly> | ||
<noinclude> | <noinclude> | ||
== Parameters == | == Documentation == | ||
=== Parameters === | |||
<templatedata> | |||
{ | |||
"description": "Infobox template for Roblox obby games.", | |||
"params": { | |||
"title": { "label": "Title", "description": "The title of the game, set to {{PAGENAME}} by default, should be hyperlinked to roblox.com.", "type": "string", "default": "{{PAGENAME}}", "required": true }, | |||
"thumbnail": { "label": "Thumbnail", "description": "Image filename for the game's thumbnail.", "type": "string", "default": "ObbyWiki.png" }, | |||
"caption-thumbnail": { "label": "Thumbnail Caption", "description": "Caption for the thumbnail image.", "type": "string", "default": "Example" }, | |||
"creator": { "label": "Creator", "description": "The game's creator, either a user or group, hyperlinked if available.", "type": "string", "required": true }, | |||
"publisher": { "label": "Publisher", "description": "The entity that published the game, hyperlinked if available.", "type": "string" }, | |||
"stages": { "label": "Stages", "description": "The number of stages in the game.", "type": "number", "required": true }, | |||
"sequel_to": { "label": "Sequel To", "description": "Hyperlink to the previous obby if this game is a sequel.", "type": "string" }, | |||
"difficulty_tier": { "label": "Difficulty Tier", "description": "The game's difficulty tier, ranging from 0 to 15.", "type": "number", "required": false }, | |||
"visits": { "label": "Visits", "description": "Total number of visits to the game.", "type": "number" }, | |||
"peak_ccu": { "label": "Peak CCU", "description": "Peak concurrent users recorded in the game.", "type": "number" }, | |||
"likes": { "label": "Likes", "description": "Total number of likes received by the game.", "type": "number" }, | |||
"released": { "label": "Release Date", "description": "The date when the game was released.", "type": "string", "required": true }, | |||
"sub_genre": { "label": "Sub-genre", "description": "The sub-genre of obby (Classic Obby, Tower Obby, Difficulty Chart Obby, Gimmick Obby, Tier Obby).", "type": "string", "required": true }, | |||
"maturity": { "label": "Maturity Rating", "description": "The game's maturity level (Minimal, Moderate, Mature, N/A).", "type": "string" }, | |||
"update_frequency": { "label": "Update Frequency", "description": "How frequently the game is updated (Frequent, Rare, Never).", "type": "string", "required": false }, | |||
"platforms": { "label": "Platforms", "description": "Supported platforms (phone, tablet, PC, console, VR).", "type": "string", "required": false }, | |||
"phone": { "label": "Supports Phone", "description": "Set to true if the game is accessible to phones.", "type": "boolean", "required": false }, | |||
"tablet": { "label": "Supports Tablet", "description": "Set to true if the game is accessible to tablet.", "type": "boolean", "required": false }, | |||
"pc": { "label": "Supports PC", "description": "Set to true if the game is accessible on desktop.", "type": "boolean", "required": false }, | |||
"console": { "label": "Supports Console", "description": "Set to true if the game is accessible to consoles.", "type": "boolean", "required": false }, | |||
"vr": { "label": "Supports VR", "description": "Set to true if the game is accessible to VR.", "type": "boolean", "required": false }, | |||
"twitter": { "label": "Twitter", "description": "Twitter username (without @).", "type": "string" }, | |||
"discord": { "label": "Discord", "description": "Discord invite alias (discord.gg/ : invite : ).", "type": "string" }, | |||
"roblox": { "label": "Roblox", "description": "Roblox username (without @).", "type": "string" }, | |||
"guilded": { "label": "Guilded", "description": "Guilded alias.", "type": "string" }, | |||
"bsky": { "label": "Bluesky", "description": "Bluesky username (without @).", "type": "string" } | |||
} | |||
} | |||
</templatedata> | |||
=== Usage === | |||
<pre> | <pre> | ||
{{ | {{Obby | ||
| title= | | title=[https://roblox.com/ {{PAGENAME}}] | ||
| thumbnail=ObbyWiki.png | | thumbnail=ObbyWiki.png | ||
| caption-thumbnail=Example | | caption-thumbnail=Example | ||
| creator= | | creator=[[Developer:Roblox|@Roblox]] | ||
| publisher?= | | publisher?=[https://Roblox.com Roblox] | ||
| stages= | | stages=100 | ||
| sequel_to=Example | | sequel_to?=Example -1 | ||
| difficulty_tier= | | difficulty_tier?=Tier 0-15 | ||
| visits= | | visits=0 | ||
| peak_ccu= | | peak_ccu=0 | ||
| likes= | | likes=0 | ||
| released= | | released=14th Apr 2025 | ||
| | | sub_genre=Classic Obby | ||
| maturity= | | maturity?=Minimal | ||
| update_frequency= | | update_frequency?=Frequent | ||
| | | phone=true | ||
| twitter= | | tablet=true | ||
| discord= | | pc=true | ||
| roblox= | | console=true | ||
| guilded= | | vr=true | ||
| bsky= | | twitter=Roblox | ||
| discord=invite | |||
| roblox=Roblox | |||
| guilded=Roblox | |||
| bsky=roblox.com | |||
| youtube=Roblox | |||
| wiki=roblox.fandom.com | |||
}} | }} | ||
</pre> | </pre> | ||
</noinclude> | </noinclude> |
Latest revision as of 05:04, 6 April 2025
Documentation
Parameters
Infobox template for Roblox obby games.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | The title of the game, set to {{PAGENAME}} by default, should be hyperlinked to roblox.com.
| String | required |
Thumbnail | thumbnail | Image filename for the game's thumbnail.
| String | optional |
Thumbnail Caption | caption-thumbnail | Caption for the thumbnail image.
| String | optional |
Creator | creator | The game's creator, either a user or group, hyperlinked if available. | String | required |
Publisher | publisher | The entity that published the game, hyperlinked if available. | String | optional |
Stages | stages | The number of stages in the game. | Number | required |
Sequel To | sequel_to | Hyperlink to the previous obby if this game is a sequel. | String | optional |
Difficulty Tier | difficulty_tier | The game's difficulty tier, ranging from 0 to 15. | Number | optional |
Visits | visits | Total number of visits to the game. | Number | optional |
Peak CCU | peak_ccu | Peak concurrent users recorded in the game. | Number | optional |
Likes | likes | Total number of likes received by the game. | Number | optional |
Release Date | released | The date when the game was released. | String | required |
Sub-genre | sub_genre | The sub-genre of obby (Classic Obby, Tower Obby, Difficulty Chart Obby, Gimmick Obby, Tier Obby). | String | required |
Maturity Rating | maturity | The game's maturity level (Minimal, Moderate, Mature, N/A). | String | optional |
Update Frequency | update_frequency | How frequently the game is updated (Frequent, Rare, Never). | String | optional |
Platforms | platforms | Supported platforms (phone, tablet, PC, console, VR). | String | optional |
Supports Phone | phone | Set to true if the game is accessible to phones. | Boolean | optional |
Supports Tablet | tablet | Set to true if the game is accessible to tablet. | Boolean | optional |
Supports PC | pc | Set to true if the game is accessible on desktop. | Boolean | optional |
Supports Console | console | Set to true if the game is accessible to consoles. | Boolean | optional |
Supports VR | vr | Set to true if the game is accessible to VR. | Boolean | optional |
twitter | Twitter username (without @). | String | optional | |
Discord | discord | Discord invite alias (discord.gg/ : invite : ). | String | optional |
Roblox | roblox | Roblox username (without @). | String | optional |
Guilded | guilded | Guilded alias. | String | optional |
Bluesky | bsky | Bluesky username (without @). | String | optional |
Usage
{{Obby | title=[https://roblox.com/ {{PAGENAME}}] | thumbnail=ObbyWiki.png | caption-thumbnail=Example | creator=[[Developer:Roblox|@Roblox]] | publisher?=[https://Roblox.com Roblox] | stages=100 | sequel_to?=Example -1 | difficulty_tier?=Tier 0-15 | visits=0 | peak_ccu=0 | likes=0 | released=14th Apr 2025 | sub_genre=Classic Obby | maturity?=Minimal | update_frequency?=Frequent | phone=true | tablet=true | pc=true | console=true | vr=true | twitter=Roblox | discord=invite | roblox=Roblox | guilded=Roblox | bsky=roblox.com | youtube=Roblox | wiki=roblox.fandom.com }}