Sandbox

From The Urban Dead Wiki
Revision as of 02:05, 7 August 2009 by Lariat2301 (talk | contribs)
Jump to navigationJump to search
The Sandbox
This page is for practice editing, so that you can learn how to format pages without breaking anyone else's work.
Feel free to edit or delete anything below this box.

Usage

{{UserTemplate|
align=alignment| (left, center or right)
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:

  • align: left
  • 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}}