Template:ProfileTemplate: Difference between revisions
Appearance
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.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| username | username Top title | no description | String | optional |
| image | image | no description | File | optional |
| caption1 | caption1 Caption | no description | String | optional |
| user_info | user_info User Info | no description | String | optional |
| birthday | birthday Birthday | no description | Unknown | optional |
| gender | gender | no description | String | optional |
| hobbies | hobbies | no description | String | optional |
| likes_and_dislikes | likes_and_dislikes | no description | String | optional |
| likes | likes | no description | String | optional |
| dislike | dislike | no description | String | optional |
{{{title1}}}
}}