PhpWiki Warning: (2, getimagesize(): SSL operation failed with code 1. OpenSSL Error messages: error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version, /var/www/phpwiki/lib/stdlib.php, 509)
PhpWiki Warning: (2, getimagesize(): Failed to enable crypto, /var/www/phpwiki/lib/stdlib.php, 509)
PhpWiki Warning: (2, getimagesize(http://phpwiki.svn.sourceforge.net/viewvc/phpwiki/trunk/themes/default/images/poweredby_phpwiki_51x31.png): failed to open stream: operation failed, /var/www/phpwiki/lib/stdlib.php, 509) HollenbackDotNet - Diff: Help/Images

Diff: Help/Images

Differences between current version and predecessor to the previous major change of Help/Images.

Other diffs: Previous Revision, Previous Author

Newer page: version 4 Last edited on February 23, 2012 2:52 pm by PhilHollenback
Older page: version 3 Last edited on February 23, 2012 2:52 pm by PhilHollenback Revert

Content of versions 3 and 4 is identical.

Version 4 was created because:


current version

You can easily use images in the wiki.

Uploaded images

First, image files need to be uploaded in the wiki. For that purpose, you will use the UpLoad plugin.

Toolbar

Once the image is uploaded, the easiest way to insert it is to use the toolbar.

Click on the icon and you will be shown a list of available images.

Select an image and click Insert. The image will be inserted without options or alternative text.

Syntax

You give access to the uploaded image with the following syntax.

{{myimage.png}}

or

[[Upload:myimage.png]]

will inline the image.

{{myimage.png|this is the alt text for my image}}

inlines the image with an alternative text.

[[some link|{{myimage.png}}]]

if you click on the image, will goto "some link"

[[some link|{{myimage.png|alt text}}]]

same with alternative

[[http://example.com/|{{myimage.png}}]]

same as above: picture links to url

[[http://example.com/|{{myimage.png|alt text}}]]

same with alternative

Upload:myimage.png

shows a plain link

[[Upload:myimage.png | my image]]

shows the image under a link named "my image".

For Mediawiki compatibility, the keyword Upload: can be replaced by File: or Image:.

Options

Using the Upload: syntax, options are allowed to change the appearance:

[[Upload:myimage.png size=40x25 align=center]]

Separate options by spaces. The allowed options are the following:

  • size: width "x" height or num + "%"
  • align: string
  • border: number
  • hspace: number
  • vspace: number

URL images

You can also use "external" images by providing a URL.

In that case, you simply put the URL between double brackets or double curly brackets:

[[http://phpwiki.svn.sourceforge.net/viewvc/phpwiki/trunk/themes/default/images/poweredby_phpwiki_51x31.png]]

or

{{http://phpwiki.svn.sourceforge.net/viewvc/phpwiki/trunk/themes/default/images/poweredby_phpwiki_51x31.png}}

will give:

See Also



Our Founder
ToolboxClick to hide/show