Help:Images3
From BaltoCo
Contents |
Help for Displaying Images
- Also see — Help:Images
- Also see — Help:Images2
- Also see — Help:Images3 (Sysop)
- Also see — Help:Images_pg180
- Template:img_gif
- Template:img_jpg
- Template:img_png
- Template:img_link (Sysop)
Important Notes
This works well, except that the user needs to lock down the page in order for the Image to display properly, and anonymous users cannot lock down their own pages.
More information on Images can be found here: http://www.mediawiki.org/wiki/Help:Images
This page uses Richard's img_link template: Template:Img_link
Image on Left
- See more Help for Images here — Help:Images
- Image on Left. Text wraps on right.
- Note that an empty line is automatically inserted above the Image.
|
This isn't real text. It's called Greeking ...
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- To display image on left, your wikitext code should look something like this ...
{{img_link
|img_src=i227.photobucket.com/albums/dd89/baltoco/music/background_hzlogo_hz07.gif
|img_url=HighZero.org
|img_float=left
|img_title=High Zero Festival}}
- Copy the above code into your page editor window, in wikitext mode & fix your own details.
Image on Right
- Image on Right. Text wraps on left.
- Note that an empty line is inserted above the Image.
|
This isn't real text. It's called Greeking ...
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
- To display image on right, your wikitext code should look something like this ...
{{img_link
|img_src=i227.photobucket.com/albums/dd89/baltoco/music/background_hzlogo_hz07.gif
|img_url=HighZero.org
|img_float=right
|img_title=High Zero Festival}}
- Copy the above code into your page editor window, in wikitext mode & fix your own details.
Explanation of Wikitext Code
- img_link= the name of the INSERTED template. This is called TRANSCLUSION.
- |img_src= the location of your image file, without http://
- |img_url= the destination link when your image is clicked, without http://
- |img_float= either left or right
- |img_title= is a rollover caption for your Image. Spaces are OK here, but it doesn't work at all in Internet Explorer.
- Do Not Forget the 2 Closing Curly Braces!
