위키백과>Darkbosal 새 문서: ==Overview== This module is used within infoboxes to process the image parameters and tidy up the formatting of the result. ==Parameters== {| class="wikitable" !Parameter !Descriptio... |
위키백과>Darkbosal |
||
| 7번째 줄: | 7번째 줄: | ||
!Description | !Description | ||
|- | |- | ||
| | |그림 | ||
|Required. The main parameter that should be passed over which contains the image info. | |Required. The main parameter that should be passed over which contains the image info. | ||
|- | |- | ||
| | |크기 | ||
|Size to display image. | |Size to display image. | ||
|- | |- | ||
| | |최대 | ||
|Maximum size to display image. Note: If no size or sizedefault params specified then image will be shown at maxsize. | |Maximum size to display image. Note: If no size or sizedefault params specified then image will be shown at maxsize. | ||
|- | |- | ||
| | |기본 | ||
|The size to use for the image if no size param is specified. Defaults to frameless. | |The size to use for the image if no size param is specified. Defaults to frameless. | ||
|- | |- | ||
| | |대체 | ||
|Alt text for image | |Alt text for image | ||
|- | |- | ||
| | |굵기 | ||
|If yes, then a border is added. | |If yes, then a border is added. | ||
|- | |- | ||
2013년 4월 4일 (목) 03:05 판
Overview
This module is used within infoboxes to process the image parameters and tidy up the formatting of the result.
Parameters
| Parameter | Description |
|---|---|
| 그림 | Required. The main parameter that should be passed over which contains the image info. |
| 크기 | Size to display image. |
| 최대 | Maximum size to display image. Note: If no size or sizedefault params specified then image will be shown at maxsize. |
| 기본 | The size to use for the image if no size param is specified. Defaults to frameless. |
| 대체 | Alt text for image |
| 굵기 | If yes, then a border is added. |
| suppressplaceholder | If yes then will suppress certain placeholder images. |
NOte: If you specify the maxsize or sizedefault params, the should include the px after the number.
Sample Usage
|image = {{#invoke:InfoboxImage|InfoboxImage|image={{{image|}}}|size={{{image_size|}}}|sizedefault=frameless|alt={{{alt|}}}}}
Examples
| {{#invoke:InfoboxImage|InfoboxImage}} | |
| {{#invoke:InfoboxImage|InfoboxImage|image=}} | |
| {{#invoke:InfoboxImage|InfoboxImage|image=[[Image:Abbey Rd Studios.jpg|200px]]}} | 파일:Abbey Rd Studios.jpg |
| {{#invoke:InfoboxImage|InfoboxImage|image=Abbey Rd Studios.jpg}} | 파일:Abbey Rd Studios.jpg |
| {{#invoke:InfoboxImage|InfoboxImage|image=File:Abbey Rd Studios.jpg}} | 파일:Abbey Rd Studios.jpg |
| {{#invoke:InfoboxImage|InfoboxImage|image=Image:Abbey Rd Studios.jpg}} | 파일:Abbey Rd Studios.jpg |
| {{#invoke:InfoboxImage|InfoboxImage|image=Abbey Rd Studios.jpg|size=100px}} | 파일:Abbey Rd Studios.jpg |
| {{#invoke:InfoboxImage|InfoboxImage|image=Abbey Rd Studios.jpg|size=100}} | 파일:Abbey Rd Studios.jpg |
| {{#invoke:InfoboxImage|InfoboxImage|image=Abbey Rd Studios.jpg|sizedefault=250px|alt=The front stairs and door of Abbey Road Studios}} | The front stairs and door of Abbey Road Studios |
| {{#invoke:InfoboxImage|InfoboxImage|image=Abbey Rd Studios.jpg|alt=The front stairs and door of Abbey Road Studios}} | The front stairs and door of Abbey Road Studios |
| {{#invoke:InfoboxImage|InfoboxImage|image=Abbey Rd Studios.jpg|size=100px|alt=The front stairs and door of Abbey Road Studios}} | The front stairs and door of Abbey Road Studios |
| {{#invoke:InfoboxImage|InfoboxImage|image=Bilbao.svg|size=100|border=yes}} | 파일:Bilbao.svg |
| {{#invoke:InfoboxImage|InfoboxImage|image=Replace this image male.svg|suppressplaceholder=yes}} | |
| {{#invoke:InfoboxImage|InfoboxImage|image=[[Image:replace this image male.svg|200px]]|suppressplaceholder=yes}} | |
| {{#invoke:InfoboxImage|InfoboxImage|image=Abbey Rd Studios.jpg|size=50px|maxsize=100px}} | 파일:Abbey Rd Studios.jpg |
| {{#invoke:InfoboxImage|InfoboxImage|image=Abbey Rd Studios.jpg|size=200px|maxsize=100px}} | 파일:Abbey Rd Studios.jpg |
| {{#invoke:InfoboxImage|InfoboxImage|image=Abbey Rd Studios.jpg|maxsize=100px}} | 파일:Abbey Rd Studios.jpg |