Template:MainPage/GameEntry: Difference between revisions
m Protected "Template:MainPage/GameEntry": High traffic page ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) [cascading] |
No edit summary |
||
Line 10: | Line 10: | ||
"required": true | "required": true | ||
}, | }, | ||
" | "tileid": { | ||
"label": "Tile | "label": "Tile ID", | ||
"description": " | "description": "CSS ID for this particular tile", | ||
"example": " | "example": "tile-vrchat", | ||
"type": " | "type": "string", | ||
"required": true | "required": true | ||
} | } | ||
}, | }, | ||
"description": "Beginning of Game List on Main Page", | "description": "Beginning of Game List on Main Page", | ||
"format": "inline" | "format": "inline", | ||
"paramOrder": [ | |||
"name", | |||
"tileid" | |||
] | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
<div class="mainpage-gamelist-tile" | <div class="mainpage-gamelist-tile" id="{{{tileid|tile-vrchat}}}"> | ||
<div class="title">[[{{{name|VRChat}}}]]</div> | <div class="title">[[{{{name|VRChat}}}]]</div> | ||
</div> | </div> |
Revision as of 00:04, 24 June 2024
Beginning of Game List on Main Page
Parameter | Description | Type | Status | |
---|---|---|---|---|
Game Name | name | Name of the Game
| Page name | required |
Tile ID | tileid | CSS ID for this particular tile
| String | required |