Help:Images2

From BaltoCo

Jump to: navigation, search

Contents

Help for Displaying Clickable Images with Links

How to use .gif img files on your wikipage. You can also use .jpg & .png img files, but you must follow the instructions exactly or it won't work at all ...


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.



background_hzlogo_hz07.gif

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_gif
|img_src=i227.photobucket.com/albums/dd89/baltoco/music/background_hzlogo_hz07
|img_url=HighZero.org
|img_float=left}} 
  • Copy the above code into your page editor window, in wikitext mode & fix your own details.
  • You must switch the graphical editor to [Wikitext] mode before entering this code onto your new page!


Image on Right

  • Image on Right. Text wraps on left.
  • Note that an empty line is inserted above the Image.



background_hzlogo_hz07.gif

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_gif
|img_src=i227.photobucket.com/albums/dd89/baltoco/music/background_hzlogo_hz07
|img_url=HighZero.org
|img_float=right}} 
  • Copy the above code into your page editor window, in wikitext mode & fix your own details.
  • You must switch the graphical editor to [Wikitext] mode before entering this code onto your new page!


Explanation of entered Wikitext Code

  • {{img_gif or {{img_jpg or {{img_png — The name of the requested template that is inserted into your page. This is called TRANSCLUSION. We build special templates for each of the major img file types. Do not forget the 2 opening curly braces!
  • |img_src= the location of your image file. Important! You must remove http:// from the front of your URL, and remove .gif from the end (or .jpg etc). See the example above, how the URL is shortened.
  • |img_url= the destination link when your image is clicked, without http://
  • |img_float= either left or right
  • Do Not Forget the 2 Closing Curly Braces!
  • You can view the source on this page and other img pages to see how the code is written. Good luck!
  • If you need more empty lines (more visual white space) you can force extra blank lines like this ...
<br clear="all" />
<br clear="all" />
  • You must switch the graphical editor to [Wikitext] mode before entering this code onto your new page!
Personal tools