]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/zh/pgsrc/RedirectToPlugin
added chinese locale, sf.net patch #934100 by Yan-ren Tsai (druryl)
[SourceForge/phpwiki.git] / locale / zh / pgsrc / RedirectToPlugin
1 Date: Sat, 15 Feb 2003 15:46:58 -0800
2 Mime-Version: 1.0 (Produced by PhpWiki 1.3.4pre)
3 Content-Type: application/x-phpwiki;
4   pagename=RedirectToPlugin;
5   pgsrc_version="1 $Revision: 1.1 $";
6   flags="";
7   lastmodified=1045352818;
8   markup=2;
9   charset=UTF-8
10 Content-Transfer-Encoding: binary
11
12 RedirectToPlugin 用來重導向使用者到另外一個頁面. 換句話說,它為其他頁面創造
13 了一個 _alias_ (別名).
14
15 ! Arguments
16
17 一次只能使用這些引數中的其中一個.
18
19 page |
20   重導向的目的頁面.
21 href |
22   重導向到外部 URL. 重導向到外部頁面只能用在已鎖定頁面上.
23   (如果 URL 包含有趣的字元,你可能得用雙引號將 URL 包起來.)
24
25 ! Caveats
26
27 RedirectToPlugin 必須處於頁面的一開頭. 此外也會使得頁面的其他內容無法被存取.
28
29 ! Example
30
31 要製作一個連到 HomePage 的別名,就在頁面最上面放上:
32 <verbatim>
33 <?plugin RedirectTo page="HomePage" ?>
34 </verbatim>
35
36 要看這個範例的話,請參訪 HomePageAlias.
37 -----
38 PhpWikiDocumentation