KTUGFaq
KTUG FAQ
The Tree of Learning bears the noblest fruit, but noble fruit tastes bad.
FrontPage › HelpOnLinking
[ÆíÁý]
URLs and Inline Images ¶
There are several way to insert external references[1] into the text:
- direct URL insertion; if the URL ends in an image extension (".gif", ".jpg" or ".png"), the URL is converted to an image tag.
- bracketed URLs.
- InterWiki links.
- email addresses.
- put a space after the URL.
- use the SixSingleQuotes escaping.
- put the URL into double quotes.
- use the bracketed URL syntax.
In addition to the standard schemes, there are MoinMoin-specific ones: wiki, attachment, inline, and drawing. "wiki" indicates an InterWiki link, so Frontpage and Frontpage are equivalent; you will normally prefer the shorter form, the "wiki" scheme becomes important when you use bracketed links, since there you always need a scheme. The other three schemes are related to file attachments and are explained on HelpOnActions/AttachFile.
When the configuration option bang_meta is set to true, you can surpress WikiName linking by putting an exclamation mark (bang) before the WikiName, i.e. WikiName. This is deactivated by default.
For more information on the possible markup, see HelpOnEditing. For details on how to link to subpages, see HelpOnEditing/SubPages.
[ÆíÁý]
Example ¶
* http://moin.sourceforge.net/ * [http://moin.sourceforge.net/] * [http://moin.sourceforge.net/ MoinMoin Sourceforge Homepage] * http://moin.sourceforge.net/moinmoin.gif * [http://moin.sourceforge.net/moinmoin.gif] * [http://moin.sourceforge.net/moinmoin.gif moinmoin.gif] * InterWiki * Self:InterWiki * MeatBall:InterWiki * wiki:MeatBall/InterWiki * [wiki:MeatBall/InterWiki] * [wiki:MeatBall/InterWiki InterWiki page on MeatBall] * jh@web.de * [#anchorname Anchor Link]