සැකිල්ල:Xtag
Appearance
<>
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.
Parser and extension tags
[සංස්කරණය]For a machine-generated list, see Special:Version#mw-version-parser-extensiontags. It may include tags not documented here.
- Parser tags
<gallery>,<includeonly>,<noinclude>,<nowiki>,<onlyinclude>,<pre>
- Extension tags
<categorytree>,<charinsert>,<chem>(alias<ce>),<graph>,<hiero>,<imagemap>,<indicator>,<inputbox>,<mapframe>,<maplink>,<math>,<math chem>,<poem>,<ref>,<references>,<score>,<section>,<syntaxhighlight>(alias<source>),<templatedata>,<templatestyles>,<timeline>
Parameters
[සංස්කරණය]- first parameter (mandatory): the name of the HTML tag
- second parameter: what type of tag to display:
porpair: 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
ooropen(default): display only the opening tag of an open-and-close paircorclose: display only the closing tag of an open-and-close pairsorsingle: display a single tag
- content= the text content of the tags
- params= any parameters to be included in the opening tag
Examples
[සංස්කරණය]| Markup | Renders as |
|---|---|
{{xtag|nowiki}}
|
<nowiki> |
{{xtag|nowiki|s}}}
|
<nowiki /> |
Markup → Renders as:
{{xtag|syntaxhighlight|p|params=inline lang="text"}} →
<syntaxhighlight inline lang="text">...</syntaxhighlight>
See also
[සංස්කරණය]- {{tag}}
Other formatting templates
[සංස්කරණය]| Code example | Effect | Notes |
|---|---|---|
{{tl2|Hatnote|lang=fr}} |
{{hatnote}} | Supports linking to sister projects (e.g., fr:Hatnote) |
{{tlu|User:Ahunt/SSHFS}} |
{{User:Ahunt/SSHFS}} | Supports linking to any namespace |
{{demo|<nowiki>{{Hatnote|lang=fr|Some text}}</nowiki>}} |
{{hatnote|lang=fr|Some text}} |
Shows code and example |
{{xpd|Hatnote|Some hatnote text}} |
"{{hatnote|Some hatnote text}}" gives "" [1] |
Shows code, example and a link to expand the template code |
{{para|title|<var>book title</var>}} |
|title=book title |
Formats template parameters for display, with or without values |
{{elc|Template:Hatnote}}{{elc|Template:Hatnote|Hatnote}} |
[[Template:Hatnote]][[Template:Hatnote|Hatnote]] |
Formats wikilink, with optional piped link text and blended suffix |