Templat:Tag: Perbedaan antara revisi
Loncat ke navigasi
Loncat ke pencarian
dw>SMcCandlish (These are called attributes; no one who does HTML calls them "parameters".) |
dw>FBN122645 k (Suntingan WIKICOLEGE (bicara) dibatalkan ke versi terakhir oleh Gervant of Shiganshina) |
||
Baris 3: | Baris 3: | ||
-->{{#switch:{{{2|pair}}} | -->{{#switch:{{{2|pair}}} | ||
|c|close = | |c|close = | ||
|s|single | |||
|o|open | |o|open | ||
|p|pair = < | |p|pair = <{{{1|tag}}}{{#if:{{{params|}}}| {{{params}}}}} | ||
}}<!-- | }}<!-- | ||
Content between tags | Content between tags | ||
-->{{#switch:{{{2|pair}}} | -->{{#switch:{{{2|pair}}} | ||
|c|close = {{{content|}}} | |c|close = {{{content|}}} | ||
|s|single =  /> | |||
|o|open = >{{{content|}}} | |o|open = >{{{content|}}} | ||
|p|pair = {{#ifeq:{{{1|tag}}}|!--||>}}{{{content|...}}} | |p|pair = {{#ifeq:{{{1|tag}}}|!--||>}}{{{content|...}}} | ||
Baris 16: | Baris 16: | ||
Closing tag | Closing tag | ||
-->{{#switch:{{{2|pair}}} | -->{{#switch:{{{2|pair}}} | ||
|s|single | |||
|o|open = | |o|open = | ||
|c|close | |c|close |
Revisi per 29 November 2020 07.09
<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
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
{{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. |