Template:Tt/doc: Difference between revisions

From DynamicPageList3 Manual
Content added Content deleted
imported>FrozenPlum
m (5 revisions imported: Imported from help.fandom.com, Extension:DPL3 pages, which are for the obsolete version of DPL3 extension for MediaWiki 1.33, to adapt to forked (newer) extension version.)
imported>FrozenPlum
mNo edit summary
Line 1: Line 1:
{{Documentation subpage}}
{{doc/start}}
<!-- Documentation here -->
== Usage ==


== Usage ==
{{tlx|tt|<var>text to format here</var>}}
{{tlx|tt|<var>text to format here</var>}}


Line 43: Line 44:
"monospace, monospace" needed per [[wikipedia:WP:MONO|WP:MONO]]
"monospace, monospace" needed per [[wikipedia:WP:MONO|WP:MONO]]


<includeonly>
<noinclude>
<!-- Template categories/interwikis here -->
[[tr:Şablon:Tt/belge]]
[[Category:Templates]]
</noinclude>
</includeonly>
{{doc/end}}

Revision as of 03:04, 29 March 2022

This is the documentation page, it should be transcluded into the main template page. See Template:Documentation for more information

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

<templatedata> { "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.
"monospace, monospace" needed per WP:MONO