GetWiki:Custom Images
edit this, make it better, get wiki
With GetWiki, you can use custom images, thumbnails and thumbnails with caption links to enhance your articles. Below are some examples of image links, as implemented by the latest GetWiki release and version. Keep in mind that the portions of image code with pixel dimensions specified are ignored, in favour of image scaling, which is much easier to work with when editing. You need not worry what the pixel dimensions of images are, but how much you want to scale them to suit. GetWiki therefore looks for "scale:50" instead of "100px", for example. Image scaling defaults to 20%, if not otherwise specified.
Image Coding Examples
| image with caption
[[Image:Metaforum.gif|Forum for GetWiki]] |
|
| image without caption
[[Image:Metaforum.gif]] |
|
| thumbnail image with internal links
[[Image:Metaforum.gif|thumb|right|scale:50|[[Forum:Meta|Forum]] for [[GetWiki]]]] | |
| thumbnail image with external links
[[Image:Metaforum.gif|thumb|right|scale:50|[[wi:Forum|Forum]] for [http://www.getwiki.net GetWiki]]] | |
| thumbnail image with mixed links
[[Image:Metaforum.gif|thumb|right|scale:50|[[wi:Forum|Forum]] [[test|for]] [[GetWiki]]]] | |
| escaped thumbnail image with links
[[:Image:Metaforum.gif|thumb|right|scale:50|[[Test|Forum]] for [[GetWiki]]]] | Forum for GetWiki |
| escaped thumbnail image without links
[[:Image:Metaforum.gif|thumb|right|scale:50|Forum for GetWiki]] | Forum for GetWiki |
| escaped image without caption
[[:Image:Metaforum.gif]] | Image:Metaforum.gif |

