More actions
(Created page with " <templatedata> { "params": { "image": { "label": "Image", "description": "The file name of the image of the location", "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"...") |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Documentation}} | |||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 5: | Line 5: | ||
"image": { | "image": { | ||
"label": "Image", | "label": "Image", | ||
"description": "The file name of the image | "description": "The file name of the image. Leave empty for default placeholder (most plugins).", | ||
"example": "PluginPlaceholder.png", | "example": "PluginPlaceholder.png", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
| Line 93: | Line 93: | ||
"Yes", | "Yes", | ||
"No" | "No" | ||
], | ], | ||
"suggested": true | "suggested": true | ||
| Line 132: | Line 117: | ||
"description": "The link to an external wiki or documentation site for the plugin, if public.", | "description": "The link to an external wiki or documentation site for the plugin, if public.", | ||
"type": "url" | "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 | "description": "This template is an infobox template for use in articles on the individual plugin pages.", | ||
"paramOrder": [ | "paramOrder": [ | ||
"name", | "name", | ||
| Line 148: | Line 163: | ||
"alias5", | "alias5", | ||
"custom", | "custom", | ||
" | "rank", | ||
"level", | "level", | ||
"github", | "github", | ||
"spigot", | "spigot", | ||
"extwiki" | "extwiki", | ||
"article1", | |||
"article2", | |||
"article3" | |||
], | ], | ||
"format": "{{_\n| __________________ = _\n}}\n" | "format": "{{_\n| __________________ = _\n}}\n" | ||
} | } | ||
</templatedata> | </templatedata> | ||
Latest revision as of 22:27, 24 October 2023
This template is an infobox template for use in articles on the individual plugin pages.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Name | name | The name of the plugin
| String | required |
| Image | image | The file name of the image. Leave empty for default placeholder (most plugins).
| File | suggested |
| Type | type | The type of plugin
| String | required |
| Server | server | The server this plugin is on. Use Prism Party if the plugin appears in multiple servers.
| String | required |
| Main command | rootcommand | The base command of the plugin (No aliases or slashes)
| String | suggested |
| Subcommands | subcommands | The approximate number of valid subcommands
| Number | suggested |
| Alias | alias1 | An alias of the main plugin command | String | optional |
| Alias | alias2 | An alias of the main plugin command | String | optional |
| Alias | alias3 | An alias of the main plugin command | String | optional |
| Alias | alias4 | An alias of the main plugin command | String | optional |
| Alias | alias5 | An alias of the main plugin command | String | optional |
| Custom plugin | custom | Whether the plugin is custom (unique to Prism Party)
| String | suggested |
| Rank | rank | The first rank required to access this plugin. Leave blank if anyone can use it.
| String | suggested |
| Level | level | The first level required to access this plugin. Leave blank if anyone can use it without a level.
| Number | suggested |
| Github | github | The Github, Gitlab, or similar development page for the plugin, if public. | URL | optional |
| Spigot | spigot | The Spigot, Hangar, or Modrinth page for the plugin, if public. | URL | optional |
| External Wiki | extwiki | The link to an external wiki or documentation site for the plugin, if public. | URL | optional |
| Article 1 | article1 | An internal link to an article associated with this plugin | Page name | optional |
| Article 2 | article2 | An internal link to an article associated with this plugin | Page name | optional |
| Article 3 | article3 | An internal link to an article associated with this plugin | Page name | optional |