Template:Tt/doc: Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
m (Allow for Template:( to be an escape for {. Template:(( has been updated to escape {{.)
(+TR)
Line 8: Line 8:
{{tt|text to format here}}
{{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|tt}}, which is an obsolete element under HTML5. ([http://www.w3.org/TR/html5/obsolete.html#non-conforming-features Non-conforming features])
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|tt}}, which is an obsolete element under HTML5. ([https://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.
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.
Line 24: Line 24:
*123<br/>ABC
*123<br/>ABC


===Parameter===
=== Parameter ===
;{{{1}}} or unnamed
;{{{1}}} or unnamed
: The content to format as monospaced. If the content contains a <code>=</code> character, <code>{{tl|{{=}}}}</code> must be used instead.
: The content to format as monospaced. If the content contains a <code>=</code> character, <code>{{tl|{{=}}}}</code> must be used instead.




Note: Copied from [[wikipedia:Template:Mono]], renamed to 'tt' because it replaces the tt tag.<br/>
Note: Copied from [[wikipedia:Template:Mono]], renamed to 'tt' because it replaces the tt tag.<br/>
"monospace, monospace" needed per [[wikipedia:Wikipedia:Typography#The_monospace_'bug']]
"monospace, monospace" needed per [[wikipedia:Wikipedia:Typography#The_monospace_'bug']]

{{doc/end}}<!-- doc copied from wikipedia, edited -->
<noinclude>
[[tr:Şablon:Tt/belge]]
</noinclude>
{{doc/end}}

Revision as of 07:36, 28 May 2020

Template:Doc/start

Usage

{{tt|text to format here}}

renders as:

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 Template:Tag, which is an obsolete element under HTML5. (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 Template:Tag, which is an inline element.

Template:Tag is normally used to indicate source code and Template:Tag for variables or variable input.
Template:Tag and Template:Tag display similarly to Template:Tag, and are normally used for keyboard and samples.

For example:

  • {{tt|123<br/>ABC}}

produces

  • 123
    ABC

rather than

  • 123
    ABC

Parameter

{{{1}}} or unnamed
The content to format as monospaced. If the content contains a = character, {{=}} must be used instead.

Note: Copied from wikipedia:Template:Mono, renamed to 'tt' because it replaces the tt tag.
"monospace, monospace" needed per wikipedia:Wikipedia:Typography#The_monospace_'bug'


tr:Şablon:Tt/belge

Template:Doc/end