Difference between revisions of "Template:Mono"
Shawndouglas (talk | contribs) m (Protected "Template:Mono" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))) |
Shawndouglas (talk | contribs) (Updated) |
||
Line 1: | Line 1: | ||
<span style="font-family: monospace, monospace;">{{{2|{{{1}}}}}}</span><noinclude> | <span style="font-family: monospace, monospace;">{{{2|{{{1}}}}}}</span><noinclude> | ||
{{Documentation}} | |||
<!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> | |||
</noinclude> | |||
{{<includeonly>safesubst:</includeonly>ifsubst|1=|2=<templatestyles src="Mono/styles.css" />}}<span class="monospaced">{{{2|{{{1}}}}}}</span><noinclude> | |||
{{Documentation}} | {{Documentation}} | ||
<!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> | <!-- Categories go on the /doc subpage and interwikis go on Wikidata. --> | ||
</noinclude> | </noinclude> |
Revision as of 17:32, 10 March 2020
{{{1}}}
This template uses TemplateStyles: |
Usage
{{mono|text to format here}}
renders as:
text to format here Page Template:Mono/styles.css must have content model "Sanitized CSS" for TemplateStyles (current model is "wikitext").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 <tt>...</tt>
, 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 should not be used to indicate source code, nor for variables or variable input (use <code>...</code>
for code and <var>...</var>
for variables). For keyboard or samples, use <kbd>...</kbd>
or <samp>...</samp>
respectively.
It cannot be used to mark up multiple paragraphs, sections or other block elements, as it uses <span>
, which is an inline element. See {{Pre}} for a <div>
-based block version. Or, multiple instances of {{Mono}} can be invoked.
Parameters
There are two parameters:
|1=
or unnamed- The content to format as monospaced. If the content contains a
=
character, the parameter must be numbered or the template will break. For backward compatibility with an old, merged-in template, this parameter can also be called|2=
. |needs_review=yes
- Used (e.g. by bots or AWB scripts) to indicate replacement of now-obsolete
<tt>...</tt>
markup with{{mono|...}}
markup. This template displays nothing and presently does no categorization, though a cleanup category can be created if necessary. It indicates that the markup may need to be changed to something more semantically meaningful, such as<code>...</code>
,<samp>...</samp>
, or<kbd>...</kbd>
.
See also
The above documentation is transcluded from Template:Mono/doc. (edit | history) Editors can experiment in this template's sandbox (create) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |
Page Template:Mono/styles.css must have content model "Sanitized CSS" for TemplateStyles (current model is "wikitext").{{{1}}}
This template uses TemplateStyles: |
Usage
{{mono|text to format here}}
renders as:
text to format here Page Template:Mono/styles.css must have content model "Sanitized CSS" for TemplateStyles (current model is "wikitext").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 <tt>...</tt>
, 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 should not be used to indicate source code, nor for variables or variable input (use <code>...</code>
for code and <var>...</var>
for variables). For keyboard or samples, use <kbd>...</kbd>
or <samp>...</samp>
respectively.
It cannot be used to mark up multiple paragraphs, sections or other block elements, as it uses <span>
, which is an inline element. See {{Pre}} for a <div>
-based block version. Or, multiple instances of {{Mono}} can be invoked.
Parameters
There are two parameters:
|1=
or unnamed- The content to format as monospaced. If the content contains a
=
character, the parameter must be numbered or the template will break. For backward compatibility with an old, merged-in template, this parameter can also be called|2=
. |needs_review=yes
- Used (e.g. by bots or AWB scripts) to indicate replacement of now-obsolete
<tt>...</tt>
markup with{{mono|...}}
markup. This template displays nothing and presently does no categorization, though a cleanup category can be created if necessary. It indicates that the markup may need to be changed to something more semantically meaningful, such as<code>...</code>
,<samp>...</samp>
, or<kbd>...</kbd>
.
See also
The above documentation is transcluded from Template:Mono/doc. (edit | history) Editors can experiment in this template's sandbox (create) and testcases (create) pages. Please add categories and interwikis to the /doc subpage. Subpages of this template. |