User:DoubleYou/Sandbox: Difference between revisions

From Step Mods | Change The Game
No edit summary
(Replaced content with "*/Alert */Alert_small */INITOC")
Line 1: Line 1:
*[[/Alert]]
*[[/Alert]]
*[[/Alert_small]]
*[[/Alert_small]]
 
*[[/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:01, January 4, 2021