Template:Box1 start/doc: Difference between revisions
From BoyWiki
New page: :This template starts a blue box, as the first part of a two column box. ;Syntax :Type <code>{{tl|Box1 start}}</code>, then whatever you would like inside the first box, then <code>{{tl|Bo... |
No edit summary |
||
Line 20: | Line 20: | ||
{{Boxes end}} | {{Boxes end}} | ||
</pre> | </pre> | ||
{{Box1 start}} | |||
First box text | |||
{{Box2 start}} | |||
Second box text | |||
{{Boxes end}} |
Revision as of 15:10, 28 December 2012
- This template starts a blue box, as the first part of a two column box.
- Syntax
- Type
{{Box1 start}}
, then whatever you would like inside the first box, then
{{Box2 start}}
and whatever you want in the second box, ended by
{{Boxes end}}
.
- Sample output
{{Box1 start}} First box text {{Boxes end}}
- gives...
First box text |
{{Box1 start}} First box text {{Box2 start}} Second box text {{Boxes end}}
First box text |
Second box text |