Πρότυπο:Infobox image

Από Γνωσιακή Βάση Υπηρεσιών και Διαδικασιών του Δημοσίου Τομέα
Αναθεώρηση ως προς 01:20, 4 Ιουνίου 2015 από τον Dkalo (Συζήτηση | συνεισφορές) (Εισήχθη 1 αναθεώρηση)
(διαφορά) ← Παλαιότερη αναθεώρηση | Τελευταία αναθεώρηση (διαφορά) | Νεότερη αναθεώρηση → (διαφορά)
Μετάβαση σε: πλοήγηση, αναζήτηση
Picture
{{{caption}}}
50px Template documentation[view] [edit] [history] [purge]
Not to be confused with Module:InfoboxImage.

Usage

This template inserts an image with borders that look like that of Template:Infobox. Use this template when you need to stack images vertically with an infobox template, such as {{Infobox}}, {{Infobox software}}, {{Infobox Windows component}} or {{Infobox website}}.

Syntax

{{Infobox image
|title = <!-- image title -->
|name = <!-- image name -->
|size = <!-- image width, height or both-->
|has border = <!-- yes or no -->
|caption = <!-- image caption -->
}}

Parameters

Parameter Description
title Optional: Adds a title to the infobox.
name Mandatory: Image file name (including its extension). Do not need to include "File:" prefix or "Image:" prefix.
size Highly-recommended: Specifies the size of the image, the same way standard Wikipedia image syntax does. It may specify width, height or both. For more information, see Wikipedia:Extended image syntax or Wikipedia:Picture tutorial.
has border Optional: Indicates whether a light border should be drawn around the image. (Not to be confused the black border which is always present around the infobox.) Can be set to "yes" or "no". Default is "no". Do not use this parameter when the image has a transparent background.
caption Optional: A text to be displayed below the image

Example

Simple

Mozilla Headquarters
Picture
Former office next to the Googleplex shared by both the Mozilla Foundation and the Mozilla Corporation until July 2009

This example shows a simple {{infobox image}} with a picture of 200 pixels width, title and caption is created.

{{Infobox image
|title = ''Mozilla Headquarters''
|name = Mozillaheadquarters.jpg
|size = 200px
|caption = Former office next to the [[Googleplex]] shared by both the Mozilla Foundation and the Mozilla Corporation until July 2009
}}

Extended

This example is taken from Mozilla Foundation article and shows how an {{Infobox image}} lines up with an {{Infobox Non-profit}}. As long as the image widths are the same (250px in this example), {{Infobox image}} lines up with most derivatives of {{Infobox}}.

{{Infobox non-profit
| name = Mozilla Foundation
| image = [[File:MozillaCaliforniaHeadquarters.JPG|250px]]<br/>Entrance to downtown Mountain View office building currently home to both the Mozilla Foundation and the Mozilla Corporation
| type = 501(c)(3)
| founded_date = July 15, 2003
| founder = Mozilla Organization
| location = Mountain View, CA, USA
| origins = Mozilla Organization
| focus = Internet
| revenue = $104,3 million (2009)
| num_employees = 4
| subsid = 
*Mozilla Corporation
*Mozilla Messaging, Inc.
| homepage = www.mozilla.org
}}
{{infobox image
|title =
|name = Mozillaheadquarters.jpg
|size = 250px
|caption = Former office next to the [[Googleplex]] shared by both the Mozilla Foundation and the Mozilla Corporation until July 2009
}}

Mozilla Foundation
250px
Entrance to downtown Mountain View office building currently home to both the Mozilla Foundation and the Mozilla Corporation
Founded July 15, 2003
Founder Mozilla Organization
Type 501(c)(3)
Focus Internet
Location
  • Mountain View, CA, USA
Origins Mozilla Organization
Subsidiaries
  • Mozilla Corporation
  • Mozilla Messaging, Inc.
Revenue
$104,3 million (2009)
Employees
4
Website www.mozilla.org
Picture
Former office next to the Googleplex shared by both the Mozilla Foundation and the Mozilla Corporation until July 2009

See also

Similar

Misc