Templat:Tag: Perbedaan antara revisi
Tidak ada ringkasan suntingan Tag: Dikembalikan |
k (1 revisi diimpor) |
||
| (2 revisi perantara oleh pengguna yang sama tidak ditampilkan) | |||
| Baris 1: | Baris 1: | ||
{{# | <code class="{{#ifeq:{{{wrap|}}}|yes|wrap|nowrap}}" style="{{#ifeq:{{{style|}}}|plain|border:none;background:transparent;|{{{style|}}}}}"><!-- | ||
Opening tag | |||
-->{{#switch:{{{2|pair}}} | |||
|c|close = | |||
|s|single | |||
|o|open | |||
|p|pair = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}} | |||
}}{{#switch:{{{2|pair}}} | }}<!-- | ||
Content between tags | |||
-->{{#switch:{{{2|pair}}} | |||
|c|close = {{{content|}}} | |||
|s|single =  /> | |||
}}{{#switch:{{{2|pair}}} | |o|open = >{{{content|}}} | ||
|p|pair = {{#ifeq:{{{1|tag}}}|!--||>}}{{{content|...}}} | |||
}}<!-- | |||
Closing tag | |||
-->{{#switch:{{{2|pair}}} | |||
}} | |s|single | ||
|o|open = | |||
|c|close | |||
|p|pair = {{#ifeq:{{{1|tag}}}|!--|-->|</{{{1|tag}}}>}} | |||
}}<!-- | |||
--></code><noinclude> | |||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> | ||
Revisi terkini sejak 13 Oktober 2023 16.07
<tag>...</tag>
[[Category:Languages pages{{#translation:}}]]
Ini dokumennya TemplateData untuk template ini digunakan oleh VisualEditor dan alat lainnya; lihat laporan penggunaan parameter bulanan untuk templat ini.
TemplateData untuk Tag
This template provides a quick way to mention an XML-style tag in a preformatted way. Mainly used in discussion/help pages.
| Parameter | Keterangan | Jenis | Status | |
|---|---|---|---|---|
| Tag | 1 | The name of the HTML tag.
| Baris | wajib diisi |
| Type | 2 | What type of tag to display, see documentation for possible values.
| Kata | opsional |
| Content | content | The text content of the tag. By default “...” for pair type, empty for others; unused if type is single. | Isi | opsional |
| Parameters | params | Parameters (attributes) for the opening tag, unused in close type.
| Baris | opsional |
| Plain display | plain | Avoid using monospace font and grey background for the tag. | Boolean | opsional |
| Wrap? | wrap | Whether to not add `style="white-space: nowrap;"` to the enclosing <code> tag.
| Boolean | opsional |
UsageSunting
TypesSunting
porpair– (default) display a matched pair of open-and-close tags:<div>...</div>ooropen– display only the opening tag of an open-and-close pair:<span>corclose– display only the closing tag of an open-and-close pair:</span>sorsingle– display a single tag:<br />
ExamplesSunting
{{tag|ref}}→<ref>...</ref>{{tag|ref|content=hello}}→<ref>hello</ref>{{tag|span|content=foo}}→<span>foo</span>{{tag|span|open}}→<span>{{tag|span|open|content=hello}}→<span>hello{{tag|span|close|content=hello}}→hello</span>{{tag|span|pair|content=hello}}→<span>hello</span>{{tag|ref|open|params=→{{attr|group|"note"}}}}<ref Templat:Attr>{{tag|references|single}}→<references />{{tag|br|single}}→<br />
See alsoSunting
[[Category:Semantic markup templates{{#translation:}}]]
| Dokumentasi di atas ditransklusikan dari Templat:Tag/doc. (sunting | versi terdahulu) Penyunting dapat melakukan uji coba pada halaman bak pasir (buat | cermin) dan kasus uji (buat) templat ini. Mohon tambahkan kategori pada subhalaman /doc. Subhalaman templat ini. |