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;">{{{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>

Latest revision as of 17:09, 11 August 2025

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
titletitle

no description

Page namerequired
Imageimage

no description

Filesuggested
Captioncaption

no description

Contentsuggested
Joined the wikijoined_the_wiki

no description

Contentrequired
Gendergender

no description

Contentoptional
Nationalitynationality

no description

Contentoptional
Interestsinterests

no description

Contentoptional