Template:Portal panel: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Area for portal boxes.
 
Adding an explicit border color.
Line 2: Line 2:
Background for regions that contain portals. Has one positional argument: the actual text. Uses the following parameters:
Background for regions that contain portals. Has one positional argument: the actual text. Uses the following parameters:


{{param|background}}: The background color. If not specified, there is no background color.
* {{param|background}}: The background color. If not specified, there is no background color.
* {{param|border}}: The border color. If not specified, there is no border.


[[Category:Portal Templates]]
[[Category:Portal Templates]]
</noinclude><includeonly>
</noinclude><includeonly>
<div class="portal-panel" {{ #if: {{{background|}}} | style="background: {{{background}}}"|}}>{{{1}}}</div></includeonly>
<div class="portal-panel" style="{{ #if: {{{background|}}} | background-color: {{{background}}};|}} {{#if:{{{border}}}|border-color: {{{border}}};|border-size: 0px;}}">{{{1}}}</div></includeonly>

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