Benutzer:Tequila/Sandkasten: Unterschied zwischen den Versionen
K |
|||
(40 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
+ | <includeonly><div class="Infobox" style="background-color: #F4E6D2;"> | ||
+ | <div class="InfoboxTitel">{{{name}}}</div> | ||
+ | {{#if: {{{bild|}}} | <div class="InfoboxBild">[[Bild:{{{bild}}}{{!}}center{{!}}150px]]</div> }} | ||
+ | <div class="InfoboxAbschnitt">Hintergrund</div> | ||
+ | <div class="InfoboxZeileL">Ursprung</div><div class="InfoboxZeileR">{{#if: {{{ursprung|}}} | {{{ursprung}}} | Unbekannt }}</div><br style="clear:both;" /> | ||
+ | <div class="InfoboxZeileL">Einordnung</div><div class="InfoboxZeileR">{{#if: {{{einordnung|}}} | {{{einordnung}}} | Unbekannt }}</div><br style="clear:both;" /> | ||
+ | <div class="InfoboxZeileL">Glauben</div><div class="InfoboxZeileR">{{#if: {{{glauben|}}} | {{{glauben}}} | Unbekannt }}</div><br style="clear:both;" /> | ||
+ | <div class="InfoboxZeileL">Verbreitung</div><div class="InfoboxZeileR">{{#if: {{{verbreitung|}}} | {{{verbreitung}}} | Unbekannt }}</div><br style="clear:both;" /> | ||
+ | <div class="InfoboxZeile"><small>Die Informationen in dieser Box sind nicht zur Benutzung durch Helden im Spiel vorgesehen. Sie dienen nur rein informativen Zwecken für die Spieler/Spielleiter. Es ist kein Heldenwissen!</small></div> | ||
+ | </div></includeonly> | ||
<noinclude> | <noinclude> | ||
− | + | ||
− | + | {{Benutzer:Tequila/Sandkasten | |
− | + | |name=Testname | |
− | + | |bild=Leerwappen.png | |
− | + | |ursprung=aus einem ei | |
− | + | |einordnung=ganz oben | |
− | + | |glauben=römisch-katholisch | |
− | + | |verbreitung=gering | |
− | + | }} | |
− | + | ||
− | + | <pre> | |
− | } | + | .Infobox { |
+ | float: right; | ||
+ | width: 250px; | ||
+ | border: 1px solid #000; | ||
+ | border-width: 0 1px 1px 1px; | ||
+ | margin: 0px 0px 6px 6px; | ||
+ | } | ||
+ | |||
+ | .InfoboxTitel { | ||
+ | text-align: center; | ||
+ | font-size: 120%; | ||
+ | font-weight: bold; | ||
+ | border-top: 1px solid #000; | ||
+ | padding: 0.4em; | ||
+ | } | ||
+ | |||
+ | .InfoboxTitel span { | ||
+ | font-size: 90%; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | |||
+ | .InfoboxAbschnitt { | ||
+ | text-align: center; | ||
+ | font-weight: bold; | ||
+ | padding: 0.4em; | ||
+ | border-top: 1px solid #000; | ||
+ | } | ||
+ | |||
+ | .InfoboxZeileL { | ||
+ | font-weight: bold; | ||
+ | width: 88px; | ||
+ | padding: 6px; | ||
+ | float: left; | ||
+ | border-top: 1px solid #000; | ||
+ | } | ||
+ | |||
+ | .InfoboxZeileR { | ||
+ | padding: 6px; | ||
+ | float: right; | ||
+ | text-align: left; | ||
+ | width: 137px; | ||
+ | background-color: #fff; | ||
+ | border: 1px solid #000; | ||
+ | border-width: 1px 0 0 1px; | ||
+ | } | ||
+ | |||
+ | .InfoboxBild { | ||
+ | text-align: center; | ||
+ | padding: 6px 0px; | ||
+ | background-color: #fff; | ||
+ | border-top: 1px solid #000; | ||
+ | } | ||
+ | |||
+ | .InfoboxBild span { | ||
+ | font-size: 80%; | ||
+ | font-weight: bold; | ||
+ | } | ||
+ | </pre> | ||
</noinclude> | </noinclude> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Aktuelle Version vom 23. Juni 2009, 14:21 Uhr
Testname
Hintergrund
Ursprung
aus einem ei
Einordnung
ganz oben
Glauben
römisch-katholisch
Verbreitung
gering
Die Informationen in dieser Box sind nicht zur Benutzung durch Helden im Spiel vorgesehen. Sie dienen nur rein informativen Zwecken für die Spieler/Spielleiter. Es ist kein Heldenwissen!
.Infobox { float: right; width: 250px; border: 1px solid #000; border-width: 0 1px 1px 1px; margin: 0px 0px 6px 6px; } .InfoboxTitel { text-align: center; font-size: 120%; font-weight: bold; border-top: 1px solid #000; padding: 0.4em; } .InfoboxTitel span { font-size: 90%; font-weight: normal; } .InfoboxAbschnitt { text-align: center; font-weight: bold; padding: 0.4em; border-top: 1px solid #000; } .InfoboxZeileL { font-weight: bold; width: 88px; padding: 6px; float: left; border-top: 1px solid #000; } .InfoboxZeileR { padding: 6px; float: right; text-align: left; width: 137px; background-color: #fff; border: 1px solid #000; border-width: 1px 0 0 1px; } .InfoboxBild { text-align: center; padding: 6px 0px; background-color: #fff; border-top: 1px solid #000; } .InfoboxBild span { font-size: 80%; font-weight: bold; }