Jump to content

Template:BigHorizontalBar: Difference between revisions

From ModEnc²
en>Renegade
Not in the mood for image fixing now
en>Renegade
mNo edit summary
Line 1: Line 1:
<div style="background:#F0F0F0; border: 1px solid #DADADA; padding: 0.1em 0.3em 0.2em 0.3em; {{#if: {{{height|}}}|min-height: {{{height}}};}}">{{#if: {{{image|}}}|[[Image:{{{image}}}|{{{align|left}}}|{{{width|40px}}}]]}}<div style="text-align: center; font-size: large;">{{{1}}}</div>{{{2}}}
<div style="background:#F0F0F0; border: 1px solid #DADADA; padding: 0.1em 0.3em 0.2em 0.3em; {{#if: {{{height|}}}|min-height: {{{height}}};}}">{{#if: {{{image|}}}|[[Image:{{{image}}}|{{{align|left}}}|{{{width|40px}}}]]}}<div style="text-align: center; font-size: large;">{{{1}}}</div>{{{2}}}
</div><noinclude>
</div>{{clr}}<noinclude>
==Usage==
==Usage==
<pre>{{BigHorizontalBar|HEADLINE|TEXT}}}</pre>
<pre>{{BigHorizontalBar|HEADLINE|TEXT}}}</pre>

Revision as of 16:04, 14 April 2008

{{{1}}}
{{{2}}}


Usage

{{BigHorizontalBar|HEADLINE|TEXT}}}

Copy-paste the code above and replace HEADLINE with the headling of your bar and TEXT with what the bar should say. Use this template to create new headlined horizontal bar templates.

Optional Parameters

  • image - name of an image to put next to the text.
  • align - on which side of the text the image resides. Defaults to left.
  • width - width of the image. Defaults to 40px.
  • height - minimum height of the div.