Es gibt z.Z. Probleme mit einem Update, es ist nur Lesen möglich.
Currently there are issues with the installation, readonly possible for now.

Difference between revisions of "Template:Box"

From Jigsaw-Wiki
Jump to: navigation, search
(Die Seite wurde neu angelegt: „<noinclude>{{Box|TITEL=Dies ist ein Test|INHALT=Dies ist der Inhalt.}}</noinclude><includeonly><h3 align="center" style=" padding:0.2em 0; margin:0; color:#000…“)
 
m
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>{{Box|TITEL=Dies ist ein Test|INHALT=Dies ist der Inhalt.}}</noinclude><includeonly><h3 align="center" style=" padding:0.2em 0; margin:0; color:#000000; border-radius: 6px; background-color:#e6e6e6; border:1px solid #AAAAAA;">{{{TITEL}}}</h3>{{#if:{{{INHALT|}}}|<div style="margin-bottom:0.5em; padding:0.5em 0.8em 0.5em 0.8em; border:1px solid #AAAAAA; border-top:0px solid #FFFFFF;">{{{INHALT}}}</div>}}</includeonly>
+
<noinclude>
<noinclude>[[Kategorie:Vorlagen]]</noinclude>
+
Vorlage Box:
 +
 
 +
Anzeige von Text mit zentrierter Überschrift in einer separaten Box, wahlweise ausblendbar.
 +
 
 +
==Text ausgeblendet==
 +
<pre>
 +
{{Box|HIDE=true|TITLE=Test|TEXT=Dies ist der Text.}}
 +
</pre>
 +
ergibt
 +
{{Box|HIDE=true|TITLE=Test|TEXT=Dies ist der Text.}}
 +
 
 +
==Text immer sichtbar==
 +
<pre>
 +
{{Box|TITLE=Test|TEXT=Dies ist der Text.}}
 +
</pre>
 +
ergibt
 +
{{Box|TITLE=Test|TEXT=Dies ist der Text.}}
 +
[[Category:Templates]]</noinclude><includeonly>{{#ifeq:{{{HIDE}}}|true|<div align="center" class="mw-collapsible mw-collapsed" style="background-color:Gainsboro; margin-bottom:0.1em; border-radius:4px;"><div style="font-size:120%; font-weight:bold;">{{{TITLE}}}</div><div class="mw-collapsible-content" align="left" style="background-color:White; margin-bottom:0; padding:0.2em 0.5em 0.2em 0.5em; border:1px solid #AAAAAA; border-radius:4px">{{{TEXT}}}</div></div>
 +
|
 +
<div align="center" style="background-color:Gainsboro; margin-bottom:0.1em; border-radius:4px; font-size:120%; font-weight:bold;">{{{TITLE}}}</div><div style="margin-bottom:0; padding:0.2em 0.5em 0.2em 0.5em; border:1px solid #AAAAAA; border-radius:4px;">{{{TEXT}}}</div>
 +
}}</includeonly>

Latest revision as of 00:40, 24 November 2018

Vorlage Box:

Anzeige von Text mit zentrierter Überschrift in einer separaten Box, wahlweise ausblendbar.

Text ausgeblendet

{{Box|HIDE=true|TITLE=Test|TEXT=Dies ist der Text.}}

ergibt

Test
Dies ist der Text.

Text immer sichtbar

{{Box|TITLE=Test|TEXT=Dies ist der Text.}}

ergibt

Test
Dies ist der Text.