Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:UserInfobox: Difference between revisions

Template page
More languages
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;">{{{title1}}}</div></default>
     <default><div style="text-align: center;">{{{title}}}</div></default>
   </title>
   </title>
   <image source="image1">
   <image source="image">
     <caption source="caption1"/>
     <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>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.