Jump to content

Template:TextBox: Difference between revisions

From Project Dione
mNo edit summary
mNo edit summary
Line 3: Line 3:
| style="padding:0.6em;" |
| style="padding:0.6em;" |
'''{{{title}}}'''<br />
'''{{{title}}}'''<br />
{{{text|{{{1|}}}}}}
<div class="center">{{{text|{{{1|}}}}}}
|}
|}
</div>
</includeonly>
</includeonly>
<noinclude>
<noinclude>

Revision as of 20:31, 4 September 2025


Usage

{{TextBox
 | title = Required heading
 | text  = Your content goes here.
 | bg    = #fff (optional background)
 | width = 100% (optional width)
}}

<!-- or the short form -->
{{TextBox|title=Required heading|This is the content in parameter 1.}}