Template:Tt/doc: Difference between revisions

m
Simplify
No edit summary
imported>FrozenPlum
m (Simplify)
 
(6 intermediate revisions by 4 users not shown)
Line 1:
{{Documentation subpage}}
{{doc/start}}
<!-- Documentation here -->
 
== Usage ==
{{(}}tlx|tt|<var>text to format here</var>}}
 
{{(}}tt|<var>text to format here</var>}}
 
renders as:
Line 8 ⟶ 9:
{{tt|text to format here}}
 
This template is for formatting short bits of content (the only parameter) as monospaced (nonproportional) text. It is simply a quick shorthand for the necessary CSS code. It is a replacement for {{tag|<code><nowiki><tt}}>...</tt></nowiki></code>, which is an obsolete element under HTML5. ([httphttps://www.w3.org/TR/html5/obsolete.html#non-conforming-features Non-conforming features])
 
This template ''should'' be used where the content is being rendered in monospaced text for purely stylistic/display reasons, where this display has no particular semantic significance.
 
It ''cannot'' be used to mark up multiple paragraphs, sections or other block elements, as it uses {{tag|<code><nowiki><span}}>...</span></nowiki></code>, which is an inline element.
 
{{tag|<code}}><nowiki><code>...</code></nowiki></code> is normally used to indicate source code and {{tag|<code><nowiki><var}}>...</var></nowiki></code> for variables or variable input.<br/>
{{tag|<code><nowiki><kbd}}>...</kbd></nowiki></code> and {{tag|<code><nowiki><samp>...</samp}}></nowiki></code> display similarly to {{tag|<code><nowiki><tt|o}}></nowiki></code>, and are normally used for keyboard and samples.
 
For example:
Line 24 ⟶ 25:
*123<br/>ABC
 
=== Parameter ===
<templatedata>
;{{{1}}} or unnamed
{
: The content to format as monospaced. If the content contains a <code>=</code> character, <code>{{tl|{{=}}}}</code> must be used instead.
"description": "This template is for formatting short bits of content as monospaced (nonproportional) text.",
"format": "inline",
"params": {
"1": {
"label": "Content",
"description": "The content to format as monospaced.",
"required": true,
"type": "content"
}
}
}
</templatedata>
 
Note: Copied from [[wikipedia:Template:Mono]], renamed to 'tt' because it replaces the tt tag.<br/>
"monospace, monospace" needed per [[wikipedia:WikipediaWP:Typography#The_monospace_'bug'MONO|WP:MONO]]
 
<includeonly>
 
<!-- Template categories/interwikis here -->
Note: Copied from [[wikipedia:Template:Mono]], renamed to 'tt' because it replaces the tt tag.<br/>
[[Category:Templates]]
"monospace, monospace" needed per [[wikipedia:Wikipedia:Typography#The_monospace_'bug']]
[[Category:Formatting templates]]
{{doc/end}}<!-- doc copied from wikipedia, edited -->
</includeonly>
Anonymous user