Templat:Colored box/doc: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
Hidayatsrf (bicara | kontrib) |
Hidayatsrf (bicara | kontrib) templatedata |
||
(14 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 8:
| content =
}}</nowiki></pre>
== Contoh penggunaan ==
<pre>
{{Colored box
| title = Artikel pilihan
| icon = Circle-icons-star.svg
| link = Portal:Tumbuhan/Artikel pilihan
| title-color = black
| content = Teks isi
| link-color = blue
}}
</pre>
Akan menghasilkan:
{{Colored box
| title = Artikel pilihan
| icon = Circle-icons-star.svg
| link = Portal:Tumbuhan/Artikel pilihan
| background-title-color = lightgreen
| title-color = black
| content = Teks isi
| link-color = blue
}}
== Parameter lengkap ==
<pre><nowiki>{{Colored box
▲| background-content-color =
| background-title-color =
| background-content-color =
| icon =
| title =
| title-color =
| link =
| link-color =
| 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>
|