Vorlage:Test: Unterschied zwischen den Versionen

Aus Shadowhelix
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(16 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
<noinclude><!-- Diesen Eintrag bitte nicht löschen! -->
<noinclude><!-- Diesen Eintrag bitte nicht löschen! -->
{{HinweisTest}}
{{HinweisTest}}
[[Kategorie:!HinweisVorlagen|Test]]
[[Kategorie:!Vorlagen/Hinweis|Test]]
<!-- Diesen Eintrag bitte nicht löschen! --></noinclude>
<!-- Diesen Eintrag bitte nicht löschen! --></noinclude>
{|
|
<div style="
    position:relative;
    width:{{{base|210}}}px;
    height:{{#expr:({{{base|210}}} * 297 / 210)}}px;
    background-color: white;
">
{{#switch: {{{1|}}}
| halbseitig-oben =
<div style="
    position: absolute;
    left:{{#expr:{{{base|210}}} * 0.05}}px;
    top:{{#expr:{{{base|210}}} * 0.05}}px;
    width:{{#expr:{{{base|210}}} * 0.9}}px;
    height:{{#expr:{{{base|210}}} * 297 / 210 * 0.5 - {{{base|210}}} * 0.05}}px;
    background-color:black;
"></div>
| halbseitig-unten =
<div style="
    position: absolute;
    left:{{#expr:{{{base|210}}} * 0.05}}px;
    top:{{#expr:{{{base|210}}} * 297 / 210 * 0.5}}px;
    width:{{#expr:{{{base|210}}} * 0.9}}px;
    height:{{#expr:{{{base|210}}} * 297 / 210 * 0.5 - {{{base|210}}} * 0.05}}px;
    background-color:black;
"></div>
| halbseitig-links =
<div style="
    position: absolute;
    left:{{#expr:{{{base|210}}} * 0.05}}px;
    top:{{#expr:{{{base|210}}} * 0.05}}px;
    width:{{#expr:{{{base|210}}} * 0.45}}px;
    height:{{#expr:{{{base|210}}} * 297 / 210  - {{{base|210}}} * 0.1}}px;
    background-color:black;
"></div>
| halbseitig-rechts =
<div style="
    position: absolute;
    left:{{#expr:{{{base|210}}} * 0.5}}px;
    top:{{#expr:{{{base|210}}} * 0.05}}px;
    width:{{#expr:{{{base|210}}} * 0.45}}px;
    height:{{#expr:{{{base|210}}} * 297 / 210  - {{{base|210}}} * 0.1}}px;
    background-color:black;
"></div>
| links-oben =
<div style="
    position: absolute;
    left:{{#expr:{{{base|210}}} * 0.05}}px;
    top:{{#expr:{{{base|210}}} * 0.05}}px;
    width:{{#expr:{{{base|210}}} * 0.45}}px;
    height:{{#expr:{{{base|210}}} * 297 / 210 * 0.5 - {{{base|210}}} * 0.05}}px;
    background-color:black;
"></div>
| links-unten =
<div style="
    position: absolute;
    left:{{#expr:{{{base|210}}} * 0.05}}px;
    top:{{#expr:{{{base|210}}} * 297 / 210 * 0.5}}px;
    width:{{#expr:{{{base|210}}} * 0.45}}px;
    height:{{#expr:{{{base|210}}} * 297 / 210 * 0.5 - {{{base|210}}} * 0.05}}px;
    background-color:black;
"></div>
| rechts-oben =
<div style="
    position: absolute;
    left:{{#expr:{{{base|210}}} * 0.5}}px;
    top:{{#expr:{{{base|210}}} * 0.05}}px;
    width:{{#expr:{{{base|210}}} * 0.45}}px;
    height:{{#expr:{{{base|210}}} * 297 / 210 * 0.5 - {{{base|210}}} * 0.05}}px;
    background-color:black;
"></div>
| rechts-unten =
<div style="
    position: absolute;
    left:{{#expr:{{{base|210}}} * 0.5}}px;
    top:{{#expr:{{{base|210}}} * 297 / 210 * 0.5}}px;
    width:{{#expr:{{{base|210}}} * 0.45}}px;
    height:{{#expr:{{{base|210}}} * 297 / 210 * 0.5 - {{{base|210}}} * 0.05}}px;
    background-color:black;
"></div>
}}
</div>
|}

Aktuelle Version vom 17. Mai 2015, 15:19 Uhr

Diese Vorlage kann zum Ausprobieren verwendet werden. Für einen Einsatztest bietet sich die Spielwiese an.