Template:UserInfobox: Difference between revisions
From IulianArian's Encyclopedia
Jump to navigationJump to search
IulianArian (talk | contribs) Made the first version of the infobox deticated to user pages. Tags: Mobile edit Mobile web edit Advanced mobile edit |
IulianArian (talk | contribs) No edit summary |
||
(3 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 22: | Line 30: | ||
<!--End of the infobox--> | <!--End of the infobox--> | ||
</infobox> | </infobox> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"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", | |||
"required": true | |||
}, | |||
"image": { | |||
"label": "Image", | |||
"type": "wiki-file-name", | |||
"suggested": true | |||
}, | |||
"caption": { | |||
"label": "Caption", | |||
"type": "content", | |||
"suggested": true | |||
}, | |||
"interests": { | |||
"label": "Interests", | |||
"type": "content" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"title", | |||
"image", | |||
"caption", | |||
"joined_the_wiki", | |||
"gender", | |||
"nationality", | |||
"interests" | |||
] | |||
} | |||
</templatedata> | |||
</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 |