×
Create a new article
Write your page title here:
We currently have 5 articles on World of T-Shirts Wiki. Type your article name above or click on one of the titles below and start writing!



World of T-Shirts Wiki

Template:Box: Difference between revisions

m Protected "Template:Box": Archived Template ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
m 5 revisions imported: importing from nova online wiki
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
<noinclude>{{Protected|Archived template, Do not use. Use [[Template:Ambox]] instead.}}</noinclude>
<noinclude>{{Protected|Archived template, Do not use. Use [[Template:Mbox]] instead. Use [[Template:Ambox]] for individual sections.}}</noinclude>
{| style="background:{{{background|{{{bg|#FFFFFF}}}}}}; border:1px solid {{{border|#000000}}}; border-top:8px solid {{{border_head|{{{head_bg|{{{border|#000000}}}}}}}}}; color:{{{color|#000}}}; width:100%; max-width:{{{width|618}}}px; margin:0 auto 16px;"
{| style="background:{{{background|{{{bg|#FFFFFF}}}}}}; border:1px solid {{{border|#000000}}}; border-top:8px solid {{{border_head|{{{head_bg|{{{border|#000000}}}}}}}}}; color:{{{color|#000}}}; width:100%; max-width:{{{width|618}}}px; margin:0 auto 16px;"
|- style="vertical-align:top;"
|- style="vertical-align:top;"

Latest revision as of 18:10, 19 July 2024

File:Gabriel Gage.jpeg
This is a title.

This is where information goes.

This template is a metatemplate used to create various box templates. The format for using this template is as follows:

{{Box}} Displays:


File:Gabriel Gage.jpeg
This is a title.

This is where information goes.

Default Parameters[edit source]

  • title - The box title. Default: "I am a box"
  • text - The box text. Default: "I cram key points into a nutshell."
  • image - The image on the left of the box. Default: "delayclose.jpg"
    • img_border - CSS rule for the border around the image. Default: no border
    • img_width - The image's desired width in pixels. Default: 90 pixels
  • border - Colour for the box border. Default: "#B6A3BF"
    • border_top (formerly head_bg) - Colour of the box head. Default: Same as border
  • background (formerly bg) - Background colour of the box. Default: "#FCF5FF"
  • width - Width of the box. Default: 618 pixels
  • color - Text color for the box text. Default: black

Note that you can use sRGB (rgb(255, 0, 0)), Hex triplet (#FF0000), or the name of the color (red) when entering colors in the template.