Templat:Infobox community: Perbedaan antara revisi
Tidak ada ringkasan suntingan Tanda: Suntingan perangkat seluler Suntingan peramban seluler |
Tidak ada ringkasan suntingan Tanda: Suntingan perangkat seluler Suntingan peramban seluler |
||
| (15 revisi perantara oleh pengguna yang sama tidak ditampilkan) | |||
| Baris 1: | Baris 1: | ||
<table class="infobox"> | <table class="infobox" style="width: 22em; text-align: left; font-size: 88%; line-height: 1.5em; border: 1px solid #a2a9b1; background-color: #f8f9fa; padding: 5px;"> | ||
{{#if: {{{ | {{#if: {{{Nama|}}} | ||
| <caption class="infobox-title" style="font-size: | | <caption class="infobox-title" style="font-size: 125%; font-weight: bold; text-align: center; padding: 5px; background-color: #b0c4de; color: black;">{{{Nama}}}</caption> | ||
}} | |||
{{#if: {{{Subjudul|}}} | |||
| <tr><td colspan="2" style="text-align: center; font-style: italic; font-size: 120%; padding: 0px 0 6px 0;">{{{Subjudul}}}</td></tr> | |||
}} | |||
{{#if: {{{image|}}} | |||
| <tr> | |||
<td colspan="2" style="text-align: center; padding: 10px;"> | |||
[[File:{{{image}}}|250px|center|alt={{{image_caption|}}}]] | |||
{{#if: {{{image_caption|}}} | |||
| <div style="font-size: 85%; line-height: 1.5em; padding-top: 5px;">{{{image_caption}}}</div> | |||
}} | |||
</td> | |||
</tr> | |||
}} | |||
{{#if: {{{Tangakapn_layar|}}} | |||
| <tr> | |||
<th colspan="2" class="infobox-header" style="text-align: center; background-color: #d4e1f9; font-weight: bold; padding: 3px;">Tangkapan Layar</th> | |||
</tr> | |||
}} | }} | ||
{{#if: {{{ | {{#if: {{{Tangkapan_layar|}}} | ||
| <tr> | | <tr> | ||
<td colspan="2" style="text-align: center; padding: | <td colspan="2" style="text-align: center; padding: 10px;"> | ||
[[File:{{{Tangkapan_layar}}}|250px|center|alt={{{Tangkapan_layar_caption|}}}]] | |||
{{#if: {{{Tangkapan_layar_caption|}}} | |||
| <div style="font-size: 85%; line-height: 1.5em; padding-top: 5px;">{{{Tangkapan_layar_caption}}}</div> | |||
}} | |||
</td> | </td> | ||
</tr> | </tr> | ||
}} | }} | ||
{{#if: {{Singkatan|}}} | {{#if: {{{Singkatan|}}} | ||
| <tr> | | <tr> | ||
<th class="infobox-label">Singkatan</th> | <th class="infobox-label">Singkatan</th> | ||
| Baris 33: | Baris 58: | ||
}} | }} | ||
{{#if: {{{ | {{#if: {{{launched|}}} | ||
| <tr> | | <tr> | ||
<th class="infobox-label">Tanggal Pembuatan</th> | |||
<td class="infobox-data">{{#time: j F Y | {{{launched}}} }}<br /><span style="font-weight:normal; font-size: 85%;">({{#expr: {{CURRENTYEAR}} - {{#time: Y | {{{launched}}} }} - ({{#time: md | {{CURRENTTIMESTAMP}} }} < {{#time: md | {{{launched}}} }})}} tahun yang lalu)</span></td> | |||
</tr> | </tr> | ||
}} | }} | ||
{{#if: {{{ | {{#if: {{{Jenis|}}} | ||
| <tr> | | <tr> | ||
<th class="infobox-label"> | <th class="infobox-label">Jenis</th> | ||
<td class="infobox-data">{{{ | <td class="infobox-data">{{{Jenis}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
| Baris 54: | Baris 79: | ||
}} | }} | ||
{{#if: {{{ | {{#if: {{{Fokus|}}} | ||
| <tr> | |||
<th class="infobox-label">Fokus</th> | |||
<td class="infobox-data">{{{Fokus}}}</td> | |||
</tr> | |||
}} | |||
{{#if: {{{Pendaftaran|}}} | |||
| <tr> | | <tr> | ||
<th class="infobox-label"> | <th class="infobox-label">Pendaftaran</th> | ||
<td class="infobox-data">{{{ | <td class="infobox-data">{{{Pendaftaran}}}</td> | ||
</tr> | </tr> | ||
}} | }} | ||
| Baris 75: | Baris 107: | ||
}} | }} | ||
</table> | </table> | ||
<noinclude> | |||
{{Documentation}} | |||
[[Kategori:Templat Infobox]] | |||
</noinclude> | |||