Template:Map Hex: Difference between revisions

From Beacon Space
Content deleted Content added
No edit summary
No edit summary
Line 1: Line 1:
<templatestyles src="HexCSS" />
<templatestyles src="HexCSS" />
<div><div class="hextop" style="border-color:{{{backgroundcolor}}}"></div><div class="hexmid" style="background-color:{{{backgroundcolor}}}"></div><div class="hexbot" style="border-color:{{{backgroundcolor}}}"></div></div>
<div><div class="hextop" style="border-color:{{{backgroundcolor}}}"></div><div class="hexmid" style="background-color:{{{backgroundcolor}}}; font-color:{{{textcolor}}}">}{{#if:{{{system|}}} | [[{{{system}}}|{{{hex}}}\n{{{system}}}]] | {{{hex}}}}}</div><div class="hexbot" style="border-color:{{{backgroundcolor}}}"></div></div>
<noinclude>
<noinclude>
<templatedata>
<templatedata>
Line 8: Line 8:
"type": "content",
"type": "content",
"default": "#aaaaaa"
"default": "#aaaaaa"
},
"hex": {},
"system": {},
"textcolor": {
"default": "#ffffff"
}
}
}
},
"description": "textcolor"
}
}
</templatedata>
</templatedata>

Revision as of 08:20, 22 August 2020

}{{{hex}}}

<templatedata> { "params": { "backgroundcolor": { "type": "content", "default": "#aaaaaa" }, "hex": {}, "system": {}, "textcolor": { "default": "#ffffff" } }, "description": "textcolor" } </templatedata>