User:DoubleYou/Sandbox: Difference between revisions

From Step Mods | Change The Game
(Replaced content with "*/Alert */Alert_small */INITOC")
No edit summary
Line 2: Line 2:
*[[/Alert_small]]
*[[/Alert_small]]
*[[/INITOC]]
*[[/INITOC]]
{{#css:
.fomod ol {
list-style: none;
margin: 0;
padding: 0;
}
.fomod li li ol li ol li {
background-color: inherit;
border-color: inherit;
border-radius: inherit;
color: inherit;
float: inherit;
margin-top: inherit;
padding: inherit;
}
.fomod li li ol li:before {
content: '◉ '
}
.fomod li li ol li ol li:before {
content: '☑ '
}
.fomod li li ol li ol li ol li:before {
content: '☐ '
}
}}
'''Code:'''
<pre>{{Fomod|
*Page
**Option
***No bullet, checkmark, or unchecked box
**#Radio Choice
**##Checked Choice
**###Unchecked Choice
****Install}}</pre>
'''Result:'''
{{Fomod|
*Page
**Option
***No bullet, checkmark, or unchecked box
**#Radio Choice
**##Checked Choice
**###Unchecked Choice
****Install}}

Revision as of 22:02, January 4, 2021

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

.fomod li li ol li ol li { background-color: inherit; border-color: inherit; border-radius: inherit; color: inherit; float: inherit; margin-top: inherit; padding: inherit; }

.fomod li li ol li:before { content: '◉ ' }

.fomod li li ol li ol li:before { content: '☑ ' }

.fomod li li ol li ol li ol li:before { content: '☐ ' } }}

Code:

{{Fomod|
*Page
**Option
***No bullet, checkmark, or unchecked box
**#Radio Choice
**##Checked Choice
**###Unchecked Choice
****Install}}

Result:

FOMOD Instructions
  • Page
    • Option
      • No bullet, checkmark, or unchecked box
      1. Radio Choice
        1. Checked Choice
          1. Unchecked Choice
        • Install