Template:Box more/doc

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
Description
This template makes an additional yellow box, as the next part of a two column box by default which is started by {{Box start}}.
Syntax
{{Box more|<borderpx=>|<boxcolor=>|<boxwidth=>|<bkgndcolor=>|<bordercolor=>|<textcolor=>}}
Type {{Box more}} after {{Box start}}, then whatever you would like inside the box, then, if you want more boxes, {{Box more}} and whatever you want in the next box, ended by {{Boxes end}}.
Parameters
You can add more boxes, but you need to change the boxwidth= which defaults to 50%.
Sample output
{{Box start}}
''First box text''
{{Box more}}
Second box text
{{Boxes end}}
gives...

First box text

Second box text

{{Box start}}
''First box text''
{{Box more|boxcolor=red}}
Second box text
{{Boxes end}}
gives...

First box text

Second box text

{{Box start}}
''First box text''
{{Box more|boxcolor=green}}
Second box text
{{Boxes end}}
gives...

First box text

Second box text

{{Box start}}
''First box text''
{{Box more|boxcolor=blue}}
Second box text
{{Boxes end}}
gives...

First box text

Second box text

{{Box start}}
''First box text''
{{Box more|boxcolor=gray}}
Second box text
{{Boxes end}}
gives...

First box text

Second box text

{{Box start}}
''First box text''
{{Box more|bkgndcolor=#880|textcolor=#ffff00}}
Second box light text dark background
{{Boxes end}}
gives...

First box text

Second box light text dark background

{{Box start|boxwidth=33%}}
''First box text''
{{Box more|boxwidth=33%}}
Second box text
{{Box more|boxwidth=33%}}
Third box text
{{Boxes end}}
gives...

First box text

Second box text

Third box text

{{Box start|boxwidth=25%}}
''First box text''
{{Box more|boxwidth=25%}}
Second box text
{{Box more|boxwidth=25%}}
Third box text
{{Box more|boxwidth=25%}}
Fourth box text
{{Boxes end}}
gives...

First box text

Second box text

Third box text

Fourth box text

See also