Sandbox: Difference between revisions

From The Urban Dead Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<noinclude><!-- DO NOT EDIT THIS LINE! -->{{Sandboxwarning}}__NOTOC__[[Category:Wiki Resources]]<!-- DO NOT EDIT THIS LINE! --></noinclude>
<noinclude><!-- DO NOT EDIT THIS LINE! -->{{Sandboxwarning}}__NOTOC__[[Category:Wiki Resources]]<!-- DO NOT EDIT THIS LINE! --></noinclude>
<includeonly>{| align="center" style="margin: {{{margintopbottom|auto}}} {{{marginleftright|inherit}}}; border: {{{borderwidth|2px}}} {{{borderstyle|solid}}} {{{bordercolor|black}}}; width: {{{width|250px}}}; padding: {{{padding|auto}}}; background: {{{background|auto}}}; font-size: {{{fontsize|auto}}}"
<includeonly>{| align="{{{align|left}}}" style="margin: {{{margintopbottom|auto}}} {{{marginleftright|inherit}}}; border: {{{borderwidth|2px}}} {{{borderstyle|solid}}} {{{bordercolor|black}}}; width: {{{width|250px}}}; padding: {{{padding|auto}}}; background: {{{background|auto}}}; font-size: {{{fontsize|auto}}}"
|rowspan="2" style="padding: {{{imagepadding|auto}}}" |[[Image:{{{image}}}|{{{imagewidth|60px}}}]]||style="background: {{{headerbackground|black}}}; color: {{{headercolor|white}}}; font-size: {{{headerfontsize|85%}}}; line-height: {{{headerlineheight|16px}}}; text-align: {{{headeralign|center}}}; width: 100%; height: {{{headerheight|auto}}}"|{{{headertext}}}
|rowspan="2" style="padding: {{{imagepadding|auto}}}" |[[Image:{{{image}}}|{{{imagewidth|60px}}}]]||style="background: {{{headerbackground|black}}}; color: {{{headercolor|white}}}; font-size: {{{headerfontsize|85%}}}; line-height: {{{headerlineheight|16px}}}; text-align: {{{headeralign|center}}}; width: 100%; height: {{{headerheight|auto}}}"|{{{headertext}}}
|-
|-

Revision as of 02:05, 7 August 2009

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}}