More actions
drakaniaversewiki>DamianQ Created page with "{{#switch: {{{name|}}} | #default = {{#if: {{{image|}}} | [[File:{{{image}}}|thumb|{{{caption|}}}]] }} {{!}}- ! Name | {{{name|}}} {{!}}- ! Occupation | {{{occupation|}}} {{!}}- ! Affiliation | {{{affiliation|}}} {{!}}- ! Birthdate | {{{birthdate|}}} {{!}}- ! Hometown | {{{hometown|}}} {{!}}- ! Status | {{{status|}}} }}" |
m 4 wersje: Miraheze backup |
||
(3 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
<infobox> | |||
<title source="title"/> | |||
<image source="image"> | |||
{{ | <caption source="image_desc"/> | ||
</image> | |||
| | <group> | ||
<header>Biography</header> | |||
<data source="alias"> | |||
| | <label>Alias</label> | ||
</data> | |||
<data source="origin"> | |||
| | <label>Origin</label> | ||
</data> | |||
<data source="residence"> | |||
| | <label>Residence</label> | ||
</data> | |||
<data source="age"> | |||
| | <label>Age</label> | ||
</data> | |||
<data source="religion"> | |||
| | <label>Religion</label> | ||
</data> | |||
<data source="status"> | |||
<label>Status</label> | |||
</data> | |||
</group> | |||
<group> | |||
<header>Appearance</header> | |||
<data source="race"> | |||
<label>Race</label> | |||
</data> | |||
<data source="gender"> | |||
<label>Gender</label> | |||
</data> | |||
<data source="height"> | |||
<label>Height</label> | |||
</data> | |||
<data source="eye_color"> | |||
<label>Eye color</label> | |||
</data> | |||
<data source="hair_color"> | |||
<label>Hair color</label> | |||
</data> | |||
</group> | |||
<group> | |||
<header>Relations</header> | |||
<data source="family"> | |||
<label>Family</label> | |||
</data> | |||
<data source="factions"> | |||
<label>Factions</label> | |||
</data> | |||
</group> | |||
</infobox> | |||
<noinclude> | |||
Usage Example: | |||
<pre> | |||
{{CharacterTemplate | |||
| title=Example | |||
| image=Example.png | |||
| image_desc=Example | |||
| alias=Example | |||
| origin=Example | |||
| residence=Example | |||
| age=Example | |||
| religion=Example | |||
| status=Example | |||
| race=Example | |||
| gender=Example | |||
| height=Example | |||
| eye_color=Example | |||
| hair_color=Example | |||
| family=Example | |||
| factions=Example | |||
}} | }} | ||
</pre> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title": { | |||
"suggested": true | |||
}, | |||
"image": { | |||
"suggested": true | |||
}, | |||
"image_desc": { | |||
"suggested": true | |||
}, | |||
"alias": { | |||
"suggested": true | |||
}, | |||
"origin": { | |||
"suggested": true | |||
}, | |||
"residence": { | |||
"suggested": true | |||
}, | |||
"age": { | |||
"suggested": true | |||
}, | |||
"religion": { | |||
"suggested": true | |||
}, | |||
"status": { | |||
"suggested": true | |||
}, | |||
"race": { | |||
"suggested": true | |||
}, | |||
"gender": { | |||
"suggested": true | |||
}, | |||
"height": { | |||
"suggested": true | |||
}, | |||
"eye_color": { | |||
"suggested": true | |||
}, | |||
"hair_color": { | |||
"suggested": true | |||
}, | |||
"family": { | |||
"suggested": true | |||
}, | |||
"factions": { | |||
"suggested": true | |||
} | |||
}, | |||
"sets": [], | |||
"maps": {}, | |||
"paramOrder": [ | |||
"title", | |||
"image", | |||
"image_desc", | |||
"alias", | |||
"origin", | |||
"residence", | |||
"age", | |||
"religion", | |||
"status", | |||
"race", | |||
"gender", | |||
"height", | |||
"eye_color", | |||
"hair_color", | |||
"family", | |||
"factions" | |||
] | |||
} | |||
</templatedata> | |||
</noinclude> |
Latest revision as of 23:54, 28 July 2024
Usage Example:
{{CharacterTemplate | title=Example | image=Example.png | image_desc=Example | alias=Example | origin=Example | residence=Example | age=Example | religion=Example | status=Example | race=Example | gender=Example | height=Example | eye_color=Example | hair_color=Example | family=Example | factions=Example }}
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title | no description | Unknown | suggested |
image | image | no description | Unknown | suggested |
image_desc | image_desc | no description | Unknown | suggested |
alias | alias | no description | Unknown | suggested |
origin | origin | no description | Unknown | suggested |
residence | residence | no description | Unknown | suggested |
age | age | no description | Unknown | suggested |
religion | religion | no description | Unknown | suggested |
status | status | no description | Unknown | suggested |
race | race | no description | Unknown | suggested |
gender | gender | no description | Unknown | suggested |
height | height | no description | Unknown | suggested |
eye_color | eye_color | no description | Unknown | suggested |
hair_color | hair_color | no description | Unknown | suggested |
family | family | no description | Unknown | suggested |
factions | factions | no description | Unknown | suggested |