Difference between revisions of "Template:Articleimage"
J McKalling (Talk | contribs) m |
J McKalling (Talk | contribs) m |
||
Line 9: | Line 9: | ||
| [[Image:Divers.gif|The image "{{{1}}}" is missing or has no description page]]{{ | | [[Image:Divers.gif|The image "{{{1}}}" is missing or has no description page]]{{ | ||
#ifeq: {{{nocat|false}}} | false | [[Category:Articles with a missing image]]{{ | #ifeq: {{{nocat|false}}} | false | [[Category:Articles with a missing image]]{{ | ||
− | #vardefine: infobox_messages | {{#var:infobox_messages|}}{{image}}<br />}}}}}} | + | #vardefine: infobox_messages | {{#var:infobox_messages|}}{{image|{{{1}}}}}<br />}}}}}} |
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
This template makes it easier to add an image to an article, that automatically displays a default image when incorrect. This also automatically categorizes the article under [[:Category:Articles with a missing image]] when the specified image doesn't exist, or under [[:Category:Articles without an image]] when no image or an empty value was given. | This template makes it easier to add an image to an article, that automatically displays a default image when incorrect. This also automatically categorizes the article under [[:Category:Articles with a missing image]] when the specified image doesn't exist, or under [[:Category:Articles without an image]] when no image or an empty value was given. |
Revision as of 00:28, 8 December 2012
This template makes it easier to add an image to an article, that automatically displays a default image when incorrect. This also automatically categorizes the article under Category:Articles with a missing image when the specified image doesn't exist, or under Category:Articles without an image when no image or an empty value was given.
Parameters
- The filename of an image from Category:Images or a subcategory (no parameter name but filename is case sensitive, defaults to an empty image)
- The text to show in the tooltip, when hovering the image (no parameter name but text is case sensitive, defaults to "Image of {{PAGENAME}}")
- nocat: Whether or not to suppress categorization in case of any invalid image (defaults to false, which means auto categorization).
Note: Both filenames of nonexisting files and of files that don't have a description page yet, will result in the default image to be displayed instead.
Syntax
{{articleimage|filename|text}}
Examples
Common use includes both the filename and text parameters:
{{articleimage|Twinsen.jpg|This is an image for: {{PAGENAME}}}}
- (hover the image to see the tooltip)
When a nonexisting file is specified (which raises the Articles with a missing image maintenanance task), a default image is displayed with error information in the tooltip:
{{articleimage|My Nonexisting Image.png|This is an image for article: {{PAGENAME}}}}
- (hover the image to see the tooltip)
When no file is specified at all, is empty or is left out (which raises the Articles without an image maintenance task), a default image is displayed with error information in the tooltip as well:
{{articleimage|This is an image for article: {{PAGENAME}}}}
- (hover the image to see the tooltip)
The nocat parameter may be used to suppress automatic categorization like this (any value will do):
{{articleimage|This is an image for article: {{PAGENAME}}|nocat=true}}
This would render the same result as the last example above, but would not categorize under Category:Articles without an image. This feature works on both maintenance tasks mentioned above.