Template:Italic title/doc
This template uses Lua: |
Template:Italic title italicizes page titles. Article titles cannot contain wiki formatting, such as ''
, so article titles cannot be italicized in the normal way. This template has the following effects:
- Titles with no parentheses
()
are fully italicized:Foo
→ FooTalk:Foo
→ Talk:Foo
- Titles which contain parentheses are italicized before the first opening parenthesis:
Foo (bar)
→ Foo (bar)Talk:Foo (bar)
→ Talk:Foo (bar)
- Italicization can be forced on parenthesized text with the Template:Para parameter.
This template should only be used in articles that meet the criteria for italic titles outlined in the Weezerpedia naming conventions.
Location on page
If the page has a {{Short description}} template, this template should go immediately underneath it, normally as the second item on the page. If there is no {{Short description}} template, add this template at the very top of the page, above everything else. There ought to be no blank line after {{Italic title}} because that will cause an extra blank line in the page's rendered appearance.
Usage
Basic usage
{{Italic title}}
All parameters
{{Italic title|noerror|string=text in title|all=yes}}
Parameters
- Template:Para: if this is set to Template:Para, error messages are suppressed. See #Errors for more details.
- Template:Para: if this is set to Template:Para, text in parentheses is italicized.
- Template:Para: instead of italicizing the whole title, italicize only some specific text. For example, using Template:Para on the page "Pinkerton Allmusic record review" would result in "Pinkerton Allmusic record review".
{{DISPLAYTITLE:Desired Title}}
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:
Warning: Display title "<i>Article title (disambiguation)</i>" overrides earlier display title "<i>Article title</i> (disambiguation)".
This usually means that there is another instance of {{Italic title}} on the page, usually added by one of the infoboxes. Certain infoboxes, for example {{Infobox album}}, add {{Italic title}} 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 {{Italic title}} at the top of the article. Or if that does not work, you may be able to disable the infobox's italics code altogether.
If you are still having problems, try putting {{Italic title}} after the infobox. You can suppress the error message by using the code {{Italic title|noerror}}
.
Technical details: this template uses the 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).
Tracking categories
If the Template:Para 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
Template:TemplateDataHeader <templatedata> { "description": "A template to italicize article titles", "params": { "1": { "label": "Error options", "description": "If set to \"noerror\", suppresses error messages. Using this is a last-ditch fix - see the template documentation for other options.", "type": "string" }, "all": { "label": "All", "description": "If set to \"yes\", italicization is forced on parenthesized text.", "type": "string", "required": false }, "string": { "label": "String", "description": "Specify a string in the title to italicize, rather than italicizing the entire title.", "type": "string", "required": false } } } </templatedata>