Template:Italic title/doc: Difference between revisions

From SPCodex, The Smashing Pumpkins wiki
m (1 revision imported)
No edit summary
Line 2: Line 2:
<!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: [[Wikipedia:Wikidata]]) -->
<!-- Categories go where indicated at the bottom of this page, please; interwikis go to Wikidata (see also: [[Wikipedia:Wikidata]]) -->


{{high-risk| 889246 }}
{{lua|Module:Italic title}}
{{lua|Module:Italic title}}


Line 16: Line 15:


This template should only be used in articles that meet the criteria for italic titles given in the [[Wikipedia:Article titles#Italics and other formatting|Article titles]] policy.
This template should only be used in articles that meet the criteria for italic titles given in the [[Wikipedia:Article titles#Italics and other formatting|Article titles]] policy.
==Usage==
'''Basic usage'''
<pre>{{italic title}}</pre>
'''All parameters'''
<pre>{{italic title|noerror|string=text in title|all=yes}}</pre>


== Parameters ==
== Parameters ==
* '''1''': if this is set to "noerror", error messages are suppressed. See [[#Errors]] for more details.
* '''all''': if this is set to "yes", text in parentheses is italicized.
* '''string''': instead of italicizing the whole title, italicize only some specific text. For example, using {{para|string|Ally McBeal}} on the page {{nowrap|"List of Ally McBeal episodes"}} would result in {{nowrap|"List of ''Ally McBeal'' episodes"}}.
<code><nowiki>{{</nowiki>[[Wikipedia:Page name#Changing the displayed title|DISPLAYTITLE]]:Desired Title<nowiki>}}</nowiki></code> can be used instead in cases not covered by the parameters, e.g. two substrings with italics, or italics combined with lowercase first character.
== Errors ==
Sometimes you may see red error messages like this at the top of the page:
<span class="error"><nowiki>Warning: Display title "<i>Article title (disambiguation)</i>" overrides earlier display title "<i>Article title</i> (disambiguation)".</nowiki></span>
This usually means that there is another instance of <nowiki>{{italic title}}</nowiki> on the page, usually added by one of the infoboxes. Certain infoboxes, for example {{tl|infobox album}}, add <nowiki>{{italic title}}</nowiki> by default. Check the template documentation for any infobox used on the page; it may have instructions about how to deal with italic titles. You may be able to adjust the italics from the infobox instead of using <nowiki>{{italic title}}</nowiki> at the top of the article. Or if that doesn't work, you may be able to disable the infobox's italics code altogether.
If you are still having problems, try putting <nowiki>{{italic title}}</nowiki> after the infobox. You can suppress the error message by using the code <code><nowiki>{{italic title|noerror}}</nowiki></code>.
Technical details: this template uses the [[Wikipedia:Magic words#Behavior switches|DISPLAYTITLE magic word]] to italicize the title. Error messages can be produced by any two templates which use this magic word, and are not limited to this template. If you are unsure why you are getting a particular error message, you can ask about it at [[Wikipedia:Village pump (technical)]].
== Categories ==
If the {{para|string}} parameter is used but that string is not found in the title, the page is added to [[:Category:Pages using italic title with no matching string]].
== TemplateData ==
{{TemplateDataHeader}}
{{TemplateDataHeader}}
<templatedata>
<templatedata>
Line 76: Line 42:
}
}
</templatedata>
</templatedata>
==See also==
*[[WP:ITALICTITLE]]
*{{Tlx|Italic title prefixed}}
*{{Tlx|Italic correction}}
{{WrongTitleExamples}}
Templates which use this template should display the following notice:
*{{Tl|Auto italic title}}
{{basepage subpage
|<!-- Categories go below this line, please; interwikis go to Wikidata, thank you! -->
[[Category:Correct title templates]]
[[Category:Lua-based templates]]
}}

Revision as of 00:22, 27 April 2020

This template italicizes page titles. Article titles cannot contain wiki-formatting, such as '', so article titles cannot be italicized in the normal way. Instead, place this template in the article, normally at the very top. It will then have the following effect:

  • Titles with no parentheses () are fully italicised:
    • FooFoo
    • Talk:FooTalk:Foo
  • Titles which contain parentheses are italicised before the first opening parenthesis:
    • Foo (bar)Foo (bar)
    • Talk:Foo (bar)Talk:Foo (bar)
  • Italicization can be forced on parenthesized text with the |all=yes parameter.

This template should only be used in articles that meet the criteria for italic titles given in the Article titles policy.

Parameters

Template:TemplateDataHeader

A template to italicize article titles

Template parameters

ParameterDescriptionTypeStatus
Error options1

If set to "noerror", suppresses error messages. Using this is a last-ditch fix - see the template documentation for other options.

Stringoptional
Allall

If set to "yes", italicization is forced on parenthesized text.

Stringoptional
Stringstring

Specify a string in the title to italicize, rather than italicizing the entire title.

Stringoptional