The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
{{Documentation}} | |||
<templatedata> | |||
{ | |||
"params": { | |||
"image": { | |||
"label": "Image", | |||
"description": "The file name of the image. Leave empty for default placeholder (most plugins).", | |||
"example": "PluginPlaceholder.png", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"name": { | |||
"label": "Name", | |||
"description": "The name of the plugin", | |||
"example": "Shops", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"type": { | |||
"label": "Type", | |||
"description": "The type of plugin", | |||
"example": "Cosmetic", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Economy", | |||
"Chat", | |||
"Cosmetic", | |||
"Quality of Life", | |||
"Navigation" | |||
], | |||
"required": true | |||
}, | |||
"server": { | |||
"label": "Server", | |||
"description": "The server this plugin is on. Use Prism Party if the plugin appears in multiple servers.", | |||
"example": "Survival", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Prism Party", | |||
"Survival", | |||
"Creative", | |||
"Hub", | |||
"Paragon", | |||
"Vanilla", | |||
"Skyblock" | |||
], | |||
"required": true | |||
}, | |||
"rootcommand": { | |||
"label": "Main command", | |||
"description": "The base command of the plugin (No aliases or slashes)", | |||
"example": "job", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"subcommands": { | |||
"label": "Subcommands", | |||
"description": "The approximate number of valid subcommands", | |||
"example": "12", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"alias3": { | |||
"label": "Alias", | |||
"description": "An alias of the main plugin command", | |||
"type": "string" | |||
}, | |||
"alias1": { | |||
"label": "Alias", | |||
"description": "An alias of the main plugin command", | |||
"type": "string" | |||
}, | |||
"alias2": { | |||
"label": "Alias", | |||
"description": "An alias of the main plugin command", | |||
"type": "string" | |||
}, | |||
"alias4": { | |||
"label": "Alias", | |||
"description": "An alias of the main plugin command", | |||
"type": "string" | |||
}, | |||
"alias5": { | |||
"label": "Alias", | |||
"description": "An alias of the main plugin command", | |||
"type": "string" | |||
}, | |||
"custom": { | |||
"label": "Custom plugin", | |||
"description": "Whether the plugin is custom (unique to Prism Party)", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Yes", | |||
"No" | |||
], | |||
"suggested": true | |||
}, | |||
"level": { | |||
"label": "Level", | |||
"description": "The first level required to access this plugin. Leave blank if anyone can use it without a level.", | |||
"example": "15", | |||
"type": "number", | |||
"suggested": true | |||
}, | |||
"github": { | |||
"label": "Github", | |||
"description": "The Github, Gitlab, or similar development page for the plugin, if public.", | |||
"type": "url" | |||
}, | |||
"spigot": { | |||
"label": "Spigot", | |||
"description": "The Spigot, Hangar, or Modrinth page for the plugin, if public.", | |||
"type": "url" | |||
}, | |||
"extwiki": { | |||
"label": "External Wiki", | |||
"description": "The link to an external wiki or documentation site for the plugin, if public.", | |||
"type": "url" | |||
}, | |||
"rank": { | |||
"label": "Rank", | |||
"description": "The first rank required to access this plugin. Leave blank if anyone can use it.", | |||
"type": "string", | |||
"suggestedvalues": [ | |||
"Quartz", | |||
"Amethyst", | |||
"Sapphire", | |||
"Emerald", | |||
"Topaz", | |||
"Iridium", | |||
"Prism" | |||
], | |||
"suggested": true | |||
}, | |||
"article1": { | |||
"label": "Article 1", | |||
"description": "An internal link to an article associated with this plugin", | |||
"type": "wiki-page-name" | |||
}, | |||
"article2": { | |||
"label": "Article 2", | |||
"description": "An internal link to an article associated with this plugin", | |||
"type": "wiki-page-name" | |||
}, | |||
"article3": { | |||
"label": "Article 3", | |||
"description": "An internal link to an article associated with this plugin", | |||
"type": "wiki-page-name" | |||
} | |||
}, | |||
"description": "This template is an infobox template for use in articles on the individual plugin pages.", | |||
"paramOrder": [ | |||
"name", | |||
"image", | |||
"type", | |||
"server", | |||
"rootcommand", | |||
"subcommands", | |||
"alias1", | |||
"alias2", | |||
"alias3", | |||
"alias4", | |||
"alias5", | |||
"custom", | |||
"rank", | |||
"level", | |||
"github", | |||
"spigot", | |||
"extwiki", | |||
"article1", | |||
"article2", | |||
"article3" | |||
], | |||
"format": "{{_\n| __________________ = _\n}}\n" | |||
} | |||
</templatedata> |