Utilizador:Daric Gaersmith/Sandbox/Gal
A UESPWiki – Sua fonte de The Elder Scrolls desde 1995
sandbox gal | |||||
|
Summary
This template creates a fancy box for use exclusively in userspace. It should not be used on any main UESP wiki articles. On implementing as part of a profile page layout, it is advisable to also use __NOEDITSECTION__
on the page.
Parameters
Daric Gaersmith/Sandbox | ||
---|---|---|
Parâmetero | Escopo | Descrição |
|
required | The title to appear in the top left corner of the box. It will automatically be converted to ALL CAPS. |
|
optional | This is the text to display within the body of the box. If omitted, it will be filled with Lorem Ipsum text. |
|
optional | Upper color for the blend fill on the outside edge of the box. Defaults to #9999ff. |
|
optional | Lower color for the blend fill on the outside edge of the box. Defaults to #333399. |
|
optional | Top and left border color on the outside edge of the box. Defaults to #000066. |
|
optional | Bottom and right border color on the outside edge of the box. Defaults to #6666cc. |
|
optional | Background color of the main content area of the box. Defaults to #eeeeff. |
|
optional | Font color for the title of the box. Defaults to #ffffff. |
Examples
Listing the parameters out vertically.
{{Box |titletext=Introduction |content=A very [[Lore:Daedra|daedric]] inspired box, in black and red. |c1=#ff0000 |c2=#000000 |bd=#000000 |bl=#ff0000 |fc=#888888 }}
You can also list the parameters on a single horizontal line, excluding the parameter names. However, if you intend to use complex wiki code in the content of the box, it is best to explicitly identify the content=
parameter.
{{User:Daric_Gaersmith/Sandbox/Gal|Introduction|An aquatic inspired box, in green and blue.|#33aa00|#05aa7d|#05aa7d|#33aa00}}