diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-12-24 12:27:45 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2014-12-24 12:27:45 +0000 |
commit | cc43ae099ac6dfa3219ca5eecb6ce3111f1a016e (patch) | |
tree | 06ceb67a003bab2e7fa5efce4af7605cfd864d84 /public/help/zh | |
parent | bfd811304601edbc3c17edc1259a1029c230726d (diff) | |
download | redmine-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/zh')
-rw-r--r-- | public/help/zh/wiki_syntax_detailed.html | 22 |
1 files changed, 20 insertions, 2 deletions
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> |