Templat:Tag: Perbedaan antara revisi
Loncat ke navigasi
Loncat ke pencarian
(←Membuat halaman berisi '<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}}}}} }}<!-- Content between tags -->{{#switch:{{{2|pair}}} |c|close = {{{content|}}} |s|single = /> |o|open = >{{{content|}}} |p|pair = {{#ifeq:{{{1|tag}}}|!--||&g...') |
Tidak ada ringkasan suntingan Tag: Dikembalikan |
||
| Baris 1: | Baris 1: | ||
{{#if:{{{plain|}}}| | |||
|<code class="mw-highlight" style="{{#if:{{{wrap|}}}||white-space:nowrap}}"> | |||
}}{{#switch:{{{2|pair}}} | |||
|c|close = <!--nothing--> | |||
|s|single | |||
|o|open | |||
|p|pair = {{#tag:span|‎<|class="p"}}{{#tag:span|{{{1|tag}}}|class="nt"}}{{#if:{{{params|}}}| {{{params}}}}} | |||
}}{{#switch:{{{2|pair}}} | |||
|c|close = {{{content|}}} | |||
|s|single =  {{#tag:span|/>|class="p"}} | |||
|o|open = {{#tag:span|>|class="p"}}{{{content|}}} | |||
|p|pair = {{#tag:span|>|class="p"}}{{{content|...}}} | |||
}}{{#switch:{{{2|pair}}} | |||
|s|single | |||
|o|open = <!--nothing--> | |||
|c|close | |||
|p|pair = {{#tag:span|‎</|class="p"}}{{#tag:span|{{{1|tag}}}|class="nt"}}{{#tag:span|>|class="p"}} | |||
}}{{#if:{{{plain|}}}| | |||
|</code> | |||
}}<noinclude> | |||
{{Documentation}} | {{Documentation}} | ||
</noinclude> | </noinclude> | ||
Revisi per 22 September 2023 13.51
<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 |
Usage
Types
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 />
Examples
{{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 also
[[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. |