Template:Location map many
表示
| Luaモジュールを使用しています: |
一つの地図に対して複数のマーカーを記入するテンプレートです。
マーカーが一つだけの場合は{{Location map}}を、無制限に設置する場合は{{Location map+}}を使います。
使用法
{{Location map many
| {{{1}}}
| width =
| float =
| border =
| caption =
| alt =
| relief =
| AlternativeMap =
<!--一つ目のマーカー-->
| label1 = <!-- or: label -->
| label1_size = <!-- or: label_size -->
| position1 = <!-- or: position, pos1, pos -->
| background1 = <!-- or: background, bg1, bg -->
| mark1 = <!-- or: mark -->
| mark1size = <!-- or: marksize -->
| link1 = <!-- or: link -->
| coordinates1= <!-- {{coord|...}}--><!-- or: coordinates-->
<!--二つ目のマーカー-->
| label2 =
| label2_size =
| label2_width=
| position2 = <!-- or: pos2 -->
| background2 = <!-- or: bg2 -->
| mark2 =
| mark2size =
| link2 =
| coordinates2= <!-- {{coord| }} -->
<!--三つ目のマーカー-->
}}
|
例
{{Location map many | Japan Kansai
| width = 300
| float = right
| caption = 関西地方
| label1 = [[大阪府]]
| position1 = bottom
| coordinates1= {{Titled coords| 大阪府 }}
| label2 = [[兵庫県]]
| position2 = left
| coordinates2= {{Titled coords| 兵庫県 }}
| label3 = [[滋賀県]]
| coordinates3= {{Titled coords| 滋賀県 }}
| label4 = [[奈良県]]
| coordinates4= {{Titled coords| 奈良県 }}
| label5 = [[和歌山県]]
| position5 = bottom
| coordinates5= {{Titled coords| 和歌山県 }}
| label6 = [[京都府]]
| position6 = left
| coordinates6= {{Titled coords| 京都府 }}
}}