Template:Infobox: Difference between revisions
Replaced content with "<includeonly>{{{!}} class="infobox" style="width:300px; border:1px solid #aaa; background:#f9f9f9; text-align:left;" |- ! colspan="2" style="background:#ccc; text-align:center; font-size:120%;" | {{{nama|}}} |- | colspan="2" style="text-align:center;" | [[File:{{{gambar|}}}|200px|alt={{{nama|}}}]] |- ! Didirikan | {{{didirikan|}}} |- ! Pendiri | {{{pendiri|}}} |- ! Jenis | {{{jenis|}}} |- ! Lokasi | {{{lokasi|}}} |- ! Produk | {{{produk|}}} |- ! Situs Web | [{{{situs..." Tags: Replaced Reverted |
No edit summary Tag: Manual revert |
||
| (21 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
< | <div class="infobox"> | ||
| | <div class="infobox-title"> | ||
{{{title|Infobox Title}}} | |||
</div> | |||
| | <div class="infobox-image"> | ||
{{#if:{{{image|}}} | |||
| | | [[File:{{{image}}}|250px|alt={{{alt|Image}}}]] | ||
| [[File:Default.png|250px|alt=No image available]] | |||
}} | |||
</div> | |||
<table> | |||
<tr> | |||
<th>Description</th> | |||
<td>{{{description|No description available}}}</td> | |||
</tr> | |||
{{#if:{{{website|}}}| | |||
<tr> | |||
<th>Website</th> | |||
| | <td><a href="{{{website}}}" target="_blank">{{{website}}}</a></td> | ||
</tr> | |||
}} | |||
</table> | |||
</div> | |||
<noinclude> | <noinclude> | ||
<templatedata> | |||
{{ | { | ||
{{ | "params": { | ||
"title": { | |||
"type": "string" | |||
}, | |||
"image": { | |||
"type": "wiki-file-name" | |||
}, | |||
"description": {}, | |||
"website": { | |||
"type": "url" | |||
} | |||
}, | |||
"description": "Infobox with picture upload" | |||
} | |||
</templatedata> | |||
</noinclude> | </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 |