Vorlage:Box: Unterschied zwischen den Versionen

Aus Brandwiki
Wechseln zu:Navigation, Suche
imported>Ahoi
Keine Bearbeitungszusammenfassung
imported>Ahoi
Keine Bearbeitungszusammenfassung
Zeile 7: Zeile 7:
: This is the template name. Do not change or omit.
: This is the template name. Do not change or omit.
; Box type
; Box type
: You can choose either '''alert''', '''info'''. The styling will change accordingly.
: You can choose either '''alert''', '''help'''. The styling will change accordingly.
; Text
; Text
: Write the information box text.
: Write the information box text.
Zeile 15: Zeile 15:
{{Box|alert|This is an alert.}}
{{Box|alert|This is an alert.}}


<code><nowiki>{{Box|info|This is information.}}</nowiki></code>
<code><nowiki>{{Box|help|This is information.}}</nowiki></code>


{{Box|info|This is information.}}
{{Box|help|This is information.}}




</noinclude>
</noinclude>
<includeonly>
<includeonly>
<div class="box {{{1|}}}">'''{{#ifeq:{{{1}}}|info|Info|Alert}}''': {{{2|}}}</div>
<div class="box {{{1|}}}">'''{{#ifeq:{{{1}}}|help|Help|Alert}}''': {{{2|}}}</div>
</includeonly>
</includeonly>

Version vom 7. Mai 2019, 08:27 Uhr

To add a box for information, alert in your text, use the following template call on a page, substitute the italic variables with your input. The styling will then be applied automatically.

{{Box|Box type|Text}}

Box
This is the template name. Do not change or omit.
Box type
You can choose either alert, help. The styling will change accordingly.
Text
Write the information box text.

{{Box|alert|This is an alert.}}


Alert: This is an alert.


{{Box|help|This is information.}}


Help: This is information.