This adds a table to show the table in the How to Play page.
- 1: Indicates the type of the row. Must be any of the following:
- start: Use this if it is the start of the table. It will automatically add the different controls.
- startnohead: Use this to only start the table without the different controls.
- section: Use this for a section of the data. It will automatically be centered and in bold.
- sectiontd: Use this for data that is common for all the different controls.
- sectiontdc: Same as sectiontd but centered.
- none: Don't put anything here if it is in the middle, aka the data itself.
- keyboard: Data to add in the keyboard column (controls for keyboard and mouse)
- touch: Data to put in touch column (controls for touch)
- gamepad: Data to put in gamepad column (controls for controllers)
- rift: Data to put in Rift column (controls for Oculus Rift)
- mr: Data to put in MR column (controls for Windows Mixed Reality)
{{How to Play table|start}}
{{How to Play table
|keyboard=Press your mom to open
|touch=Tap the "Your Mom" button to open
|gamepad=Press the power button to open
|rift=Turn around to open
|mr=Sit down to open}}
{{How to Play table|section|Opening your mom}}
{{How to Play table|sectiontdc
|Your mom is so good at baking.}}
{{How to Play table|end}}
will return
| Displayed in keyboard controls | Displayed in touch controls | Displayed in gamepad controls | Displayed in the Oculus Rift | Displayed in Windows Mixed Reality |
| Press your mom to open | Tap the "Your Mom" button to open | Press the power button to open | Turn around to open | Sit down to open |
| Opening your mom |
| Your mom is so good at baking. |