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/cs | |
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/cs')
-rw-r--r-- | public/help/cs/wiki_syntax_detailed.html | 20 |
1 files changed, 19 insertions, 1 deletions
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> |