Template:UserTemplate

From The Urban Dead Wiki
Revision as of 04:26, 26 August 2006 by BobHammero (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Usage

{{UserTemplate|
margintopbottom=size|
marginleftright=size|
borderwidth=size|
borderstyle=style|
bordercolor=color|
width=size|
padding=size|
background=color|
fontsize=size|
imagepadding=size|
image=name|
imagewidth=size|
headerbackground=color|
headercolor=color|
headerfontsize=size|
headerlineheight=size|
headeralign=alignment|
headerheight=size|
headertext=text|
mainfontsize=size|
mainalign=alignment|
mainlineheight=size|
mainbackground=color|
maincolor=color|
mainpadding=size|
maintext=text}}

This template is the mother of all user box templates. Most of its attributes can be left out, and will assume default values:

  • margintopbottom: auto
  • marginleftright: inherit
  • borderwidth: 2px
  • borderstyle: solid
  • bordercolor: black
  • width: 250px
  • padding: auto
  • background: auto
  • fontsize: auto
  • imagepadding: auto
  • imagewidth: 60px
  • headerbackground: black
  • headercolor: white
  • headerfontsize: 85%
  • headerlineheight: 16px
  • headeralign: center
  • headerheight: auto
  • mainfontsize: xx-small
  • mainalign: center
  • mainlineheight: auto
  • mainbackground: auto
  • maincolor: auto
  • mainpadding: auto

This allows new users to easily create templates, and advanced users to exercise fine control over what the templates they create look like.

Examples

To create

Dead.gif My First Template
This is my first template!

just type

{{UserTemplate|headertext='''My First Template'''|maintext=This is my first template!|image=Dead.gif}}