Template:Portal panel: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
test
Fixed width.
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-color: {{{border}}};|border-size: 0px;}}">{{{1}}}</div></includeonly>
<div class="portal-panel" style="{{ #if: {{{background|}}} | background-color: {{{background}}};|}} {{#if: {{{border}}}|border-color: {{{border}}};|border-width: 0px;}}">{{{1}}}</div></includeonly>

Revision as of 01:48, 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.