Template:UserInfobox: Difference between revisions
From IulianArian's Encyclopedia
Jump to navigationJump to search
IulianArian (talk | contribs) No edit summary |
IulianArian (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
<infobox accent-color-source="headercolor" accent-color-text-source="headerfontcolor"> | <infobox accent-color-source="headercolor" accent-color-text-source="headerfontcolor"> | ||
<title source="name"> | <title source="name"> | ||
<default><div style="text-align: center;">{{{ | <default><div style="text-align: center;">{{{title}}}</div></default> | ||
</title> | </title> | ||
<image source=" | <image source="image"> | ||
<caption source=" | <caption source="caption"/> | ||
</image> | </image> | ||
<!--Start of section--> | <!--Start of section--> | ||
Line 19: | Line 19: | ||
</data> | </data> | ||
<!--Nationality--> | <!--Nationality--> | ||
<data source="nationality | <data source="nationality"> | ||
<label>Nationality | <label>Nationality</label> | ||
</data> | </data> | ||
<!--Interests--> | <!--Interests--> | ||
Line 34: | Line 34: | ||
{ | { | ||
"params": { | "params": { | ||
"joined_the_wiki": { | "joined_the_wiki": { | ||
"label": "Joined the wiki", | "label": "Joined the wiki", | ||
"type": "content", | "type": "content", | ||
"required": true | "required": true | ||
} | }, | ||
"gender": { | |||
"label": "Gender", | |||
"type": "content" | |||
}, | |||
"nationality": { | |||
"label": "Nationality", | |||
"type": "content" | |||
}, | |||
"title": { | |||
"type": "wiki-page-name", | |||
"required": true | |||
}, | |||
"image": {}, | |||
"caption": {} | |||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "title", | ||
"joined_the_wiki" | "image", | ||
"caption", | |||
"joined_the_wiki", | |||
"gender", | |||
"nationality" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |