Templat:Tag

Dari Wiki Javasatu
Loncat ke navigasi Loncat ke pencarian

<tag>...</tag>

[lihat] [sunting] [riwayat] [hapus singgahan] Ikon dokumentasi Dokumentasi templat
[[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.

[Kelola data templat]

Parameter templat

Templat ini lebih menyukai format parameter dalam satu baris.

ParameterKeteranganJenisStatus
Tag1

The name of the HTML tag.

Baku
tag
Contoh
span
Bariswajib diisi
Type2

What type of tag to display, see documentation for possible values.

Nilai yang disarankan
p pair o open c close s single
Baku
pair
Kataopsional
Contentcontent

The text content of the tag. By default “...” for pair type, empty for others; unused if type is single.

Isiopsional
Parametersparams

Parameters (attributes) for the opening tag, unused in close type.

Contoh
foo="bar"
Barisopsional
Plain displayplain

Avoid using monospace font and grey background for the tag.

Booleanopsional
Wrap?wrap

Whether to not add `style="white-space: nowrap;"` to the enclosing <code> tag.

Nilai otomatis
1
Booleanopsional

Usage[sunting sumber]

Types[sunting sumber]

  • p or pair(default) display a matched pair of open-and-close tags: <div>...</div>
  • o or open – display only the opening tag of an open-and-close pair: <span>
  • c or close – display only the closing tag of an open-and-close pair: </span>
  • s or single – 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:}}]]