Template:Credits: Difference between revisions
From Pokémon Breeders
Jump to navigationJump to search
(Created page with " === {{{title}}} === Credits: {{{credits}}} URL: {{{url}}} <noinclude> Category:Template <templatedata> { "params": { "title": { "label": "Title", "description": "Title of the plugin", "type": "string" }, "credits": { "label": "Credits", "type": "string" }, "url": { "label": "URL", "type": "url", "default": "https://eeveeexpo.com" } }, "description": "Pokédex page", "paramOrder": [ "title", "credits", "url" ] } </te...") |
No edit summary Tag: Manual revert |
||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
=== {{{title}}} === | === {{{title}}} === | ||
Credits: {{{credits}}} | {{#if:{{{credits|}}}|Credits: {{{credits}}}}} | ||
URL: {{{url}}} | {{#if:{{{url|}}}|URL: {{{url}}}}} | ||
<noinclude> | <noinclude> | ||
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", | ||
"required": true | |||
} | } | ||
}, | }, | ||
"description": " | "description": "Credits", | ||
"paramOrder": [ | "paramOrder": [ | ||
"title", | "title", |
Latest revision as of 09:02, 19 May 2024
{{{title}}}
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 |