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 |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | |||
<templatedata> | |||
{ | { | ||
"params": { | "params": { | ||
"image": { | "image": { | ||
"type": " | "type": "unknown" | ||
}, | }, | ||
"username": { | "username": { | ||
| Line 39: | Line 41: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "dislikes": { | ||
"type": "string" | "type": "string" | ||
} | } | ||
| Line 53: | Line 55: | ||
"likes_and_dislikes", | "likes_and_dislikes", | ||
"likes", | "likes", | ||
" | "dislikes" | ||
] | ] | ||
} | } | ||
</templatedata> | |||
</noinclude> | |||
<div class="infobox"> | |||
<div class="infobox-title">{{{username}}}</div>{{#if:{{{image|}}}| | |||
<div class="infobox-image">{{{image}}}</div>}} | |||
<table class="infobox-table"> | |||
{{#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>}} | |||
{{#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> | |||
Latest revision as of 16:25, 18 January 2025
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| username | username Top title | no description | String | optional |
| image | image | no description | Unknown | 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 |
| dislikes | dislikes | no description | String | optional |
{{{username}}}