This commit is contained in:
parent
360c8e70b4
commit
ec2ff68c7f
59 changed files with 4673 additions and 90 deletions
|
@ -95,10 +95,10 @@ msgstr "\n"
|
|||
|
||||
#. type: Plain text
|
||||
msgid ""
|
||||
"Directives are similar to a <span class="createlink">WikiLink</span> in form, except they begin "
|
||||
"Directives are similar to a <a href="../wikilink/">WikiLink</a> in form, except they begin "
|
||||
"with `!` and may contain parameters. The general form is:"
|
||||
msgstr ""
|
||||
"Les directives sont semblables aux <span class="createlink">WikiLink</span> mais elles "
|
||||
"Les directives sont semblables aux <a href="../wikilink/">WikiLink</a> mais elles "
|
||||
"commencent par un `!` et peuvent contenir des paramètres. La forme d'une "
|
||||
"directive est la suivante :"
|
||||
|
||||
|
@ -176,10 +176,10 @@ msgstr "\"baz\""
|
|||
#. type: Plain text
|
||||
msgid ""
|
||||
"ikiwiki also has an older syntax for directives, which requires a space in "
|
||||
"directives to distinguish them from <span class="createlink">wikilinks</span>. This "
|
||||
"directives to distinguish them from <a href="../wikilink/">wikilinks</a>. This "
|
||||
"syntax has several disadvantages: it requires a space after directives with "
|
||||
"no parameters (such as `\[[pagecount ]]`), and it prohibits spaces in "
|
||||
"<span class="createlink">wikilinks</span>. ikiwiki now provides the `!`-prefixed "
|
||||
"<a href="../wikilink/">wikilinks</a>. ikiwiki now provides the `!`-prefixed "
|
||||
"syntax shown above as default. However, ikiwiki still supports wikis using "
|
||||
"the older syntax, if the `prefix_directives` option is disabled."
|
||||
msgstr ""
|
||||
|
@ -187,7 +187,7 @@ msgstr ""
|
|||
"espace dans la directive pour les distinguer des [[wikilinks|ikiwiki/"
|
||||
"wikilink]]. Cette syntaxe a plusieurs défauts : elle demande un espace après "
|
||||
"une directive sans paramètre, comme `\[[pagecount ]]`, et elle interdit les "
|
||||
"espaces dans les <span class="createlink">wikilinks</span>. Par défaut, ikiwiki utilise "
|
||||
"espaces dans les <a href="../wikilink/">wikilinks</a>. Par défaut, ikiwiki utilise "
|
||||
"maintenant la syntaxe montrée plus haut, avec le `!`. Cependant, l'ancienne "
|
||||
"syntaxe est toujours acceptée, une fois que l'option `prefix_directives` est "
|
||||
"désactivée."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue