]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/zh/pgsrc/Help%2FRedirectToPlugin
Merge OldTextFormattingRules into TextFormattingRules; Rename _GroupInfo --> DebugGro...
[SourceForge/phpwiki.git] / locale / zh / pgsrc / Help%2FRedirectToPlugin
1 Date: Fri,  4 Feb 2011 16:58:00 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 Content-Type: application/x-phpwiki;
4   pagename=Help%2FRedirectToPlugin;
5   flags="";
6   lastmodified=1045352818;
7   charset=UTF-8
8 Content-Transfer-Encoding: binary
9
10 RedirectToPlugin 用來重導向使用者到另外一個頁面. 換句話說,它為其他頁面創造
11 了一個 _alias_ (別名).
12
13 ==== Arguments
14
15 一次只能使用這些引數中的其中一個.
16
17 page |
18   重導向的目的頁面.
19 href |
20   重導向到外部 URL. 重導向到外部頁面只能用在已鎖定頁面上.
21   (如果 URL 包含有趣的字元,你可能得用雙引號將 URL 包起來.)
22
23 ==== Caveats
24
25 RedirectToPlugin 必須處於頁面的一開頭. 此外也會使得頁面的其他內容無法被存取.
26
27 ==== Example
28
29 要製作一個連到 HomePage 的別名,就在頁面最上面放上:
30 {{{
31 <<RedirectTo page="HomePage" >>
32 }}}
33
34 要看這個範例的話,請參訪 HomePageAlias.
35
36 <noinclude>
37 ----
38 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
39 </noinclude>