跳转到内容

模組:CGroup/Airport

维基百科,自由的百科全书

这是本页的一个历史版本,由MStargazer留言 | 贡献2014年11月25日 (二) 09:01 (內容擴充)编辑。这可能和当前版本存在着巨大的差异。

以下為公共转换组Module:CGroup/Airport的內容。

描述:航空港

本页面没有类似于NoteTA的数量限制。 請自行修改分類名。

使用說明

加入轉換公共組

在NoteTA樣板中加入公共轉換組G1=Airport(也可以是G2G3…視情況而定)。範例:

{{NoteTA
|G1= Airport
|T = 轉換條目
|1 = …
|2 = …
.
.
.
}}

重定向模組

return require( '需重定向之模組' );

加入公共組新轉換

插入以下代碼: <source lang=lua { type = 'item', original = '原文名稱', rule = 'zh-cn:中国大陆; zh-sg:新加坡; zh-tw:臺灣; zh-hk:香港; zh-mo:澳門;' }, </source>

以下為轉換清單:

相關設施

  • 原文:airport terminal;大陆:航站楼;臺灣:航廈;香港:客運大樓;当前显示为:航站楼
  • 原文:boarding gate;大陆:登机闸口;臺灣:登機門;香港:登機閘口;当前显示为:登机闸口
  • 原文:boarding pass;大陆:登机牌;臺灣:登機證;香港:登機證;当前显示为:登机牌

各國空港

  • 原文:Chennai International Airport;大陆:金奈国际机场;臺灣:清奈國際機場;香港:清奈國際機場;当前显示为:金奈国际机场
  • 原文:ท่าอากาศยานสุวรรณภูมิ;大陆:素万那普机场;臺灣:蘇凡納布機場;当前显示为:素万那普机场

其他

return {
 
name = 'Airport',
description = '航空港',
content = {
 
{ type = 'text', text = [=[
[[Category:公共轉換組模板|{{SUBPAGENAME}}]]
 
本页面没有类似于NoteTA的数量限制。
請自行修改分類名。
 
== 使用說明 ==
=== 加入轉換公共組 ===
在NoteTA樣板中加入公共轉換組<code>G1=Airport</code>(也可以是<code>G2</code>、<code>G3</code>…視情況而定)。範例:
<pre>{{NoteTA
|G1= Airport
|T = 轉換條目
|1 = …
|2 = …
.
.
.
}}</pre>

=== 重定向模組 ===
{{code|lang=lua|return require( '需重定向之模組' );}}

=== 加入公共組新轉換 ===
插入以下代碼:
<source lang=lua
{ type = 'item', original = '原文名稱', rule = 'zh-cn:中国大陆; zh-sg:新加坡; zh-tw:臺灣; zh-hk:香港; zh-mo:澳門;' },
</source>
 
以下為轉換清單:
== 相關設施 ==
]=] },
{ type = 'item', original = 'airport terminal', rule = 'zh-cn:航站楼; zh-tw:航廈; zh-hk:客運大樓;' },
{ type = 'item', original = 'boarding gate', rule = 'zh-cn:登机闸口; zh-tw:登機門; zh-hk:登機閘口;' },
{ type = 'item', original = 'boarding pass', rule = 'zh-cn:登机牌; zh-tw:登機證; zh-hk:登機證;' },
{ type = 'text', text = [[

== 各國空港 ==
]] },
{ type = 'item', original = 'Chennai International Airport', rule = 'zh-cn:金奈国际机场; zh-tw:清奈國際機場; zh-hk:清奈國際機場;' },
{ type = 'item', original = 'ท่าอากาศยานสุวรรณภูมิ', rule = 'zh-cn:素万那普机场; zh-tw:蘇凡納布機場;' },
{ type = 'text', text = [[

== 其他 ==
]] },
{ type = 'text', text = [[

]] },
 
},
}