Template:Portal panel: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
test
fixed
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
[[Category:Portal Templates]]
[[Category:Portal Templates]]
</noinclude><includeonly>
</noinclude><includeonly>
<div class="portal-panel" style="{{ #if: {{{background|}}} | background-color: {{{background}}};|}} {{#if: {{{border}}}|border-color: {{{border}}};|}}">{{{1}}}</div></includeonly>
<div class="portal-panel" style="{{ #if: {{{background|}}} | background-color: {{{background}}};|}} {{#if: {{{border|}}}|border-color: {{{border}}};|border-width: 0px;}}">{{{1}}}</div></includeonly>

Latest revision as of 01:55, 15 February 2013

Background for regions that contain portals. Has one positional argument: the actual text. Uses the following parameters:

  • background​: The background color. If not specified, there is no background color.
  • border​: The border color. If not specified, there is no border.