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
Line 1: Line 1:
<h2>Dragon</h2>
{{{summary|}}}
<includeonly>[[Category:Dragons]]</includeonly>
<includeonly>[[Category:Dragons]]</includeonly>
<h2>Dragon</h2>
<noinclude><templatedata>
{{PAGENAME}} is also known as '''{{{name}}}'''.
{{{name}}} has {{{head}}} head with {{{horns}}} horns{{#if:{{{teeth|}}}|&nbsp;and {{{teeth}}}}}. {{{name}}}'s body {{{other}}}. {{{name}}}'s wings are {{{wings}}}.
 
<noinclude>
<templatedata>
{
{
    "params": {
"params": {
        "name": {
"name": {
            "label": "Name",
"label": "Name",
            "description": "Dragon Name(s)",
"description": "Dragon Name(s)",
            "type": "string",
"type": "string",
            "required": true
"required": true
        },
},
        "wings": {
"wings": {
            "label": "Wings",
"label": "Wings",
            "description": "Description of dragon wings",
"description": "Description of dragon wings",
            "type": "string",
"type": "string",
            "required": true
"suggested": true
        },
},
        "horns": {
"horns": {
            "label": "Horns",
"label": "Horns",
            "description": "Description of dragon horns",
"description": "Description of dragon horns",
            "type": "string",
"type": "string",
            "suggested": true
"suggested": true
        },
},
        "head": {
"head": {
            "label": "Head",
"label": "Head",
            "description": "Description of head",
"description": "Description of head",
            "type": "string",
"type": "string",
            "required": true
"suggested": true
        },
},
        "teeth": {
"teeth": {
            "label": "Teeth",
"label": "Teeth",
            "description": "Description of teeth",
"description": "Description of teeth",
            "type": "string",
"type": "string",
            "suggested": true
"suggested": true
        },
},
        "other": {
"other": {
            "label": "Other Description",
"label": "Other Description",
            "description": "Other dragon characteristics",
"description": "Other dragon characteristics",
            "type": "string",
"type": "string",
            "required": true
"suggested": true
        }
},
    },
"summary": {
    "description": "Dragon Profile"
"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>

Revision as of 19:05, 4 March 2023

Dragon


Dragon Profile

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Namename

Dragon Name(s)

Stringrequired
Summarysummary

Text that will be displayed

Example
The ... dragon looks, acts, feels...
Stringrequired
Wingswings

Description of dragon wings

Stringsuggested
Hornshorns

Description of dragon horns

Stringsuggested
Headhead

Description of head

Stringsuggested
Teethteeth

Description of teeth

Stringsuggested
Other Descriptionother

Other dragon characteristics

Stringsuggested