inital commit - Durchstich
This commit is contained in:
@@ -0,0 +1,74 @@
|
||||
There are twi sorts of links in More Wiki in a jar:
|
||||
# internal links to other pages in the wiki
|
||||
# external links to websites
|
||||
|
||||
To add an internal link, enclose the name of the page you want to link to in double square brackets. When you save the page, you'll see the new link pointing to your page. If the page exists already, it is displayed in blue, empty pages are displayed in red.
|
||||
|
||||
|
||||
== How to link ==
|
||||
{| border="2" width="100%" cellspacing="4" cellpadding="3" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AAAAAA; border-collapse:collapse;empty-cells:show;"
|
||||
|-
|
||||
|bgcolor="#8DA7D6" color="black"|'''Description'''
|
||||
|bgcolor="#8DA7D6" color="black"|'''You type'''
|
||||
|bgcolor="#8DA7D6" color="black"|'''You get'''
|
||||
|-
|
||||
|Internal link
|
||||
|<tt><nowiki>[[Main Page]]</nowiki></tt>
|
||||
|[[Main Page]]
|
||||
|-
|
||||
|Piped link
|
||||
|<tt><nowiki>[[Main Page|different text]]</nowiki></tt>
|
||||
|[[Main Page|different text]]
|
||||
|-
|
||||
|External link
|
||||
|<tt><nowiki>http://morewikiinajar.sourceforge.net/</nowiki></tt>
|
||||
|http://morewikiinajar.sourceforge.net/
|
||||
|-
|
||||
|External link,<br>different title
|
||||
|<tt><nowiki>[http://morewikiinajar.sourceforge.net/ More Wikie in a jar]</nowiki></tt>
|
||||
|[http://morewikiinajar.sourceforge.net/ More Wiki in a jar]
|
||||
|-
|
||||
|External link,<br>numbered
|
||||
|<tt><nowiki>[http://morewikiinajar.sourceforge.net/]</nowiki></tt>
|
||||
|[http://morewikiinajar.sourceforge.net/]
|
||||
|-
|
||||
|Anchor link
|
||||
|<tt><nowiki>[[#See also]]</nowiki></tt>
|
||||
|[[#See also]]
|
||||
|-
|
||||
|Anchor link,<br>different title
|
||||
|<tt><nowiki>[[#See also|A diffrent see also]]</nowiki></tt>
|
||||
|[[#See also|A diffrent see also]]
|
||||
|-
|
||||
|Anchor link at another page
|
||||
|<tt><nowiki>[[Help Tables#See also]]</nowiki></tt>
|
||||
|[[Help Tables#See also]]
|
||||
|-
|
||||
|Anchor link at another page,<br>different title
|
||||
|<tt><nowiki>[[Help Tables#See also|See also on Help Tables]]</nowiki></tt>
|
||||
|[[Help Tables#See also|See also on Help Tables]]
|
||||
<!--
|
||||
|-
|
||||
|Internal link to image file
|
||||
|<tt><nowiki>[[media:example.jpg]]</nowiki></tt>
|
||||
|[[media:example.jpg]]
|
||||
|-
|
||||
|Internal link to pdf file
|
||||
|<tt><nowiki>[[media:example.pdf]]</nowiki></tt>
|
||||
|[[media:example.pdf]]
|
||||
-->
|
||||
|}
|
||||
|
||||
== How to avoid auto-links ==
|
||||
|
||||
By default, when you write a URL as is, it will be transformed to an external link.
|
||||
|
||||
To avoid that effect, put the URL between <nowiki><nowiki></nowiki> start & end tags as in:
|
||||
<nowiki><nowiki>http://morewikiinajar.sourceforge.net/</nowiki></nowiki>
|
||||
|
||||
== See also ==
|
||||
* [[Help Formatting]]
|
||||
* [[Help Tables]]
|
||||
|
||||
[[tags: help]]
|
||||
|
||||
Reference in New Issue
Block a user