Template talk:Calgary federal electoral districts map
This template does not require a rating on Wikipedia's content assessment scale. It is of interest to the following WikiProjects: | |||||||||||||||||||||||||
|
Problem using this in infoboxes
[edit]There is a problem using this map template as an image parameter within {{Infobox Canada electoral district}}. For example, the infobox in Calgary East displays a stray "[[Image:" text above the map, and "|200px]]" below. That's presumably because the infobox builds the image string from separate infobox parameters, rather than from a whole image spec such as 200px. Either this map spec or the infobox needs to be fixed. Dl2000 (talk) 01:55, 16 October 2008 (UTC)
- After looking at a few things, it seemed more effective to fix {{Infobox Canada electoral district}}; a new imagemap parameter can be used to properly show the linkmaps, rather than the regular image parameter. Seems to work so far. Dl2000 (talk) 02:17, 16 October 2008 (UTC)
Centered?
[edit]Looking at the markup, it appears the intent is for the map to be centered:
<div style="position: relative; width:155px; align:center; border: none; margin-left:12px;">
But, align:center;
does not work with a block element such as <div>...</div>
. To center the map, we need to set margin:auto;
:
<div style="position: relative; width:155px; border: none; margin:auto;">
Sandbox version at {{Calgary federal electoral districts map/sandbox}}, testcases at Template:Calgary federal electoral districts map/testcases. ---— Gadget850 (Ed) talk 00:42, 24 June 2009 (UTC)
- Template-Class Elections and Referendums articles
- WikiProject Elections and Referendums articles
- Template-Class Canada-related articles
- NA-importance Canada-related articles
- Template-Class Geography of Canada articles
- NA-importance Geography of Canada articles
- All WikiProject Canada pages
- Template-Class Maps articles
- NA-importance Maps articles