Template:RoundBoxNext
From Wilderdom
- One of three parts
- This starts a new box with rounded corners (visible with selected browsers only) after the first box which was created with Template:RoundBoxTop.
This template can be combined with Template:RoundBoxNext and must conclude with Template:RoundBoxBottom.
Simple examples
Contents |
Theme 1: Tan (default)
This code:
{{RoundBoxTop}}
Test content using the default theme = 1.
{{RoundBoxNext}}
Test content for the second box also using the theme = 1.
{{RoundBoxBottom}}
produces this box:
|
Test content using the default theme = 1. |
|
Test content for the second box also using the theme = 1. |
Theme 2: Tan (default)
This code:
{{RoundBoxTop}}
Test content using the default theme = 1.
{{RoundBoxNext|theme=2}}
Test content for the second box using the theme = 2.
{{RoundBoxBottom}}
produces this box:
|
Test content using the default theme = 1. |
|
Test content for the second box using the theme = 2. |
