diff options
Diffstat (limited to 'public/help/hr/wiki_syntax_detailed.html')
-rw-r--r-- | public/help/hr/wiki_syntax_detailed.html | 22 |
1 files changed, 20 insertions, 2 deletions
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> |