diff options
Diffstat (limited to 'ikiwiki/wikilink/index.html')
-rw-r--r-- | ikiwiki/wikilink/index.html | 164 |
1 files changed, 164 insertions, 0 deletions
diff --git a/ikiwiki/wikilink/index.html b/ikiwiki/wikilink/index.html new file mode 100644 index 00000000000..a19bf9d4f01 --- /dev/null +++ b/ikiwiki/wikilink/index.html @@ -0,0 +1,164 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> + +<head> +<meta name="viewport" content="width=device-width, initial-scale=1.0" /> + +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<title>wikilink</title> + +<link rel="stylesheet" href="../../bootstrap/css/bootstrap.min.css" type="text/css" /> +<link rel="stylesheet" href="../../bootstrap/css/bootstrap-responsive.min.css" /> + +<link rel="stylesheet" href="../../local.css" type="text/css" /> + + + + +<meta name="robots" content="noindex, follow" /> +<style type="text/css"> +@media (max-width: 979px) { + .navbar-fixed-top { + position: fixed; + margin-left: 0px; + margin-right: 0px; + } +} +</style> +</head> +<body> + +<div class="container"> + + <div class="row-fluid"> + <div class="span12"> + <h1></h1> + + <ul class="breadcrumb"> + + <li><a href="../../">Arquivo Público de Memória Coletiva</a> <span class="divider">/</span> </li> + + <li><a href="../">ikiwiki</a> <span class="divider">/</span> </li> + + <li>wikilink</li> + <li><span class="divider">|</span> <a href="/meta">Meta</a></li> + <li><span class="divider">|</span> <a href="https://git.sarava.org/?p=arquivo.git;a=history;f=ikiwiki/wikilink.mdwn">History</a></li> + <li><span class="divider">|</span> <a href="/index.rss">Feed</a></li> + </ul> + </div> + </div> + + <div class="page row-fluid"> + + <div> + <div class="pageheader"> + <div class="header"> + <h1> + wikilink + + </h1> + + </div> + + </div> + + <div id="pagebody"> + + <div id="content"> + <p class="pagedate"> + <strong>Posted <span class="date">Qua 23 Jun 2010 15:23:09 BRT</span></strong> + </p> + <p>WikiLinks provide easy linking between pages of the wiki. To create a +<span class="selflink">WikiLink</span>, just put the name of the page to link to in double brackets. +For example <code>[[WikiLink]]</code>.</p> + +<p>If you ever need to write something like <code>[[WikiLink]]</code> without creating a +wikilink, just prefix it with a <code>\</code>, like <code>\[[WikiLink]]</code>.</p> + +<p>There are some special <a href="../subpage/linkingrules/">LinkingRules</a> that come into play when +linking between <a href="../subpage/">SubPages</a>.</p> + +<p>WikiLinks are matched with page names in a case-insensitive manner, so you +don't need to worry about getting the case the same, and can capitalise +links at the start of a sentence, and so on.</p> + +<p>It's also possible to write a WikiLink that uses something other than the page +name as the link text. For example <code>[[foo_bar|SandBox]]</code> links to the SandBox +page, but the link will appear like this: <a href="../../sandbox/">foo bar</a>.</p> + +<p>To link to an anchor inside a page, you can use something like +<code>[[WikiLink#foo]]</code> .</p> + +<p>If the file linked to by a WikiLink looks like an image, it will +be displayed inline on the page.</p> + +<hr /> + +<p>You can also put an url in a WikiLink, to link to an external page. +Email addresses can also be used to generate a mailto link.</p> + + </div> + + <hr /> + + + + + + </div> + + <div id="footer" class="pagefooter"> + + <div id="pageinfo"> + + + + + <div id="backlinks"> + Links: + + <a href="../directive/">directive</a> + + <a href="../formatting/">formatting</a> + + <a href="../">ikiwiki</a> + + <a href="../markdown/">markdown</a> + + <a href="../../sandbox/">sandbox</a> + + <a href="../../smileys/">smileys</a> + + <a href="../subpage/linkingrules/">subpage/linkingrules</a> + + + </div> + + + + + + + <!--<div class="pagedate"> + Last edited <span class="date">Qua 23 Jun 2010 15:23:09 BRT</span> + </div> --> + + </div> + + + <!-- from Arquivo Público de Memória Coletiva --> + </div> + + </div> + + <div class="span4"> + + + + </div> + + </div> +</div> + +</body> +</html> |