]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - locale/zh/pgsrc/Help%2FPhpWeatherPlugin
Let us say this is PhpWiki 1.4.0
[SourceForge/phpwiki.git] / locale / zh / pgsrc / Help%2FPhpWeatherPlugin
1 Date: Fri,  4 Feb 2011 16:44:25 +0000
2 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0)
3 X-Rcs-Id: $Id$
4 Content-Type: application/x-phpwiki;
5   pagename=Help%2FPhpWeatherPlugin;
6   flags="";
7   markup=2;
8   charset=UTF-8
9 Content-Transfer-Encoding: binary
10
11 == Synopsis
12
13 ~PhpWeatherPlugin 是個 WikiPlugin, 他使用 PhpWeather 來顯示目前世界上
14 某些機場的氣象. 它看起來像是這樣:
15
16 <<PhpWeather menu=true >>
17
18 == Plugin Arguments
19
20 **menu**:
21   設定為 =true= 是讓 plugin 在報告之後產生選單. 使用者將可以從這個選單
22   去挑選國家,機場或語言. 預設值為 <tt>false</tt>.
23
24 **icao**:
25   使用這個引數來先行挑選機場,以替代預設機場 <tt>EKAH</tt>. 如果你想讓使
26   用者能用選單改變地方,那麼你得使用這樣的語法
27   {{{
28   <<PhpWeather menu=true icao||=EKYT >>
29   }}}
30   然後當使用者送出表單時,值將會被覆寫.如果你只用了
31   {{{
32   <<PhpWeather menu=true icao=EKYT >>
33   }}}
34   那麼,當使用者從清單挑選其他地方的時候,將不會有任何事情產生.
35
36 **cc**:
37   Specify the country code. You can use this if you want pre-select a
38   different country than the one specified in the ICAO. So using
39   {{{
40   <<PhpWeather menu=true cc||=GB icao||=KTTS >>
41   }}}
42   will show the current weather at the NASA Shuttle Facility, United
43   States (<tt>KTTS</tt>) and at the same time give the user a list of
44   stations in the United Kingdom. As the example shows, then you
45   should use <tt>cc||=XX</tt> when combining it with **menu** set to
46   <tt>true</tt>.
47
48 **language**:
49   The default language. When combining **language** with **menu** set
50   to <tt>true</tt> then remember to use the <code>language||=xx</code>
51   form.
52
53 **units**:
54   You can specify the way the units are printed. The choice is between
55   having both metric and imperial units printed, or just one of
56   them. Setting **units** to =both_metric= will print the metric value
57   first and then the imperial value in parenthesis. Using
58   =both_imperial= instead will do the opposite.
59
60   If you only need the metric or imperial units to be shown, then
61   setting **units** to =only_metric= or =only_imperial= will do just
62   that.
63
64 <noinclude>
65 ----
66 [[PhpWikiDocumentation]] [[CategoryWikiPlugin]]
67 </noinclude>