Skip to content
Mark Junker edited this page Oct 25, 2024 · 2 revisions

Images

Images allow you to link to images hosted elsewhere and linked from the wiki.

Optional Parameters

The following parameters should be added at the end of the image url.

Name Description Range Default
height The height of the image px/pt/pc/in/mm/cm/%/em/ex None
width The width of the image px/pt/pc/in/mm/cm/%/em/ex None

Source Markup

[image:http://download.codeplex.com/download?ProjectName=WikiPlex&DownloadId=74720&Build=15321]
[image:WikiPlex Logo|http://download.codeplex.com/download?ProjectName=WikiPlex&DownloadId=74720&Build=15321]
[image:WikiPlex Logo|http://download.codeplex.com/download?ProjectName=WikiPlex&DownloadId=74720&Build=15321,height=50,width=150]

Rendered Markup


WikiPlex Logo
WikiPlex Logo

Hyperlinking Images

Images can be hyperlinked using the format below.

Source Markup

[image:<Friendly Name>|<image name or link to the image>|<URL pointed to by image>]

For example:

![My Image](Images_http://www.domain.com/myimage.jpg|http://www.domain.com)

Rendered Markup

WikiPlex

Wrapped Content

Images also allow you to wrap content around the left or right side of it.

Source Markup

<[image:http://download.codeplex.com/download?ProjectName=WikiPlex&DownloadId=74720&Build=15321] This content will flow around the image on the right hand side.
>[image:http://download.codeplex.com/download?ProjectName=WikiPlex&DownloadId=74720&Build=15321] This content will flow around the image on the left hand side.
Clone this wiki locally