summaryrefslogtreecommitdiffstats
path: root/public/help
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2014-12-24 12:27:45 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2014-12-24 12:27:45 +0000
commitcc43ae099ac6dfa3219ca5eecb6ce3111f1a016e (patch)
tree06ceb67a003bab2e7fa5efce4af7605cfd864d84 /public/help
parentbfd811304601edbc3c17edc1259a1029c230726d (diff)
downloadredmine-cc43ae099ac6dfa3219ca5eecb6ce3111f1a016e.tar.gz
redmine-cc43ae099ac6dfa3219ca5eecb6ce3111f1a016e.zip
Adds News and Forum link documentation (#13497).
Patch by Matt Wiseley. git-svn-id: http://svn.redmine.org/redmine/trunk@13795 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/help')
-rw-r--r--public/help/ar/wiki_syntax_detailed.html22
-rw-r--r--public/help/az/wiki_syntax_detailed.html22
-rw-r--r--public/help/bg/wiki_syntax_detailed.html22
-rw-r--r--public/help/bs/wiki_syntax_detailed.html22
-rw-r--r--public/help/ca/wiki_syntax_detailed.html22
-rw-r--r--public/help/cs/wiki_syntax_detailed.html20
-rw-r--r--public/help/da/wiki_syntax_detailed.html22
-rw-r--r--public/help/de/wiki_syntax_detailed.html22
-rw-r--r--public/help/el/wiki_syntax_detailed.html22
-rw-r--r--public/help/en-gb/wiki_syntax_detailed.html22
-rw-r--r--public/help/en/wiki_syntax_detailed.html22
-rw-r--r--public/help/es/wiki_syntax_detailed.html22
-rw-r--r--public/help/et/wiki_syntax_detailed.html22
-rw-r--r--public/help/eu/wiki_syntax_detailed.html22
-rw-r--r--public/help/fa/wiki_syntax_detailed.html22
-rw-r--r--public/help/fi/wiki_syntax_detailed.html22
-rw-r--r--public/help/fr/wiki_syntax_detailed.html20
-rw-r--r--public/help/gl/wiki_syntax_detailed.html22
-rw-r--r--public/help/he/wiki_syntax_detailed.html22
-rw-r--r--public/help/hr/wiki_syntax_detailed.html22
-rw-r--r--public/help/hu/wiki_syntax_detailed.html22
-rw-r--r--public/help/id/wiki_syntax_detailed.html22
-rw-r--r--public/help/it/wiki_syntax_detailed.html22
-rw-r--r--public/help/ja/wiki_syntax_detailed.html20
-rw-r--r--public/help/ko/wiki_syntax_detailed.html22
-rw-r--r--public/help/lt/wiki_syntax_detailed.html22
-rw-r--r--public/help/lv/wiki_syntax_detailed.html22
-rw-r--r--public/help/mk/wiki_syntax_detailed.html22
-rw-r--r--public/help/mn/wiki_syntax_detailed.html22
-rw-r--r--public/help/nl/wiki_syntax_detailed.html22
-rw-r--r--public/help/no/wiki_syntax_detailed.html22
-rw-r--r--public/help/pl/wiki_syntax_detailed.html22
-rw-r--r--public/help/pt-br/wiki_syntax_detailed.html22
-rw-r--r--public/help/pt/wiki_syntax_detailed.html22
-rw-r--r--public/help/ro/wiki_syntax_detailed.html22
-rw-r--r--public/help/ru/wiki_syntax_detailed.html19
-rw-r--r--public/help/sk/wiki_syntax_detailed.html22
-rw-r--r--public/help/sl/wiki_syntax_detailed.html22
-rw-r--r--public/help/sq/wiki_syntax_detailed.html22
-rw-r--r--public/help/sr-yu/wiki_syntax_detailed.html22
-rw-r--r--public/help/sr/wiki_syntax_detailed.html22
-rw-r--r--public/help/sv/wiki_syntax_detailed.html22
-rw-r--r--public/help/th/wiki_syntax_detailed.html22
-rw-r--r--public/help/tr/wiki_syntax_detailed.html22
-rw-r--r--public/help/uk/wiki_syntax_detailed.html22
-rw-r--r--public/help/vi/wiki_syntax_detailed.html22
-rw-r--r--public/help/zh-tw/wiki_syntax_detailed.html20
-rw-r--r--public/help/zh/wiki_syntax_detailed.html22
48 files changed, 955 insertions, 90 deletions
diff --git a/public/help/ar/wiki_syntax_detailed.html b/public/help/ar/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/ar/wiki_syntax_detailed.html
+++ b/public/help/ar/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/az/wiki_syntax_detailed.html b/public/help/az/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/az/wiki_syntax_detailed.html
+++ b/public/help/az/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/bg/wiki_syntax_detailed.html b/public/help/bg/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/bg/wiki_syntax_detailed.html
+++ b/public/help/bg/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/bs/wiki_syntax_detailed.html b/public/help/bs/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/bs/wiki_syntax_detailed.html
+++ b/public/help/bs/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/ca/wiki_syntax_detailed.html b/public/help/ca/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/ca/wiki_syntax_detailed.html
+++ b/public/help/ca/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/cs/wiki_syntax_detailed.html b/public/help/cs/wiki_syntax_detailed.html
index 011f5188c..18a2abf30 100644
--- a/public/help/cs/wiki_syntax_detailed.html
+++ b/public/help/cs/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Příspěvky diskuzního fóra:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (odkaz na příspěvek s ID 1218)</li>
</ul></li>
</ul>
@@ -136,9 +145,18 @@
<ul>
<li><strong>project#3</strong> (odkaz na projekt s ID 3)</li>
<li><strong>project:projekt_test</strong> (odkaz na projekt pojmenovaný "projekt_test")</li>
+ <li><strong>project:"projekt test"</strong> (odkaz na projekt pojmenovaný "projekt test")</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/da/wiki_syntax_detailed.html b/public/help/da/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/da/wiki_syntax_detailed.html
+++ b/public/help/da/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/de/wiki_syntax_detailed.html b/public/help/de/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/de/wiki_syntax_detailed.html
+++ b/public/help/de/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/el/wiki_syntax_detailed.html b/public/help/el/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/el/wiki_syntax_detailed.html
+++ b/public/help/el/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/en-gb/wiki_syntax_detailed.html b/public/help/en-gb/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/en-gb/wiki_syntax_detailed.html
+++ b/public/help/en-gb/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/en/wiki_syntax_detailed.html b/public/help/en/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/en/wiki_syntax_detailed.html
+++ b/public/help/en/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/es/wiki_syntax_detailed.html b/public/help/es/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/es/wiki_syntax_detailed.html
+++ b/public/help/es/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/et/wiki_syntax_detailed.html b/public/help/et/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/et/wiki_syntax_detailed.html
+++ b/public/help/et/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/eu/wiki_syntax_detailed.html b/public/help/eu/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/eu/wiki_syntax_detailed.html
+++ b/public/help/eu/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/fa/wiki_syntax_detailed.html b/public/help/fa/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/fa/wiki_syntax_detailed.html
+++ b/public/help/fa/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/fi/wiki_syntax_detailed.html b/public/help/fi/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/fi/wiki_syntax_detailed.html
+++ b/public/help/fi/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/fr/wiki_syntax_detailed.html b/public/help/fr/wiki_syntax_detailed.html
index a08876aea..732820cba 100644
--- a/public/help/fr/wiki_syntax_detailed.html
+++ b/public/help/fr/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Messages du forum:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (Lien vers le message dont l'id est 1218)</li>
</ul></li>
</ul>
@@ -136,9 +145,18 @@
<ul>
<li><strong>project#3</strong> (Lien vers le projet dont l'id est 3)</li>
<li><strong>project:unprojet</strong> (Lien vers le projet nommé "unprojet")</li>
+ <li><strong>project:"un projet"</strong> (use double quotes if project name contains spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Eviter ces lien:</p>
diff --git a/public/help/gl/wiki_syntax_detailed.html b/public/help/gl/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/gl/wiki_syntax_detailed.html
+++ b/public/help/gl/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/he/wiki_syntax_detailed.html b/public/help/he/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/he/wiki_syntax_detailed.html
+++ b/public/help/he/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/hr/wiki_syntax_detailed.html b/public/help/hr/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/hr/wiki_syntax_detailed.html
+++ b/public/help/hr/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/hu/wiki_syntax_detailed.html b/public/help/hu/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/hu/wiki_syntax_detailed.html
+++ b/public/help/hu/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/id/wiki_syntax_detailed.html b/public/help/id/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/id/wiki_syntax_detailed.html
+++ b/public/help/id/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/it/wiki_syntax_detailed.html b/public/help/it/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/it/wiki_syntax_detailed.html
+++ b/public/help/it/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/ja/wiki_syntax_detailed.html b/public/help/ja/wiki_syntax_detailed.html
index 91471f348..764de82be 100644
--- a/public/help/ja/wiki_syntax_detailed.html
+++ b/public/help/ja/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>フォーラムのメッセージ:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (id 1218のメッセージへのリンク)</li>
</ul></li>
</ul>
@@ -136,9 +145,18 @@
<ul>
<li><strong>project#3</strong> (id 3のプロジェクトへのリンク)</li>
<li><strong>project:someproject</strong> ("someproject"という名前のプロジェクトへのリンク)</li>
+ <li><strong>project:"some project"</strong> (use double quotes if project name contains spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>エスケープ:</p>
diff --git a/public/help/ko/wiki_syntax_detailed.html b/public/help/ko/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/ko/wiki_syntax_detailed.html
+++ b/public/help/ko/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/lt/wiki_syntax_detailed.html b/public/help/lt/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/lt/wiki_syntax_detailed.html
+++ b/public/help/lt/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/lv/wiki_syntax_detailed.html b/public/help/lv/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/lv/wiki_syntax_detailed.html
+++ b/public/help/lv/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/mk/wiki_syntax_detailed.html b/public/help/mk/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/mk/wiki_syntax_detailed.html
+++ b/public/help/mk/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/mn/wiki_syntax_detailed.html b/public/help/mn/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/mn/wiki_syntax_detailed.html
+++ b/public/help/mn/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/nl/wiki_syntax_detailed.html b/public/help/nl/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/nl/wiki_syntax_detailed.html
+++ b/public/help/nl/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/no/wiki_syntax_detailed.html b/public/help/no/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/no/wiki_syntax_detailed.html
+++ b/public/help/no/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/pl/wiki_syntax_detailed.html b/public/help/pl/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/pl/wiki_syntax_detailed.html
+++ b/public/help/pl/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/pt-br/wiki_syntax_detailed.html b/public/help/pt-br/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/pt-br/wiki_syntax_detailed.html
+++ b/public/help/pt-br/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/pt/wiki_syntax_detailed.html b/public/help/pt/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/pt/wiki_syntax_detailed.html
+++ b/public/help/pt/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/ro/wiki_syntax_detailed.html b/public/help/ro/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/ro/wiki_syntax_detailed.html
+++ b/public/help/ro/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/ru/wiki_syntax_detailed.html b/public/help/ru/wiki_syntax_detailed.html
index c5a3216cb..52788d778 100644
--- a/public/help/ru/wiki_syntax_detailed.html
+++ b/public/help/ru/wiki_syntax_detailed.html
@@ -150,6 +150,15 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Сообщения форума:
<ul>
<li><strong>message#1218</strong> (ссылка на сообщение с id 1218)</li>
@@ -161,6 +170,16 @@
<ul>
<li><strong>project#3</strong> (ссылка на проект с id 3)</li>
<li><strong>project:someproject</strong> (ссылка на проект "someproject")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
</ul></li>
</ul>
diff --git a/public/help/sk/wiki_syntax_detailed.html b/public/help/sk/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/sk/wiki_syntax_detailed.html
+++ b/public/help/sk/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/sl/wiki_syntax_detailed.html b/public/help/sl/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/sl/wiki_syntax_detailed.html
+++ b/public/help/sl/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/sq/wiki_syntax_detailed.html b/public/help/sq/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/sq/wiki_syntax_detailed.html
+++ b/public/help/sq/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/sr-yu/wiki_syntax_detailed.html b/public/help/sr-yu/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/sr-yu/wiki_syntax_detailed.html
+++ b/public/help/sr-yu/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/sr/wiki_syntax_detailed.html b/public/help/sr/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/sr/wiki_syntax_detailed.html
+++ b/public/help/sr/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/sv/wiki_syntax_detailed.html b/public/help/sv/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/sv/wiki_syntax_detailed.html
+++ b/public/help/sv/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/th/wiki_syntax_detailed.html b/public/help/th/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/th/wiki_syntax_detailed.html
+++ b/public/help/th/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/tr/wiki_syntax_detailed.html b/public/help/tr/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/tr/wiki_syntax_detailed.html
+++ b/public/help/tr/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/uk/wiki_syntax_detailed.html b/public/help/uk/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/uk/wiki_syntax_detailed.html
+++ b/public/help/uk/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/vi/wiki_syntax_detailed.html b/public/help/vi/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/vi/wiki_syntax_detailed.html
+++ b/public/help/vi/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>
diff --git a/public/help/zh-tw/wiki_syntax_detailed.html b/public/help/zh-tw/wiki_syntax_detailed.html
index 4bff71691..8a7655fdc 100644
--- a/public/help/zh-tw/wiki_syntax_detailed.html
+++ b/public/help/zh-tw/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>論壇訊息:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (連結至編號 1218 的訊息)</li>
</ul></li>
</ul>
@@ -136,9 +145,18 @@
<ul>
<li><strong>project#3</strong> (連結至編號為 3 的專案)</li>
<li><strong>project:someproject</strong> (連結至名稱為 "someproject" 的專案)</li>
+ <li><strong>project:"some project"</strong> (use double quotes if project name contains spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>逸出字元:</p>
diff --git a/public/help/zh/wiki_syntax_detailed.html b/public/help/zh/wiki_syntax_detailed.html
index 0049db314..dc26a2b1e 100644
--- a/public/help/zh/wiki_syntax_detailed.html
+++ b/public/help/zh/wiki_syntax_detailed.html
@@ -125,8 +125,17 @@
</ul>
<ul>
+ <li>Forums:
+ <ul>
+ <li><strong>forum#1</strong> (link to forum with id 1</li>
+ <li><strong>forum:Support</strong> (link to forum named Support)</li>
+ <li><strong>forum:"Technical Support"</strong> (use double quotes if forum name contains spaces)</li>
+ </ul></li>
+ </ul>
+
+ <ul>
<li>Forum messages:
- <ul>
+ <ul>
<li><strong>message#1218</strong> (link to message with id 1218)</li>
</ul></li>
</ul>
@@ -135,10 +144,19 @@
<li>Projects:
<ul>
<li><strong>project#3</strong> (link to project with id 3)</li>
- <li><strong>project:someproject</strong> (link to project named "someproject")</li>
+ <li><strong>project:some-project</strong> (link to project with name or slug of "some-project")</li>
+ <li><strong>project:"Some Project"</strong> (use double quotes for project name containing spaces)</li>
</ul></li>
</ul>
+ <ul>
+ <li>News:
+ <ul>
+ <li><strong>news#2</strong> (link to news item with id 2)</li>
+ <li><strong>news:Greetings</strong> (link to news item named "Greetings")</li>
+ <li><strong>news:"First Release"</strong> (use double quotes if news item name contains spaces)</li>
+ </ul></li>
+ </ul>
<p>Escaping:</p>