Difference between revisions of "Template:Infobox Dutch Location"
Jump to navigation
Jump to search
m |
|||
(16 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
− | + | <noinclude> | |
− | + | == How to use this Template? == | |
− | + | For using this template, copy&paste the following code to the '''top''' of the Dutch city article you want to edit. You can delete unused parameters. To better understand how to use it see [[#Example|example]] bellow. You can also use [[:Template:Infobox Location]] instead. | |
− | + | <pre> | |
− | + | {{Infobox Dutch Location | |
− | + | |symbol = | |
− | + | |province = | |
− | + | |map = | |
− | + | |pop = | |
− | + | |motorways = | |
− | | | + | |BW = |
− | | | + | |hitchbase = |
− | + | |links = | |
− | | | + | }} |
− | | | + | </pre> |
− | ! | + | |
− | + | == Example == | |
+ | {| class="wikitable" | ||
+ | ! Code | ||
+ | ! Result | ||
|- | |- | ||
− | | | + | | <pre>{{Infobox Dutch Location |
− | |}<noinclude> | + | |map = <map lat='52.27' lng='6.79' zoom='12' /> |
− | + | |pop = 81250 | |
− | + | |province = Overijssel | |
− | [[Category: | + | |motorways = [[A1 (Netherlands)|A1]], [[A35 (Netherlands)|A35]] |
+ | }}</pre> | ||
+ | | {{Infobox Dutch Location | ||
+ | |name = Hengelo | ||
+ | |map = <map lat='52.27' lng='6.79' zoom='12' /> | ||
+ | |pop = 81250 | ||
+ | |province = Overijssel | ||
+ | |motorways = [[A1 (Netherlands)|A1]], [[A35 (Netherlands)|A35]] | ||
+ | }} | ||
+ | |} | ||
+ | </noinclude><includeonly>{{Infobox Location | ||
+ | |name = {{{name|}}} | ||
+ | |symbol = {{{symbol|}}} | ||
+ | |country = Netherlands | ||
+ | |subdivision_type = Province | ||
+ | |subdivision_name = {{{province|{{{state|}}}}}} | ||
+ | |subdivision_symbol = Flag_{{{province|{{{state}}}}}}.png | ||
+ | |map = {{{map|}}} | ||
+ | |pop = {{{pop|}}} | ||
+ | |motorways = {{{motorways|}}} | ||
+ | |BW = {{{BW|}}} | ||
+ | |hitchbase = {{{hitchbase|}}} | ||
+ | |links = {{{links|}}} | ||
+ | }}</includeonly><noinclude> | ||
+ | [[Category:Infoboxes]] | ||
+ | </noinclude> |
Latest revision as of 00:40, 26 November 2014
How to use this Template?
For using this template, copy&paste the following code to the top of the Dutch city article you want to edit. You can delete unused parameters. To better understand how to use it see example bellow. You can also use Template:Infobox Location instead.
{{Infobox Dutch Location |symbol = |province = |map = |pop = |motorways = |BW = |hitchbase = |links = }}
Example
Code | Result | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{Infobox Dutch Location |map = <map lat='52.27' lng='6.79' zoom='12' /> |pop = 81250 |province = Overijssel |motorways = [[A1 (Netherlands)|A1]], [[A35 (Netherlands)|A35]] }} |
|