တမ်းပလိတ်:Infobox bridge/doc: တည်းဖြတ်မှု မူကွဲများ

"{{Documentation subpage}} <includeonly>{{i..." အစချီသော စာလုံးတို့နှင့် စာမျက်နှာကို ဖန်တီးလိုက်သည်
 
အရေးမကြီးNo edit summary
 
စာကြောင်း ၂ -
<includeonly>{{intricate template}}</includeonly>
<!-- Categories go at the bottom of this page and interwikis go in Wikidata. -->
{{Lua|Module:Infobox|Module:InfoboxImage|Module:Location map|Module:Check for unknown parameters}}
 
== အသုံးပြုပုံ ==
{{Parameter names example | alt | architect | begin | builder | caption | carries | child | clearance_above | clearance_below | closed | collapsed | complete | contracted_designer | coordinates | cost | crosses | depth | design | designer | electrification | embed | engineering | extra | fabricator | followed | height | heritage | id | id_type | image | image_size | image_upright | inaugurated | lanes | length | life | load | locale | mainspan | maint | map_alt | map_caption | map_dot_label | map_image | map_relief | map_size | map_type= | map_upright | material | material1 | material2 | name | named_for | native_name | native_name_lang | num_track | number_spans | official_name | open | os_grid_reference | other_name | owner | piers_in_water | preceded | rebuilt | replaces | replaced_by | structure_gauge | toll | towpath | track_gauge | traffic | traversable | website | width | winner }}
{{Infobox bridge
{{Parameter names example | name=Using location map | coordinates={{coord|0|0|type:landmark|display=inline}} | extra | map_type=Earth | map_dot_label | map_caption }}
| bridge_name = {{{bridge_name}}}
| native_name = {{{native_name}}}
| native_name_lang = {{{native_name_lang}}}
| image = {{{image}}}
| image_size = {{{image_size}}}
| alt = {{{alt}}}
| caption = {{{caption}}}
| official_name = {{{official_name}}}
| other_name = {{{other_name}}}
| carries = {{{carries}}}
| crosses = {{{crosses}}}
| locale = {{{locale}}}
| owner = {{{owner}}}
| maint = {{{maint}}}
| id = {{{id}}}
| id_type = ID number
| website = {{{website}}}
| architect = {{{architect}}}
| designer = {{{designer}}}
| engineering = {{{engineering}}}
| winner = {{{winner}}}
| contracted_designer = {{{contracted_designer}}}
| design = {{{design}}}
| material = {{{material}}}
| length = {{{length}}}
| width = {{{width}}}
| height = {{{height}}}
| mainspan = {{{mainspan}}}
| spans = {{{spans}}}
| pierswater = {{{pierswater}}}
| load = {{{load}}}
| clearance = {{{clearance}}}
| below = {{{below}}}
| life = {{{life}}}
| builder = {{{builder}}}
| fabricator = {{{fabricator}}}
| begin = {{{begin}}}
| complete = {{{complete}}}
| cost = {{{cost}}}
| open = {{{open}}}
| inaugurated = {{{inaugurated}}}
| toll = {{{toll}}}
| traffic = {{{traffic}}}
| preceded = {{{preceded}}}
| followed = {{{followed}}}
| heritage = {{{heritage}}}
| collapsed = {{{collapsed}}}
| closed = {{{closed}}}
| replaces = {{{replaces}}}
| map_cue = {{{map_cue}}}
| map_image = {{{map_image}}}
| map_alt = {{{map_alt}}}
| map_text = {{{map_text}}}
| map_width = {{{map_width}}}
| coordinates = {{{lat}}} and {{{long}}}
| extra = {{{extra}}}
| references = {{{references}}}
}}
 
အောက်ပါစာသားများအား ကူးယူ၍ ဆောင်းပါးတွင် ထည့်သွင်းပါ။
<pre style="overflow:auto">
{{Infobox bridge
| bridge_namename =
| native_name =
| native_name_lang =
| image =
| image_sizeimage_upright =
| alt =
| caption =
| coordinates = <!-- {{Coord}} -->
| official_name =
| other_name os_grid_reference =
| carries =
| crosses =
| locale =
| owner official_name =
| maint other_name =
| idnamed_for = =
| id_typeowner = =
| websitemaint =
| architectheritage =
| designerid =
| engineeringid_type =
| winnerwebsite =
| preceded =
| followed =
| design =
| material =
| material1 =
| material2 =
| length =
| width =
| height =
| depth =
| traversable =
| towpath =
| mainspan =
| number_spans =
| piers_in_water =
| load =
| clearance_above =
| clearance_below =
| lanes =
| life =
| num_track =
| track_gauge =
| structure_gauge =
| electrification =
| architect =
| designer =
| contracted_designer =
| designwinner =
| materialengineering =
| lengthbuilder =
| width fabricator =
| heightbegin =
| mainspancomplete =
| spanscost =
| pierswateropen = <!-- or | opening = -->
| load inaugurated =
| clearancerebuilt =
| below collapsed =
| lifeclosed =
| builderreplaces =
| fabricatorreplaced_by =
| begintraffic =
| completetoll =
| cost map_type =
| open map_relief =
| inauguratedmap_dot_label =
| toll map_image =
| trafficmap_size =
| precededmap_alt =
| followedmap_caption =
}}
| heritage =
</pre>
| collapsed =
| closed =
| replaces =
| map_cue =
| map_image =
| map_alt =
| map_text =
| map_width =
| lat =
| long =
| extra =
| references =
}}</pre>
 
== ရှင်းလင်းချက် ==
Line ၂၄၇ ⟶ ၂၀၅:
 
===Map and coordinates===
It's usually not necessary to useUse the <code>coordinates=</code> parameter with {{tl|Coord}} to specify latitude and longitude. See the documentation for the Coord template for details on usage.
*The latitude and longitude of the bridge may be specified:
**in decimal degrees, using <code>lat=</code> and <code>long=</code> OR
**in degrees/minutes/seconds, using <code>latd=</code>, <code>latm=</code>, <code>lats=</code>, <code>latNS=</code>, <code>longd=</code>, <code>longm=</code>, <code>longs=</code>, and <code>longEW=</code>.
*To suppress the display coordinates at the top of the page, set <code>coordinates_display=inline</code>.
*The ISO 3166-1 alpha-2 or ISO 3166-2 region code can set using the <code>coordinates_region=</code> parameter.
 
One advantage of omitting the <code>coordinates=</code> parameter is that you can display a {{tl|Location map}} without duplicating coordinates.
 
<pre style="overflow:auto">
{{Infobox bridge
...
| latdcoordinates = <!-- ''latitude'' degrees{{Coord}} -->
| latm = <!-- ''latitude'' minutes -->
| lats = <!-- ''latitude'' seconds -->
| latNS = <!-- latitude: S=south, N=north (default) -->
| longd = <!-- ''longitude'' degrees -->
| longm = <!-- ''longitude'' minutes -->
| longs = <!-- ''longitude'' seconds -->
| longEW = <!-- longitude: W=west, E=east (default) -->
| coordinates_display = <!-- non-blank to display coordinates at the top of the page. -->
| coordinates_region = <!-- coordinates region code. -->
| map_type = <!-- Location name used for Template:Location map -->
| map_relief = yes<!-- Use the relief map, if it exists -->
Line ၂၇၆ ⟶ ၂၁၈:
}}
</pre>
:Parameters to specify coordinates in degrees, minutes, and seconds of arc:
<pre style="overflow: auto">
{{Infobox bridge
...
| latd = <!-- ''latitude'' degrees -->
| latm = <!-- ''latitude'' minutes -->
| lats = <!-- ''latitude'' seconds -->
| latNS = <!-- latitude: S=south, N=north (default) -->
| longd = <!-- ''longitude'' degrees -->
| longm = <!-- ''longitude'' minutes -->
| longs = <!-- ''longitude'' seconds -->
| longEW = <!-- longitude: W=west, E=east (default) -->
...
}}
</pre>
:Parameters to specify coordinates in |decimal degrees:
<pre style="overflow: auto">
{{Infobox bridge
...
| lat = <!-- ''latitude'' (decimal format; enter negative numbers for southern latitude) -->
| long = <!-- ''longitude'' (decimal format; enter negative numbers for western longitude) -->
...
}}
</pre>
 
Note: coordinates in decimal degrees are sensitive to extra whitespace in the parameters:
*Incorrect: <code>| long = - 123.45</code>
*Correct: <code>| long = -123.45</code>
 
== နမူနာ ==
Line ၃၂၁ ⟶ ၂၃၅:
| complete = ၁၉ ဇန်နဝါရီ ၁၉၃၂
| open = ၁၉ မတ် ၁၉၃၂
| coordinates = {{coord|33|51|8|S|151|12|38|E|region:AU-NSW_type:landmark|display = inline}}
}}
<pre style="overflow: auto;">
Line ၃၃၈ ⟶ ၂၅၃:
| complete = ၁၉ ဇန်နဝါရီ ၁၉၃၂
| open = ၁၉ မတ် ၁၉၃၂
| coordinates = {{coord|33|51|8|S|151|12|38|E|region:AU-NSW_type:landmark|display = inline}}
}}
</pre>