Aus EnzyklopAtys
Zeile 9: | Zeile 9: | ||
{{ #switch: {{{type|}}} | {{ #switch: {{{type|}}} | ||
| U=top:0; width:100%;background:#{{ColorAtys|group={{{palette}}}|type=light}};box-shadow: .2em .2em .4em rgba(0, 0, 0, .5);border:medium outset #{{ColorAtys|group={{{palette}}}|type=dark}}; border-radius:.5em;clear:both;text-align:center; | | U=top:0; width:100%;background:#{{ColorAtys|group={{{palette}}}|type=light}};box-shadow: .2em .2em .4em rgba(0, 0, 0, .5);border:medium outset #{{ColorAtys|group={{{palette}}}|type=dark}}; border-radius:.5em;clear:both;text-align:center; | ||
− | | u=top:0; width:100%;background:#{{ColorAtys|group={{{palette}}}|type=light}};box-shadow: .1em .1em .2em rgba(0, 0, 0, .8);border:thin outset #{{ColorAtys|group={{{palette}}}|type=dark}}; border-radius:.5em;clear:both; | + | | u=top:0; width:100%;background:#{{ColorAtys|group={{{palette}}}|type=light}};box-shadow: .1em .1em .2em rgba(0, 0, 0, .8);border:medium double rgba(0, 0, 0, .2); border-radius:.5em;clear:both;text-align:center; |
− | | R=float:right;width:33%; | + | | usav=top:0; width:100%;background:#{{ColorAtys|group={{{palette}}}|type=light}};box-shadow: .1em .1em .2em rgba(0, 0, 0, .8);border:thin outset #{{ColorAtys|group={{{palette}}}|type=dark}}; border-radius:.5em;clear:both; |
+ | | R=float:right; width:33%; margin-left: .1em; margin-right: 0; margin: 0; background:#{{ColorAtys|group={{{palette}}}|type=light}};box-shadow: .1em .2em .4em rgba(0, 0, 0, .5);border:medium outset #{{ColorAtys|group={{{palette}}}|type=dark}};border-radius:.5em; | ||
| r=margin-left:34%; background:#{{ColorAtys|group={{{palette}}}|type=bg}};border-radius:.5em;box-shadow: .1em .1em .2em rgba(0, 0, 0, .8);border:none; | | r=margin-left:34%; background:#{{ColorAtys|group={{{palette}}}|type=bg}};border-radius:.5em;box-shadow: .1em .1em .2em rgba(0, 0, 0, .8);border:none; | ||
− | | L=float:left;width:33%; margin-right: 1em; background:#{{ColorAtys|group={{{palette}}}|type=light}};box-shadow: .1em .2em .4em rgba(0, 0, 0, .5);border:medium outset #{{ColorAtys|group={{{palette}}}|type=dark}};border-radius:.5em; | + | | L=float:left;width:33%; margin-right: .1em; background:#{{ColorAtys|group={{{palette}}}|type=light}};box-shadow: .1em .2em .4em rgba(0, 0, 0, .5);border:medium outset #{{ColorAtys|group={{{palette}}}|type=dark}};border-radius:.5em; |
| l=margin-right:34%; ;background:#{{ColorAtys|group={{{palette}}}|type=bg}};border-radius:.5em;box-shadow: .1em .1em .2em rgba(0, 0, 0, .8);border:none; | | l=margin-right:34%; ;background:#{{ColorAtys|group={{{palette}}}|type=bg}};border-radius:.5em;box-shadow: .1em .1em .2em rgba(0, 0, 0, .8);border:none; | ||
| C=margin:auto;width:30%;background:#{{ColorAtys|group={{{palette}}}|type=light}};box-shadow: .1em .2em .4em rgba(0, 0, 0, .5);border:medium outset #{{ColorAtys|group={{{palette}}}|type=dark}}; border-radius:.5em;clear:both;text-align:center; | | C=margin:auto;width:30%;background:#{{ColorAtys|group={{{palette}}}|type=light}};box-shadow: .1em .2em .4em rgba(0, 0, 0, .5);border:medium outset #{{ColorAtys|group={{{palette}}}|type=dark}}; border-radius:.5em;clear:both;text-align:center; | ||
| c=margin:auto;width:30%;background:#{{ColorAtys|group={{{palette}}}|type=bg}};border-radius:.5em;box-shadow: .1em .1em .2em rgba(0, 0, 0, .8);border:none; | | c=margin:auto;width:30%;background:#{{ColorAtys|group={{{palette}}}|type=bg}};border-radius:.5em;box-shadow: .1em .1em .2em rgba(0, 0, 0, .8);border:none; | ||
− | | # | + | | #defaultSav=top:0; width:100%;background:#{{ColorAtys|group={{{palette}}}|type=bg}};border-radius:.5em;box-shadow: .1em .1em .2em rgba(0, 0, 0, .8);border:none;clear:both; |
+ | | #default=top:0; width:100%;background:#{{ColorAtys|group={{{palette}}}|type=bg}};box-shadow: .1em .1em .2em rgba(0, 0, 0, .8);border:medium double rgba(0, 0, 0, .2); border-radius:.5em;clear:both;text-align:center; | ||
}} | }} | ||
"> | "> | ||
Zeile 38: | Zeile 40: | ||
}} | }} | ||
</div> | </div> | ||
− | <noinclude>{{{{FULLPAGENAME}}/Documentation}}[[ | + | <noinclude>{{{{FULLPAGENAME}}/Documentation}}[[Category:Templates]]</noinclude> |
Version vom 4. November 2020, 15:47 Uhr
Usage of the TheBigBox template
Syntaxis
{{TheBigBox|type=type|title=title|image=image|palette=palette|content=content|align=text-align}}
- type:box type for the detailed section below.
- title:the title bar. If it is empty, then there is no bar.
- image:icon for the title. If it is empty, then the Ryzom logo.
- palette:chose a color in the chart color of Atys
- content:content of the section. Keep mind: some bugs when parsing wikis commands.
- align eneral alignment of the text in the box. The values are left, center, right, justify. If empty, the alignment takes the default value assigned to the box. Note that the text in this box has been manually aligned in HTML
<div align="left">...</div>
. "'The reason is basically due to an error in the bullet lists.
"type" values
Types for boxes that occupy the entire width of the box containing them:
- U= full width, thick relief, colored background, centered text by default.
- u o by default= full width, thin relief, pastel background, centered text by default.
Types for small floating boxes in the box containing them:
- On the left
- L= 1/3 of the width, floats to the left of the page, thick relief, colored background, left-aligned text by default.
- l(lowercase L)= 2/3 of the width, floats to the left of the page, clear relief, pastel background, left-aligned text by default.
- In the center
- C= 1/3 of the width, page centered, thick relief, colored background, left-aligned text by default.
- c= 1/3 of the width, page centered, fine relief, pastel background, left-aligned text by default.
- To the right
- R= 1/3 of the width, floats to the right of the page, thick relief, colored background, left-aligned text by default.
- r= 2/3 of the width, floats to the right of the page, clear relief, pastel background, left-aligned text by default.
← U type of box without "image"
A very useful U model without content to realign floating boxes, and below without title
c (lower case) type of box
C (upper case) type of box
{{TheBigBox |title= A title|image=R2_scenario_admin.png}}
ᐁgives thatᐁ
A title
{{TheBigBox |type=U}}
ᐁgives thatᐁ
{{TheBigBox}}
ᐁgives thatᐁ
L type of box, fyros palette
r type of box, fyros palette
r type of box
R type of box, matis palette
l (L lower case) type of box, matis palette
Then chain on the one(s) on the left, always without space or empty line between the "template".
Sed ut tum ad senem senex de senectute, sic hoc libro ad amicum amicissimus scripsi de amicitia. Tum est Cato locutus, quo erat nemo fere senior temporibus illis, nemo prudentior; nunc Laelius et sapiens (sic enim est habitus) et amicitiae gloria excellens de amicitia loquetur. Tu velim a me animum parumper avertas, Laelium loqui ipsum putes. C. Fannius et Q. Mucius ad socerum veniunt post mortem Africani; ab his sermo oritur, respondet Laelius, cuius tota disputatio est de amicitia, quam legens te ipse cognosces.l (L lower case) type of box
No type, ranger palette
Sed ut tum ad senem senex de senectute, sic hoc libro ad amicum amicissimus scripsi de amicitia. Tum est Cato locutus, quo erat nemo fere senior temporibus illis, nemo prudentior; nunc Laelius et sapiens (sic enim est habitus) et amicitiae gloria excellens de amicitia loquetur. Tu velim a me animum parumper avertas, Laelium loqui ipsum putes. C. Fannius et Q. Mucius ad socerum veniunt post mortem Africani; ab his sermo oritur, respondet Laelius, cuius tota disputatio est de amicitia, quam legens te ipse cognosces.
l (L lower case) type of box
No type, tryker palette
R type of box
No type, zorai palette
R type of box
l (L lower case) type of box