ModEnc is currently in Maintenance Mode: Changes could occur at any given moment, without advance warning.

Difference between revisions of "Template:BigHorizontalBar"

From ModEnc
Jump to: navigation, search
(css'd)
(Not in the mood for image fixing now)
Line 1: Line 1:
{|width="100%" class="table_biggreybar"
+
<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}}}
!{{{1}}}
+
</div><noinclude>
|-
+
==Usage==
|{{{2}}}
+
<pre>{{BigHorizontalBar|HEADLINE|TEXT}}}</pre>
|}
+
Copy-paste the code above and replace <code>HEADLINE</code> with the headling of your bar and <code>TEXT</code> with what the bar should say. Use this template to create new headlined horizontal bar templates.
<noinclude>Usage:
 
<pre>{{BigHorizontalBar|Headline|Text}}</pre>
 
Copy-paste the code above and replace "Headline" with your desired headline, and "Text" with your desired text. Creates a standardized big h-bar as seen in [[Template:NeedTesting]].<br>
 
  
 
+
===Optional Parameters===
'''Example:'''<br>
+
*'''image''' - name of an image to put next to the text.
<pre>{{BigHorizontalBar|Big H-Bar Example|All H-Bars can be called by template - you don't need to hardcode them}}</pre>
+
*'''align''' - on which side of the text the image resides. Defaults to ''left''.
gives
+
*'''width''' - width of the image. Defaults to 40px.
{{BigHorizontalBar|Big H-Bar Example|All H-Bars can be called by template - you don't need to hardcode them}}
+
*'''height''' - minimum height of the div.</noinclude>
</noinclude>
 

Revision as of 16:02, 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.