Editing Template:UserInfobox
From IulianArian's Encyclopedia
Jump to navigationJump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
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;">{{{title1}}}</div></default> | ||
</title> | </title> | ||
<image source=" | <image source="image1"> | ||
<caption source=" | <caption source="caption1"/> | ||
</image> | </image> | ||
<!--Start of section--> | <!--Start of section--> | ||
Line 19: | Line 19: | ||
</data> | </data> | ||
<!--Nationality--> | <!--Nationality--> | ||
<data source="nationality"> | <data source="nationality(s)"> | ||
<label>Nationality</label> | <label>Nationality(s)</label> | ||
</data> | </data> | ||
<!--Interests--> | <!--Interests--> | ||
Line 34: | Line 34: | ||
{ | { | ||
"params": { | "params": { | ||
"title1": { | |||
"type": "wiki-page-name", | |||
"required": true | |||
}, | |||
"joined_the_wiki": { | "joined_the_wiki": { | ||
"label": "Joined the wiki", | "label": "Joined the wiki", | ||
"type": "content", | "type": "content", | ||
"required": true | "required": true | ||
} | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "title1", | ||
"joined_the_wiki" | |||
"joined_the_wiki | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |