Template:Map Hex: Difference between revisions

Content deleted Content added
Created page with "<templatestyles src="HexCSS" /> <div class="hexagon" style="background-color:#ffaaaa"></div>"
 
No edit summary
Line 1: Line 1:
<templatestyles src="HexCSS" />
<templatestyles src="HexCSS" />


<div class="hexagon" style="background-color:#ffaaaa"></div>
<div class="hexagon" style="background-color:{{{backgroundcolor}}}"></div>

{{{backgroundcolor}}}

<noinclude>
<templatedata>
{
"params": {
"backgroundcolor": {
"type": "content",
"default": "#aaaaaa"
}
}
}
</templatedata>
</noinclude>