Templat:Colored box/doc: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
Hidayatsrf (bicara | kontrib) Tag: Suntingan perangkat seluler Suntingan peramban seluler Suntingan seluler lanjutan |
Hidayatsrf (bicara | kontrib) templatedata |
||
(8 revisi perantara oleh pengguna yang sama tidak ditampilkan) | |||
Baris 1:
Templat ini berasal dari Wikipedia bahasa Prancis: [[:w:fr:Modèle:Boîte colorée|fr:Modèle:Boîte colorée]], terutama digunakan di ruang nama portal sebagai alternatif dari {{tlx|Portal-Box-header}} yang lebih ramah tampilan seluler.
== Penggunaan ==
Baris 9:
}}</nowiki></pre>
== Contoh penggunaan ==
<pre>
| title = Artikel pilihan
| icon = Circle-icons-star.svg
| link =
| background-title-color =
| title-color =
| content =
| link-color =
}}
</pre>
Akan menghasilkan:
{{Colored box
| title = Artikel pilihan
| icon = Circle-icons-star.svg
| link =
| background-title-color =
| title-color =
| content = Teks isi
| link-color =
}}
Baris 40 ⟶ 42:
| content =
| style =
| flex =
}}</nowiki></pre>
== Lihat juga ==
* {{tl|Colored box2}}
* {{tl|Colored bar}}
== DataTemplat ==
<templatedata>
{
"params": {
"background-content-color": {
"type": "content"
},
"background-color": {},
"style": {},
"background-title-color": {},
"backgroundcolor": {},
"icon": {},
"title-color": {},
"titlecolor": {},
"color-title": {},
"title": {
"type": "string",
"required": true
},
"link": {},
"link-color": {},
"title-link": {},
"content": {
"type": "string",
"required": true
}
},
"description": "Templat untuk portal sebagai alternatif dari templat portal-box-header.",
"format": "block"
}
</templatedata>
|