This commit is contained in:
parent
360c8e70b4
commit
ec2ff68c7f
59 changed files with 4673 additions and 90 deletions
|
@ -50,7 +50,7 @@
|
|||
<div class="collapse navbar-collapse float-end ms-1" id="navbar">
|
||||
English
|
||||
</div>
|
||||
<img src="../wikiicons/languages.png">
|
||||
<img src="../images/languages.png">
|
||||
</button>
|
||||
<ul class="dropdown-menu dropdown-menu-end dropdown-menu-lg-start" aria-labelledby="language-menu-top">
|
||||
|
||||
|
@ -165,7 +165,7 @@ Check the [[!google ikiwiki desc="google search for %s"]].
|
|||
</ul>
|
||||
|
||||
<p>To add a new shortcut, use the <code>shortcut</code>
|
||||
<span class="createlink">directive</span>. In the url, "%s" is replaced with the
|
||||
<a href="../ikiwiki/directive/">directive</a>. In the url, "%s" is replaced with the
|
||||
text passed to the named shortcut, after <a href="https://en.wikipedia.org/wiki/url%5Fencoding">url encoding</a>
|
||||
it, and '%S' is replaced with the raw, non-encoded text.
|
||||
Additionally, <code>%W</code> is replaced with the text encoded just right for
|
||||
|
@ -173,7 +173,7 @@ Wikipedia. The optional <code>desc</code> parameter controls the description of
|
|||
the link.</p>
|
||||
|
||||
<p>Remember that the <code>name</code> you give the shortcut will become a new
|
||||
<span class="createlink">directive</span>. Avoid using a <code>name</code> that conflicts
|
||||
<a href="../ikiwiki/directive/">directive</a>. Avoid using a <code>name</code> that conflicts
|
||||
with an existing directive. These directives also accept a <code>desc</code>
|
||||
parameter that will override the one provided at definition time.</p>
|
||||
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
<div class="collapse navbar-collapse float-end ms-1" id="navbar">
|
||||
Français
|
||||
</div>
|
||||
<img src="../wikiicons/languages.png">
|
||||
<img src="../images/languages.png">
|
||||
</button>
|
||||
<ul class="dropdown-menu dropdown-menu-end dropdown-menu-lg-start" aria-labelledby="language-menu-top">
|
||||
|
||||
|
@ -167,7 +167,7 @@ tracker</a> supports.</li>
|
|||
<li>shortcut arxiv points to <i>http://arxiv.org/abs/%s</i></li>
|
||||
</ul>
|
||||
|
||||
<p>To add a new shortcut, use the <code>shortcut</code> <span class="createlink">directive</span>. In the url,
|
||||
<p>To add a new shortcut, use the <code>shortcut</code> <a href="../ikiwiki/directive/">directive</a>. In the url,
|
||||
"%s" is replaced with the text passed to the named shortcut, after
|
||||
<a href="https://en.wikipedia.org/wiki/url%5Fencoding">url encoding</a> it, and '%S' is replaced with the raw,
|
||||
non-encoded text. Additionally, <code>%W</code> is replaced with the text encoded just
|
||||
|
@ -175,7 +175,7 @@ right for Wikipedia. The optional <code>desc</code> parameter controls the descr
|
|||
of the link.</p>
|
||||
|
||||
<p>N'oubliez pas que le paramètre <code>name</code> donné au raccourci devient une
|
||||
nouvelle <span class="createlink">directive</span>. Évitez de donner un nom qui entre en conflit
|
||||
nouvelle <a href="../ikiwiki/directive/">directive</a>. Évitez de donner un nom qui entre en conflit
|
||||
avec une directive existante. Ces directives acceptent aussi un paramètre
|
||||
<code>desc</code> qui primera celui fourni au moment de la définition du raccourci.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue