Template:Image: Difference between revisions

From Unofficial Homecoming Wiki
Jump to navigation Jump to search
imported>Sekoia
(removing optional second param)
imported>Sekoia
(removing section= tags)
Line 1: Line 1:
<includeonly><section begin=Image />[[Image:{{{1}}}]]<section end=Image /></includeonly><noinclude>__NOTOC__
<includeonly>[[Image:{{{1}}}]]</includeonly><noinclude>__NOTOC__
==Overview==
==Overview==


This template displays an image and wraps it in DPL section label tags so that it can be easily transcluded later. The section label will be "Image".
This template displays an image. Including the image in a template makes it easier to transclude through DPL.


This is particularly useful because articles on items (such as badges or salvage) often contain an image that represents the article, but the image often isn't isolated in a section of its own. This template allows these images to be easily extracted for use in other templates or pages.
This is particularly useful because articles on items (such as badges or salvage) often contain an image that represents the article, but the image often isn't isolated in a section of its own. This template allows these images to be easily extracted for use in other templates or pages.
Line 8: Line 8:
== Usage ==
== Usage ==


* <nowiki>{{Image|Image.png}}</nowiki> will display the image Image.png, wrapping it in a section named "Image".
* <nowiki>{{Image|Image.png}}</nowiki> will display the image Image.png.


== Example ==
== Example ==
{| class=wikitable
{| class=wikitable
|-
|-
! Template Call !! Visible Result !! Label (not visible)
! Template Call !! Result
|-
|-
| <nowiki>{{Image|Salvage Brass.png}}</nowiki> || {{Image|Salvage Brass.png}} || Image
| <nowiki>{{Image|Salvage Brass.png}}</nowiki> || {{Image|Salvage Brass.png}}
|}</noinclude>
|}</noinclude>

Revision as of 09:19, 11 May 2007

Overview

This template displays an image. Including the image in a template makes it easier to transclude through DPL.

This is particularly useful because articles on items (such as badges or salvage) often contain an image that represents the article, but the image often isn't isolated in a section of its own. This template allows these images to be easily extracted for use in other templates or pages.

Usage

  • {{Image|Image.png}} will display the image Image.png.

Example

Template Call Result
{{Image|Salvage Brass.png}} Salvage Brass.png