Help:Style Guide/Images
From Wikifashion
When including images into a page there are several ways that this can be done.
- Please make sure that images are of a high standard:
- are not watermarked
- photoshopped
- part of a polyvore set
- are correctly referenced in the comments section when uploaded. Including the link url is sufficient.
Contents |
Including an image in a collection gallery page
<gallery widths="153px" heights="200px" perrow="4"> image:example.jpg|[[BRAND/SEASON YEAR/ITEM NAME]] image: image: </gallery>
Including an image in a item gallery page
<gallery captions=Images widths="218px" heights="250px" perrow="3"> image:example.jpg|[[BRAND/SEASON YEAR/ITEM NAME]] image: image: </gallery>
Including an image within body of text
[[image:example.jp|thumb|right|280px]]
Including an image within an infobox
Copy the relevant infobox from the appropriate style guide, upload the image you want to include and copy the image name (not the entire url) and paste within the example.jpg space.
{{Infobox Company
| company_name = <!--This is about the brand, so its name is used only-->Example brand
| company_logo = [[Image:example.jpg]]
| foundation = YEAR
| founder = [[Designer name]]
| location = [[wikipedia:Melbourne|Melbourne]], [[wikipedia:Australia|Australia]]
| homepage = http://www.designersite.com
}}
