Template:OOO-Step
OOO Step Template
Displays a structured step used in guides and tutorials. An optional image can be added to visually demonstrate the step.
Images will display as small thumbnails and **expand when hovered**.
Usage
{{OOO-Step
| number = 1
| title = Build Generator
| text = Place a power generator near your mining area.
| image = Generator.png
}}The image parameter is optional.
Example
*1 — Build Generator
Place a power generator near your mining area.
*2 — Connect Power
Use cables to link the generator to machines.
*3 — Start Conveyor
Attach conveyors to transport materials automatically.
Notes
• Image filename should be written **without the `File:` prefix**. • Images automatically scale to a small preview and **zoom on hover**. • Works with both **light and dark themes**.
Displays a numbered step used in guides or tutorials with an optional image.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Step number | number | Number of the step in the guide.
| Number | required |
| Step title | title | Short title describing the step.
| String | required |
| Step description | text | Detailed explanation of the step.
| Content | required |
| Image | image | Optional image filename (without 'File:').
| String | optional |