Encyclopedia > Wikipedia:Image markup gallery

  Article Content

Wikipedia:Image markup gallery

Wikipedia:Image use policy

The markup gallery page is still under construction.


Caption

right-floating image with caption

<div style="float:right;margin:0 0 1em 1em;">[[Image:image name|alt text]]

''Caption''</div>



column of images, floated

(see Floppy disk for example)

left float, no caption <div style="float:left;margin:0 1em 1em 0;">[[image:NAME|alt text]]</div>
right float, no caption <div style="float:right;margin:0 0 1em 1em;">[[image:NAME|alt text]]</div>
left float, with caption <div style="float:left;margin:0 1em 1em 0;text-align:center;">[[image:NAME|alt text]]<br>''Caption''</div>
right float, with caption <div style="float:right;margin:0 0 1em 1em;text-align:center;">[[image:NAME|alt text]]<br>''Caption''</div>
left float, with larger <div style="float:left;margin:0 1em 1em 0;text-align:center;">[[image:SMALL|alt text]]<br>[[media:LARGE|larger version]]</div>
right float, with larger <div style="float:right;margin:0 0 1em 1em;text-align:center;">[[image:SMALL|alt text]]<br>[[media:LARGE|larger version]]</div>
large central picture <center>[[image:NAME|alt text]]<br>''Caption''</center>



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Kings Park, New York

... size is 2.86 and the average family size is 3.32. In the town the population is spread out with 25.2% under the age of 18, 5.7% from 18 to 24, 31.9% from 25 to 44, ...

 
 
 
This page was created in 48.2 ms