Template:InfoboxCity: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<noinclude> <templatedata> { "params": { "kingdom": { "type": "string", "autovalue": "kingdom" }, "image": { "type": "wiki-file-name", "autovalue": "", "default": "default.png" }, "name": { "type": "string", "suggestedvalues": [ "title" ] }, "title": {} }, "description": "A box for cities", "paramOrder": [ "name", "image", "title", "kingdom" ], "format": "block" } </templatedata> </noinclude> <div style=" float:...") |
No edit summary |
||
Line 1: | Line 1: | ||
[[div style="float:right; margin:0 0 1em 2em; margin-clear:right; width:320px; border:1; background:#eee8dc"]] | |||
[[table style="width:100%;background:#e0e0e0; color:#000000;margin:0; border:0;"]] | |||
[[row]] | |||
[[cell style="text-align:center;font-size:125%"]]**{$name}**[[/cell]] | |||
[[/row]] | |||
[[/table]] | |||
[[table style="width:100%;background:Gainsboro ;margin:0; border:0;"]] | |||
[[row]] | |||
[[cell style="text-align:center"]][[image {$image} style="margin:0; border:0;" width="310px" alt="{$name}"]][[/cell]] | |||
[[/row]] | |||
[[/table]] | |||
[[table style="width:100%;background:Gainsboro ;margin:0; border:0;"]] | |||
[[row]] | |||
[[cell style="text-align:center"]]**{$title}**[[/cell]] | |||
[[/row]] | |||
[[/table]] | |||
[[table style="background:Gainsboro;width:100%;margin:0; border:0;"]] | |||
[[row style="vertical-align:top"]] | |||
[[cell]] **Population:** [[/cell]] | |||
[[cell]]{$population}[[/cell]] | |||
[[/row]] | |||
[[row style="vertical-align:top"]] | |||
[[cell]] **Nation:** [[/cell]] | |||
[[cell]][[[wiki:{$nation}]]][[/cell]] | |||
[[/row]] | |||
[[/table]] | |||
[[/div]] |
Revision as of 04:14, 23 November 2023
div style="float:right; margin:0 0 1em 2em; margin-clear:right; width:320px; border:1; background:#eee8dc" table style="width:100%;background:#e0e0e0; color:#000000;margin:0; border:0;" row
cell style="text-align:center;font-size:125%"**{$name}**/cell
table style="width:100%;background:Gainsboro ;margin:0; border:0;" row
cell style="text-align:center"[[image {$image} style="margin:0; border:0;" width="310px" alt="{$name}"]]/cell /row
table style="width:100%;background:Gainsboro ;margin:0; border:0;" row
cell style="text-align:center"**{$title}**/cell /row
table style="background:Gainsboro;width:100%;margin:0; border:0;"
row style="vertical-align:top"
cell **Population:** /cell cell{$population}/cell /row
row style="vertical-align:top"
cell **Nation:** /cell cell[[[wiki:{$nation}]]]/cell /row