Sandbox: Difference between revisions

From Fact or Fiction
No edit summary
No edit summary
Line 5: Line 5:


==Examples==
==Examples==
===Messagebox===
{{Messagebox}}
===Messagebox with argument===
{{Messagebox|help!}}
===Messagebox with named arguments===


{Messagebox|Warning|blah|blah}
<code><nowiki>{{Messagebox}}</nowiki></code>{{Messagebox}}
<code><nowiki>{{Messagebox|General information}}</nowiki></code>{{Messagebox|General information}}
<code><nowiki>{{Messagebox|General information|title=Warning}}</nowiki></code>{{Messagebox|General information|title=Warning}}
<code><nowiki>{{Messagebox|General information|icon=Warning}}</nowiki></code>{{Messagebox|General information|icon=Warning}}
<code><nowiki>{{Messagebox|General information|title=Warning|icon=Warning}}</nowiki></code>{{Messagebox|General
information|title=Warning|icon=Warning}}

Revision as of 09:23, 20 March 2024

This page is used to test out content and templates before they are released and added to pages:

Templates

Examples

{{Messagebox}}

! Missing Argument !

{{Messagebox|General information}}

General information

{{Messagebox|General information|title=Warning}}

Warning

General information

{{Messagebox|General information|icon=Warning}}

General information

{{Messagebox|General information|title=Warning|icon=Warning}}

Warning

General information