Template:Character/Dragon: Difference between revisions
From The Green Hills Series
Jump to navigationJump to search
m WikiSysop moved page Template:Dragon to Template:Character/Dragon without leaving a redirect |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#if:{{{name|}}} | |||
|<h2>Dragon</h2> | |||
{{PAGENAME}} is also known as '''{{{name|}}}'''. | |||
{{{summary|}}} | |||
<includeonly>[[Category:Dragons]]</includeonly> | <includeonly>[[Category:Dragons]]</includeonly> | ||
|}} | |||
<noinclude><templatedata> | |||
<noinclude> | |||
<templatedata> | |||
{ | { | ||
"params": { | |||
"name": { | |||
"label": "Name", | |||
"description": "Dragon Name(s)", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"wings": { | |||
"label": "Wings", | |||
"description": "Description of dragon wings", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"horns": { | |||
"label": "Horns", | |||
"description": "Description of dragon horns", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"head": { | |||
"label": "Head", | |||
"description": "Description of head", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"teeth": { | |||
"label": "Teeth", | |||
"description": "Description of teeth", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"other": { | |||
"label": "Other Description", | |||
"description": "Other dragon characteristics", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"summary": { | |||
"label": "Summary", | |||
"description": "Text that will be displayed", | |||
"example": "The ... dragon looks, acts, feels...", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "Dragon Profile", | |||
"paramOrder": [ | |||
"name", | |||
"summary", | |||
"wings", | |||
"horns", | |||
"head", | |||
"teeth", | |||
"other" | |||
] | |||
} | } | ||
</templatedata> | </templatedata></noinclude> | ||
</noinclude> |
Latest revision as of 19:31, 4 March 2023
Dragon Profile
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | name | Dragon Name(s) | String | required |
Summary | summary | Text that will be displayed
| String | required |
Wings | wings | Description of dragon wings | String | suggested |
Horns | horns | Description of dragon horns | String | suggested |
Head | head | Description of head | String | suggested |
Teeth | teeth | Description of teeth | String | suggested |
Other Description | other | Other dragon characteristics | String | suggested |