Template:Map

From Infobox Wiki
Jump to: navigation, search

Albania Austria Belgium Croatia Czech Republic England Spain France Germany Hungary Republic of Ireland Iceland Italy Northern Ireland Poland Portugal Romania Russia Switzerland Slovakia Sweden Turkey Ukraine Wales


Includes[edit source]

  • The map background is blank map of Europe .svg from Wikimedia. It does not require uploading to the wiki. Instead it is added to MediaWiki:Common.css. Giving it a class name of "europe", this is added to MediaWiki:Common.css
.europe {
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/0/05/Blank_map_of_Europe_%28without_disputed_regions%29.svg');
}
In the top row of the infobox, the class is included to retrieve the background
{| class="europe" style="..."
  • Country icons. They have been converted into 18px icon templates with hover country name


Example[edit source]

{| class="europe" style="position:relative; width:680px; height:520px; font-size:9px;" 
!
<span style="position:absolute; left:390px; top:435px">{{ALB}}</span>
<span style="position:absolute; left:335px; top:360px">{{AUT}}</span>
<span style="position:absolute; left:255px; top:320px">{{BEL}}</span>
<span style="position:absolute; left:355px; top:380px">{{CRO}}</span>
<span style="position:absolute; left:340px; top:330px">{{CZE}}</span>
<span style="position:absolute; left:214px; top:288px">{{ENG}}</span>
<span style="position:absolute; left:175px; top:435px">{{ESP}}</span>
<span style="position:absolute; left:235px; top:368px">{{FRA}}</span>
<span style="position:absolute; left:300px; top:315px">{{GER}}</span>
<span style="position:absolute; left:377px; top:362px">{{HUN}}</span>
<span style="position:absolute; left:169px; top:276px">{{IRL}}</span>
<span style="position:absolute; left:155px; top:118px">{{ISL}}</span>
<span style="position:absolute; left:320px; top:417px">{{ITA}}</span>
<span style="position:absolute; left:178px; top:257px">{{NIR}}</span>
<span style="position:absolute; left:368px; top:300px">{{POL}}</span>
<span style="position:absolute; left:123px; top:435px">{{POR}}</span>
<span style="position:absolute; left:425px; top:367px">{{ROU}}</span>
<span style="position:absolute; left:525px; top:170px">{{RUS}}</span>
<span style="position:absolute; left:282px; top:368px">{{SUI}}</span>
<span style="position:absolute; left:372px; top:341px">{{SVK}}</span>
<span style="position:absolute; left:325px; top:175px">{{SWE}}</span>
<span style="position:absolute; left:545px; top:420px">{{TUR}}</span>
<span style="position:absolute; left:465px; top:315px">{{UKR}}</span>
<span style="position:absolute; left:196px; top:292px">{{WAL}}</span>
|}