Template:OOO-Tip

Revision as of 12:53, 4 March 2026 by Tattecko (talk | contribs) (Created page with "<includeonly> <div class="ooo-tip"> 💡 <strong>{{{title|Tip}}}</strong><br> {{{text|}}} </div> </includeonly><noinclude> == OOO Tip Template == Displays a small inline gameplay tip that can be placed anywhere on a page. === Usage === <syntaxhighlight lang="wiki"> {{OOO-Tip | text = Use conveyors to automate transport. }} </syntaxhighlight> Default title is **Tip**. === Custom Title Example === <syntaxhighlight lang="wiki"> {{OOO-Tip | title = Pro Tip | text = Sp...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


OOO Tip Template

Displays a small inline gameplay tip that can be placed anywhere on a page.

Usage

{{OOO-Tip
| text = Use conveyors to automate transport.
}}

Default title is **Tip**.

Custom Title Example

{{OOO-Tip
| title = Pro Tip
| text = Split conveyors early to avoid bottlenecks.
}}

Example Output

💡 Pro Tip
Split conveyors early to avoid bottlenecks.



Displays a small inline gameplay tip.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Titletitle

Optional title of the tip box.

Default
Tip
Example
Pro Tip
Stringoptional
Tip texttext

Content of the tip.

Example
Use conveyors to automate transport.
Contentrequired