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"
(changed, not ready) |
(changed view) |
||
Line 17: | Line 17: | ||
ergibt | ergibt | ||
{{Box|TITLE=Test|TEXT=Dies ist der Text}} | {{Box|TITLE=Test|TEXT=Dies ist der Text}} | ||
− | [[Category:Templates]]</noinclude><includeonly>{{#ifeq:{{{HIDE}}}|true|<div align="center" class="toccolours mw-collapsible mw-collapsed" style="background-color:Gainsboro; margin-bottom:0 | + | [[Category:Templates]]</noinclude><includeonly>{{#ifeq:{{{HIDE}}}|true|<div align="center" class="toccolours mw-collapsible mw-collapsed" style="background-color:Gainsboro; margin-bottom:0; border-radius:4px;"><div style="font-size:120%;">'''{{{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-radius:4px">{{{TEXT}}}</div></div> |
| | | | ||
− | <div align="center" style="background-color:Gainsboro; margin-bottom:0.1em; border-radius:6px; font-size:120%;font-weight:bold;">{{{TITLE}}}</div><div style="margin-bottom:0 | + | <div align="center" style="background-color:Gainsboro; margin-bottom:0.1em; border-radius:6px; 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; border-top:0px solid #FFFFFF;">{{{TEXT}}}</div> |
}}</includeonly> | }}</includeonly> |
Revision as of 08:26, 21 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