Template:ProfileTemplate: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
"params": { | "params": { | ||
"image": { | "image": { | ||
"type": " | "type": "unknown" | ||
}, | }, | ||
"username": { | "username": { | ||
| Line 41: | Line 41: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "dislikes": { | ||
"type": "string" | "type": "string" | ||
} | } | ||
| Line 55: | Line 55: | ||
"likes_and_dislikes", | "likes_and_dislikes", | ||
"likes", | "likes", | ||
" | "dislikes" | ||
] | ] | ||
} | } | ||
| Line 61: | Line 61: | ||
</noinclude> | </noinclude> | ||
<div class="infobox"> | <div class="infobox"> | ||
<div class="infobox-title">{{{ | <div class="infobox-title">{{{username}}}</div>{{#if:{{{image|}}}| | ||
<div class="infobox-image"> | <div class="infobox-image">{{{image}}}</div>}} | ||
<table class="infobox-table"> | <table class="infobox-table"> | ||
{{#if:{{{birthday|}}}| | {{#if:{{{birthday|}}}| | ||
<tr> | <tr> | ||
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}}}