Jump to content

Template:OOO-FAQ: Difference between revisions

From Out of Ore Wiki
mNo edit summary
mNo edit summary
Line 14: Line 14:
| question2 = Can conveyors merge?
| question2 = Can conveyors merge?
| answer2  = Yes, using splitters.
| answer2  = Yes, using splitters.
| question3 = Is multiplayer shared?
| answer3  = Yes.
}}
}}
</pre>
</pre>


== Notes ==
<templatedata>
* Unlimited question/answer pairs supported.
{
* Just increment numbers.
  "description": "Creates collapsible FAQ sections styled for the Out of Ore Wiki.",
* Styling handled in Common.css.
  "params": {
    "question1": { "label": "Question 1", "type": "string" },
    "answer1":  { "label": "Answer 1", "type": "content" },
    "question2": { "label": "Question 2", "type": "string" },
    "answer2":  { "label": "Answer 2", "type": "content" }
  },
  "paramOrder": [
    "question1","answer1",
    "question2","answer2"
  ]
}
</templatedata>


</noinclude>
</noinclude>

Revision as of 21:46, 3 March 2026


OOO FAQ Template

Creates collapsible FAQ sections with unlimited entries.

Usage

{{OOO-FAQ
| question1 = How does power work?
| answer1   = Power is generated by generators.

| question2 = Can conveyors merge?
| answer2   = Yes, using splitters.
}}

Creates collapsible FAQ sections styled for the Out of Ore Wiki.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Question 1question1

no description

Stringoptional
Answer 1answer1

no description

Contentoptional
Question 2question2

no description

Stringoptional
Answer 2answer2

no description

Contentoptional