Jump to content

We are doing some maintenance on the Timeless Skin, Please do not mind any changes to pages or CSS! Today is Sunday June 21, 2026!

Template:ProfileTemplate: Difference between revisions

From Zee Bawx Wiki
Created page with "{ "params": { "image": { "type": "wiki-file-name" }, "username": { "aliases": [ "Top title" ], "type": "string" }, "caption1": { "aliases": [ "Caption" ], "type": "string" }, "user_info": { "aliases": [ "User Info" ], "type": "string" },..."
 
No edit summary
Line 1: Line 1:
<noinclude>
<templatedata>
{
{
     "params": {
     "params": {
Line 56: Line 58:
     ]
     ]
}
}
</templatedata>
</noinclude>
<div class="infobox">
<div class="infobox-title">{{{title1}}}</div>{{#if:{{{image|}}}|
<div class="infobox-image">[[File:{{PAGENAME:{{{image}}}}}]]</div>}}
<table class="infobox-table">{{#if:{{{full_name|}}}|<tr>
    <th>Full Name</th>
    <td>{{{full_name}}}</td>
</tr>}}
{{#if:{{{birthday|}}}|
<tr>
    <th>Birthday</th>
    <td>{{{birthday}}}</td>
</tr>
}}
{{#if:{{{gender|}}}|
<tr>
    <th>Gender</th>
    <td>{{{gender}}}</td>
</tr>
}}
{{#if:{{{hobbies|}}}|
<tr>
    <th>Hobbies</th>
    <td>{{{hobbies}}}</td>
</tr>
}}
</tr>}}
{{#if:{{{likes_and_dislikes|}}}|
<tr>
    <th>Likes and Dislikes</th>
    <td>{{{likes_and_dislikes}}}</td>
</tr>
}}
{{#if:{{{likes|}}}|
<tr>
    <th>Likes</th>
    <td>{{{likes}}}</td>
</tr>
}}
{{#if:{{{dislikes|}}}|
<tr>
    <th>Dislikes</th>
    <td>{{{dislikes}}}</td>
</tr>
}}
</table>
</div>

Revision as of 17:22, 27 December 2024

No description.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
usernameusername Top title

no description

Stringoptional
imageimage

no description

Fileoptional
caption1caption1 Caption

no description

Stringoptional
user_infouser_info User Info

no description

Stringoptional
birthdaybirthday Birthday

no description

Unknownoptional
gendergender

no description

Stringoptional
hobbieshobbies

no description

Stringoptional
likes_and_dislikeslikes_and_dislikes

no description

Stringoptional
likeslikes

no description

Stringoptional
dislikedislike

no description

Stringoptional
{{{title1}}}
}}