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