User:DoubleYou/Sandbox

From Step Mods | Change The Game

{{#css: .fomod ol { list-style: none; margin: 0; padding: 0; }

.fomod ul li ul li ol li i{ font-style: normal; }

.fomod ul li ul li ol li i:before { content: "☑ "; }

.fomod ul li ul li ol li i i{ font-style: italic; }

.fomod ul li ul li ol li i i:before { content: none; }

.fomod ul li ul li ol li b{ font-weight: normal; }

.fomod ul li ul li ol li b:before { content: "☐ "; }

.fomod ul li ul li ol li b b{ font-weight: bold; }

.fomod ul li ul li ol li b b:before { content: none; }

.fomod ul li ul li ul li i{ font-style: normal; }

.fomod ul li ul li ul li i:before { content: "◉ "; }

.fomod ul li ul li ul li i i{ font-style: italic; }

.fomod ul li ul li ul li i i:before { content: none; } }}

Hijacking bold and italics to make radio buttons, checked boxes, and unchecked boxes

Code:

{{Fomod|
*Page
**Option
**#''Checked Choice''
**Option
***''Radio Choice''
**Option
**#'''Unchecked Choice'''
****Install}}

Result:

FOMOD Instructions
  • Page
    • Option
      1. Checked Choice
    • Option
      • Radio Choice
    • Option
      1. Unchecked Choice
        • Install

Current syntax

Code:

{{Fomod|
*Page
**Option
***☑ Checked Choice
**Option
***◉ Radio Choice
**Option
***☐ Unchecked Choice
****Install}}

Result:

FOMOD Instructions
  • Page
    • Option
      • ☑ Checked Choice
    • Option
      • ◉ Radio Choice
    • Option
      • ☐ Unchecked Choice
        • Install