Template:Credits: Difference between revisions
From Pokémon Breeders
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
"label": "Title", | "label": "Title", | ||
"description": "Title of the plugin", | "description": "Title of the plugin", | ||
"type": "string" | "type": "string", | ||
"required": true | |||
}, | }, | ||
"credits": { | "credits": { | ||
"label": "Credits", | "label": "Credits", | ||
"type": "string" | "type": "string", | ||
"required": true | |||
}, | }, | ||
"url": { | "url": { | ||
"label": "URL", | "label": "URL", | ||
"type": "url", | "type": "url", | ||
"autovalue": "https://eeveeexpo.com" | "autovalue": "https://eeveeexpo.com", | ||
"required": true | |||
} | } | ||
}, | }, |
Revision as of 05:28, 19 May 2024
{{{title}}}
Credits: {{{credits}}}
URL: {{{url}}}
Credits
Parameter | Description | Type | Status | |
---|---|---|---|---|
Title | title | Title of the plugin | String | required |
Credits | credits | no description | String | required |
URL | url | no description
| URL | required |