Modèle:Tag

La bibliothèque libre.

‎<tag>...‎</tag>

Documentation

This template provides a quick way to mention an XML-style tag in a preformatted way. Mainly used in discussion/help pages.

Paramètres du modèle[Modifier les données du modèle]

La mise en forme sur une seule ligne est préférée pour ce modèle.

ParamètreDescriptionTypeÉtat
Tag1

The name of the HTML tag.

Par défaut
tag
Exemple
span
Ligne de texteobligatoire
Type2

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

Valeurs suggérées
p pair o open c close s single
Par défaut
pair
Chaînefacultatif
Contentcontent

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

Contenufacultatif
Parametersparams

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

Exemple
foo="bar"
Ligne de textefacultatif
Plain displayplain

Avoid using monospace font and grey background for the tag.

Booléenfacultatif
Wrap?wrap

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

Valeur automatique
1
Booléenfacultatif

Usage[modifier]

Types[modifier]

  • 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 />

Exemples[modifier]

  • {{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|references|single}}‎<references />
  • {{tag|br|single}}‎<br />

Voir aussi[modifier]