Template:Infobox God: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
{| class=infobox | {| class=infobox | ||
|-{{#if: {{{Image|}}} | |-{{#if: {{{Image|}}} | {{{Image}}} | {{blank}} }} | ||
|- General Info | |||
|-{{#if: {{{Full Name|}}} | {{Full Name|{{{Full Name}}}|}} | {{blank}} }} | |-{{#if: {{{Full Name|}}} | {{Full Name|{{{Full Name}}}|}} | {{blank}} }} | ||
|-{{#if: {{{Alias|}}} | {{Alias|{{{Alias}}}|}} | {{blank}} }} | |-{{#if: {{{Alias|}}} | {{Alias|{{{Alias}}}|}} | {{blank}} }} | ||
|-{{#if: {{{Alignment|}}} | {{Alignment|{{{Alignment}}}|}} | {{blank}} }} | |||
|-{{#if: {{{Birthday|}}} | {{Birthday|{{{Birthday}}}|}} | {{blank}} }} | |||
|- Character Info | |||
|-{{#if: {{{Race|}}} | {{Race|{{{Race}}}|}} | {{blank}} }} | |||
|-{{#if: {{{Body|}}} | {{Body|{{{Body}}}|}} | {{blank}} }} | |-{{#if: {{{Body|}}} | {{Body|{{{Body}}}|}} | {{blank}} }} | ||
|-{{#if: {{{Soul|}}} | {{Soul|{{{Soul}}}|}} | {{blank}} }} | |-{{#if: {{{Soul|}}} | {{Soul|{{{Soul}}}|}} | {{blank}} }} | ||
| Line 13: | Line 18: | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
}, | |||
"Image": { | |||
"type": "wiki-file-name", | |||
"default": "Placeholder.png" | |||
}, | |||
"Alias": { | |||
"type": "string" | |||
}, | |||
"Alignment": { | |||
"type": "string" | |||
}, | |||
"Birthday": { | |||
"type": "string" | |||
}, | |||
"Race": { | |||
"type": "wiki-page-name" | |||
}, | |||
"Body": { | |||
"type": "string" | |||
}, | |||
"Soul": { | |||
"type": "string" | |||
} | } | ||
} | } | ||
Revision as of 10:45, 3 March 2024
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Full Name | Full Name | no description | String | required |
| Image | Image | no description
| File | optional |
| Alias | Alias | no description | String | optional |
| Alignment | Alignment | no description | String | optional |
| Birthday | Birthday | no description | String | optional |
| Race | Race | no description | Page name | optional |
| Body | Body | no description | String | optional |
| Soul | Soul | no description | String | optional |