Predloga:Xtag
Videz
<tag>
This template adds a formatted MediaWiki parser or extension tag that links to the help or extension page. This template is similar to {{tag}}, but it links the tag and defaults to open.
Označevalci za parser in razširitve
[uredi kodo]Za strojno generiran seznam, glej Special:Version#mw-version-parser-extensiontags. Vsebuje lahko označevalce, ki niso navedeni tukaj.
- Označevalci za parser
<gallery>
,<includeonly>
,<noinclude>
,<nowiki>
,<onlyinclude>
,<pre>
- Označevalci za razširitve
<categorytree>
,<ce>
,<chem>
,<charinsert>
,<graph>
,<hiero>
,<imagemap>
,<indicator>
,<inputbox>
,<math>
,<math chem>
,<poem>
,<ref>
,<references>
,<score>
,<section>
,<syntaxhighlight>
(alias<source>
),<templatedata>
,<timeline>
Parameters
[uredi kodo]- first parameter (mandatory): the name of the HTML tag
- second parameter: what type of tag to display:
p
orpair
: display a matched pair of open-and-close tags- To suppress the ellipsis which appears between the tags, add an empty
|content=
parameter
- To suppress the ellipsis which appears between the tags, add an empty
o
oropen
(default): display only the opening tag of an open-and-close pairc
orclose
: display only the closing tag of an open-and-close pairs
orsingle
: display a single tag
- content= the text content of the tags
- params= any parameters to be included in the opening tag
Examples
[uredi kodo]Uporaba | Izpis |
---|---|
{{xtag|nowiki}} |
<nowiki> |
{{xtag|nowiki|s}}} |
<nowiki />
|
Markup → Renders as:
{{xtag | syntaxhighlight | p | params= enclose="div" lang="text"}}
→
<syntaxhighlight enclose="div" lang="text">...</ syntaxhighlight >
See also
[uredi kodo]- {{tag}}