Template:Yesitalic: Difference between revisions
More actions
Created page with "<templatestyles src="Yesitalic/styles.css"/><span class="yesitalic">{{{1}}}</span><noinclude> {{documentation}} <!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> </noinclude>" |
No edit summary |
||
Line 1: | Line 1: | ||
<templatestyles src="Yesitalic/styles.css"/><span class="yesitalic">{{{1}}}</span><noinclude> | <templatestyles src="Template:Yesitalic/styles.css"/><span class="yesitalic">{{{1}}}</span><noinclude> | ||
{{documentation}} | {{documentation}} | ||
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> | <!-- PLEASE ADD CATEGORIES AND INTERWIKIS TO THE /doc SUBPAGE, THANKS --> | ||
</noinclude> | </noinclude> |
Latest revision as of 16:49, 15 March 2025
{{{1}}}
This template uses TemplateStyles: |
This template (the opposite of {{noitalic}}
) forcibly italicizes the input, regardless of any surrounding italics markup (normally, if you have ''...''
markup and put something else italic inside it, the internal italics are reversed, which can be either intentional or undesirable, depending on the context).
This template is generally intended for use inside other templates, not in running text in an article.
Usage
{{yesitalic|text-string}}
To display the text (text-string) in an italic font style no matter what, such as a context in which the default font style is already set italic and using more italics would flip the style (as with including any of various italicizing templates inside infobox parameters that pre-italicize).
This template should not be used for, say, a book title mentioned in another book title, where the de-italicization of the embedded title is intentional and is the standard approach.