Templat:Tag
Loncat ke navigasi
Loncat ke pencarian
<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[sunting sumber]
Types[sunting sumber]
p
orpair
– (default) display a matched pair of open-and-close tags:<div>...</div>
o
oropen
– display only the opening tag of an open-and-close pair:<span>
c
orclose
– display only the closing tag of an open-and-close pair:</span>
s
orsingle
– display a single tag:<br />
Examples[sunting sumber]
{{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[sunting sumber]
[[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. |