Template:Normal/doc: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{Documentation subpage}} This template removes bold and italic formatting from a text string. == Usage == * {{tlc|normal|{{var|text-string}}}} To display text ({{var|text-string}}) at normal font-weight and without italics within a context where the default font-weight is '''bold''' and/or the default font-style is ''italic''. == See also == * {{tl|Nobold}} == TemplateData == <templatedata> { "params": { "1": { "label": "Input text", "description": "Text to...") |
mNo edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
== Usage == | == Usage == | ||
* {{ | * {{tji|normal|text-string}} | ||
To display text ({{var|text-string}}) at normal font-weight and without italics within a context where the default font-weight is '''bold''' and/or the default font-style is ''italic''. | To display text ({{var|text-string}}) at normal font-weight and without italics within a context where the default font-weight is '''bold''' and/or the default font-style is ''italic''. | ||
Line 13: | Line 14: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "To display text without bold and italics when the defualt weight and style is.", | |||
"params": { | "params": { | ||
"1": { | "1": { | ||
Line 28: | Line 30: | ||
<!-- Categories below this line, please --> | <!-- Categories below this line, please --> | ||
[[Category:Formatting templates]] | [[Category:Formatting templates]] | ||
}}}}</includeonly> | }}}}</includeonly> |
Latest revision as of 01:55, 20 August 2023
It contains usage information, categories and other content that is not part of the original template page.
|
This template removes bold and italic formatting from a text string.
Usage
- {{normal
|text-string}}
To display text (text-string) at normal font-weight and without italics within a context where the default font-weight is bold and/or the default font-style is italic.
See also
- {{Nobold}}
TemplateData
To display text without bold and italics when the defualt weight and style is.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Input text | 1 | Text to present not bolded or italicized | String | required |