Template
EditorCard
From Dogcraft Wiki
imported>Domino No edit summary |
imported>Domino |
||
Line 13: | Line 13: | ||
{ | { | ||
"params": { | "params": { | ||
"username": { | |||
"required": false, | |||
"description": "Wiki Username", | |||
"type": "string", | |||
"label": "Username" | |||
}, | |||
"ingamename": { | "ingamename": { | ||
"required": true, | "required": true, | ||
Line 46: | Line 52: | ||
"description": "A 'card' that pops up when a username is hovered, containing some information about the user.", | "description": "A 'card' that pops up when a username is hovered, containing some information about the user.", | ||
"paramOrder": [ | "paramOrder": [ | ||
"username", | |||
"ingamename", | "ingamename", | ||
"activity", | "activity", |
Revision as of 03:27, 18 March 2020
{{{ingamename}}}
A 'card' that pops up when a username is hovered, containing some information about the user.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Username | username | Wiki Username | String | optional |
Ingame Name | ingamename | Minecraft Username | String | required |
Activity (Optional) | activity | User activity | String | suggested |
Your base's name (Optional) | base | Your base's name | String | suggested |
Link to your base's page (If the page name and the base name are not the same) | baselink | A link to your base's wiki page, if the page name and the base name are not the same. | String | suggested |
About me | about | You can write stuff about yourself here | String | required |
This page was last modified on 18 March 2020, at 03:27. (11 months ago)