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