Template:Tag/doc: Difference between revisions
| [checked revision] | [checked revision] |
Content deleted Content added
Caleb Cooper (talk | contribs) Created page with "{{Documentation subpage}} {{About|'displaying' markup tags|'using' markup tags|m:Help:Magic_words#Miscellaneous{{!}}the #tag magic word}} <!-- PLEASE ADD CATEGORIES WHERE INDI..." |
Caleb Cooper (talk | contribs) No edit summary |
||
Line 1:
{{Documentation subpage}}
{{Commons Import}}
{{About|'displaying' markup tags|'using' markup tags|
<!-- PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE -->
: {{tc|tag|''tagname'' [|''type''] [|content=''text''] [|attribs=''attributes and values'']}}
A [[Wikipedia:markup tag|markup tag]] is an open < and a close > angle brackets and the content within them, in a markup language, as [[Wikipedia:XML|XML]] or [[Wikipedia:HTML|HTML]]:
:For example, the '''<title>''' tag provides a title for the Web page.
This template provides a quick way to mention a markup-style [[Wikipedia:tag|tag]] in a preformatted way. Mainly used in discussion/help pages.
==Parameters==
Line 18 ⟶ 19:
; {{para|1}} {{nobold| (''tagname'' above)}} : The XML/HTML tag's name (e.g. {{mono|100%|code}}, {{mono|100%|ref}}).
; {{para|2}} {{nobold| (''type'' above)}} : To indicate which of the tag's types is/are presented:
:; <code>p</code> (<code>pair</code>) ''(default)'' : A matching pair of open/start and close/end tags (e.g. {{tag|div|pair}}).<br/>To suppress the [[Wikipedia:ellipsis|ellipsis]] ("...") between the tags, add an empty {{para|content}} parameter (for example, {{tag|div|pair|content=}}).
:; <code>o</code> (<code>open</code>) : An open/start tag (e.g. {{tag|span|open}}).
:; <code>c</code> (<code>close</code>) : A close/end tag (e.g. {{tag|span|close}}).
:; <code>e</code> (<code>empty</code>) or <code>s</code> (<code>single</code>) or <code>v</code> (<code>void</code>) : An empty element, formed with a single self-terminating tag (e.g. {{tag|hr|single}}); in HTML5 these are now known as "void" elements, though "empty" is the more common term.
; {{para|content}} : Text to place between open/start and close/end tags.
; {{para|attribs}} : [[Wikipedia:HTML attribute|Attributes and values]] to be included as part of an open/start tag (this parameter can also be called {{para|params}}).
; {{para|wrap|yes}} : Disable [[:Template:Nowrap|nowrap]] for long samples, so allowing wraps ([[Wikipedia:Help:Line-break handling|line breaks]]).
; {{para|link|yes}} : Link to the element's entry at the [[Wikipedia:HTML element|HTML element]] article, e.g.{{colon}}<br />{{in5}}{{tnull|Tag|del|link{{=}}y}}<br />produces:<br />{{in5}}{{Tag|del|link=y}}<br />This is {{em|only}} for HTML elements; the page is hard-coded, so it cannot be used for, e.g., XML elements from a particular schema. If desired, a feature for specifying the link page can be added.
==Examples==
Line 61 ⟶ 62:
Remark that the code '''<code>Wikipedia:en:</code>''' has been added.
For template documentation in the sister project, you can use [[
==See also==
* [[Wikipedia:HTML tag|HTML tag]]
* {{tl|HTMLElement}}
* {{tl|XMLElement}}
* {{tl|xtag}} adds a MediaWiki parser or extension tag that links to the extension page.
* [[
===Other formatting templates===
| |||