Template:OOO-FAQ
OOO FAQ Template
Creates collapsible FAQ sections styled for the Out of Ore Wiki.
Usage
Copy and paste:
{{OOO-FAQ
| content =
<div class="mw-collapsible mw-collapsed ooo-faq__item">
<div class="ooo-faq__question">
Your question here?
</div>
<div class="mw-collapsible-content ooo-faq__answer">
Your answer text here.
</div>
</div>
}}
Example Preview
How does power work?
Power is generated by generators and distributed through cables.
Does multiplayer share power grids?
Yes. Connected systems share the same power network.
Notes
- Uses MediaWiki native collapsible system
- No JavaScript required
- Works in light and dark themes
- Multiple FAQ items supported
- Styling handled globally via Common.css
Creates collapsible FAQ sections styled for the Out of Ore Wiki.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| FAQ Content | content | Insert one or more collapsible FAQ items using mw-collapsible structure. | Content | required |