Template:Tip: Difference between revisions

From BD ZONE WIKI
Jump to navigation Jump to search
Create Tip callout box
 
Fix Tip template to handle equals signs in content
 
Line 1: Line 1:
<div class="tip-box">
<div class="tip-box">
<div class="tip-title">💡 Tip</div>
<div class="tip-title">💡 Tip</div>
{{{1}}}
{{{1|{{{content|}}}}}}
</div>
</div>
<noinclude>
A tip/note box for highlighting useful information.
Usage: <code>{{Tip|Your tip text here}}</code>
If your text contains equals signs, use: <code>{{Tip|1=Your text with = signs here}}</code>
[[Category:Templates]]
</noinclude>

Latest revision as of 07:34, 1 July 2026

💡 Tip


A tip/note box for highlighting useful information.

Usage:

💡 Tip

Your tip text here

If your text contains equals signs, use:

💡 Tip

Your text with = signs here