Hyperlink |
Syntax |
Comment |
internal link |
WikiName |
CamelCase page name |
internal free link |
[[free link]] |
any page name |
internal link to sub page |
/SubPage or [[/sub page]] |
|
internal link to sister page |
../SisterPage or [[../sister|link text]] |
|
internal link with linktext |
[[SomePage|some Page]] |
|
link to attachment |
[[attachment:a image.png]] |
links to attachment image |
external link |
http://example.net |
|
external link with linktext |
[[http://example.net|example site]] |
|
border of internal link |
WikiName``s |
2 backticks - for when a WikiName ends in the middle of a word |
avoid an internal link |
!WikiName |
configurable function |
Transclusion/Embedding |
Syntax |
Comment |
embed an attached graphics |
{{attachment:a image.png}} |
show attachment image |
embed an attached graphics |
{{attachment:a image.png|alt text}} |
show attachment image, with alt text |
embed an attached graphics |
{{attachment:a image.png|alt text|align="position"}} |
shows attached image, with position can be top, middle, bottom, right or left |
external graphics |
{{http://example.net/image.png}} |
shows target image |
external graphics |
{{http://example.net/image.png|alt text}} |
shows target image, with alt text |
external graphics |
{{http://example.net/image.png|alt text|align="position"}} |
shows target image, with position can be top, middle, bottom, right or left |