Template:Map Hex: Difference between revisions

From Beacon Space
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>

Revision as of 06:25, 22 August 2020

{{{backgroundcolor}}}


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