Template:UserInfobox: Difference between revisions
From IulianArian's Encyclopedia
Jump to navigationJump to search
IulianArian (talk | contribs) No edit summary Tags: Mobile edit Mobile web edit Advanced mobile edit |
IulianArian (talk | contribs) No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
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 13: | Line 13: | ||
<data source="joined_the_wiki"> | <data source="joined_the_wiki"> | ||
<label>Joined the wiki</label> | <label>Joined the wiki</label> | ||
</data> | |||
<!--Gender--> | |||
<data source="gender"> | |||
<label>Gender</label> | |||
</data> | |||
<!--Nationality--> | |||
<data source="nationality"> | |||
<label>Nationality</label> | |||
</data> | </data> | ||
<!--Interests--> | <!--Interests--> | ||
Line 26: | Line 34: | ||
{ | { | ||
"params": { | "params": { | ||
" | "joined_the_wiki": { | ||
"label": "Joined the wiki", | |||
"type": "content", | |||
"required": true | |||
}, | |||
"gender": { | |||
"label": "Gender", | |||
"type": "content" | |||
}, | |||
"nationality": { | |||
"label": "Nationality", | |||
"type": "content" | |||
}, | |||
"title": { | |||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"required": true | "required": true | ||
}, | }, | ||
" | "image": { | ||
"label": " | "label": "Image", | ||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"caption": { | |||
"label": "Caption", | |||
"type": "content", | "type": "content", | ||
" | "suggested": true | ||
}, | |||
"interests": { | |||
"label": "Interests", | |||
"type": "content" | |||
} | } | ||
}, | }, | ||
"paramOrder": [ | "paramOrder": [ | ||
" | "title", | ||
"joined_the_wiki" | "image", | ||
"caption", | |||
"joined_the_wiki", | |||
"gender", | |||
"nationality", | |||
"interests" | |||
] | ] | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 17:09, 11 August 2025
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title | no description | Page name | required |
Image | image | no description | File | suggested |
Caption | caption | no description | Content | suggested |
Joined the wiki | joined_the_wiki | no description | Content | required |
Gender | gender | no description | Content | optional |
Nationality | nationality | no description | Content | optional |
Interests | interests | no description | Content | optional |