<?xml version="1.0" encoding="utf-8"?><!DOCTYPE article  PUBLIC '-//OASIS//DTD DocBook XML V4.4//EN'  'http://www.docbook.org/xml/4.4/docbookx.dtd'><article><articleinfo><title>WikiCourse/17 External links</title></articleinfo><section><title>External links</title><para>You can, of course, also link to external content on the internet. </para><section><title>Input</title><screen><![CDATA[http://example.net/
]]><![CDATA[
[[http://moinmoin.in/|MoinMoin Wiki]]
]]><![CDATA[
ftp://example.org/pub/
]]><![CDATA[
{{http://static.moinmo.in/logos/moinmoin.png}}]]></screen></section><section><title>Display</title><para><ulink url="http://example.net/"/> </para><para><ulink url="http://moinmoin.in/">MoinMoin Wiki</ulink> </para><para><ulink url="ftp://example.org/pub/"/> </para><para><inlinemediaobject><imageobject><imagedata fileref="http://static.moinmo.in/logos/moinmoin.png"/></imageobject><textobject><phrase>http://static.moinmo.in/logos/moinmoin.png</phrase></textobject></inlinemediaobject> </para><para><inlinemediaobject><imageobject><imagedata depth="16" fileref="https://wiki.hcoop.net/moin_static1911/moniker_bt/img/idea.png" width="16"/></imageobject><textobject><phrase>(!)</phrase></textobject></inlinemediaobject> As you can see, <code>[[...]]</code> sets a link to the target, <code>{{...}}</code> embeds the target, which is especially useful for pictures. </para></section></section></article>