Template:Infobox: Difference between revisions
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
| (15 intermediate revisions by the same user not shown) | |||
| Line 5: | Line 5: | ||
<div class="infobox-image"> | <div class="infobox-image"> | ||
[[File:{{{image | {{#if:{{{image|}}} | ||
| [[File:{{{image}}}|250px|alt={{{alt|Image}}}]] | |||
| [[File:Default.png|250px|alt=No image available]] | |||
}} | |||
</div> | </div> | ||
| Line 12: | Line 15: | ||
<th>Description</th> | <th>Description</th> | ||
<td>{{{description|No description available}}}</td> | <td>{{{description|No description available}}}</td> | ||
</tr> | </tr> | ||
{{#if:{{{website|}}}| | {{#if:{{{website|}}}| | ||
| Line 37: | Line 24: | ||
</table> | </table> | ||
</div> | </div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"title": { | |||
"type": "string" | |||
}, | |||
"image": { | |||
"type": "wiki-file-name" | |||
}, | |||
"description": {}, | |||
"website": { | |||
"type": "url" | |||
} | |||
}, | |||
"description": "Infobox with picture upload" | |||
} | |||
</templatedata> | |||
</noinclude> | |||
Latest revision as of 17:23, 13 December 2025
Infobox with picture upload
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| title | title | no description | String | optional |
| image | image | no description | File | optional |
| description | description | no description | Unknown | optional |
| website | website | no description | URL | optional |