Jump to content

Template:Roundy: Difference between revisions

From Kanzenshuu Dragon Ball Wiki
Hujio (talk | contribs)
m Protected "Template:Roundy" (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite))
Hujio (talk | contribs)
mNo edit summary
Line 6: Line 6:
* <code><nowiki>
* <code><nowiki>
{| style=border: 2px solid #000000; {{roundy}}
{| style=border: 2px solid #000000; {{roundy}}
| Informational text with the default border radius of 10 pixels.
| Informational text with a default border radius of 10 pixels.
|}</nowiki></code>
|}</nowiki></code>
{| style="border: 2px solid #000000; margin: 15px 30px 15px; {{roundy}}"
{| style="border: 2px solid #000000; margin: 15px 30px 15px; {{roundy}}"
|-
|-
| Informational text with the default border radius of 10 pixels.
| Informational text with a default border radius of 10 pixels.
|}
|}
* <code><nowiki>
* <code><nowiki>

Revision as of 17:45, 23 January 2015

This template has been developed to allow users to more easily incorporate CSS styling into articles and pages.

The {{round}} template should be used to create rounded borders, and must be included within the element's style tag. The element must already have either a background or border in order for the template to work properly. If no border radius parameter is included, the template will default to a 10 pixel radius.

Examples:

  • {| style=border: 2px solid #000000; {{roundy}} | Informational text with a default border radius of 10 pixels. |}
Informational text with a default border radius of 10 pixels.
  • {| style="border: 2px solid #CC0000; {{roundy|5px}}" | Informational text with a border radius of 5 pixels. |}
Informational text with a border radius of 5 pixels.