Template:SideTOC: Difference between revisions

m
Added TemplateData for visual editor usage.
m (Added additional information & adjusted page format.)
m (Added TemplateData for visual editor usage.)
Line 108: Line 108:
=== It's Too Big! === <!-- That's what she said! -->
=== It's Too Big! === <!-- That's what she said! -->
SideTOC works great for pages with ''few layers of headings''. The more headings and, in particular, ''layers'' of headings you have, the longer and wider it will be. If you want to use SideTOC, you may want to consider paring down the number of headings on your page.
SideTOC works great for pages with ''few layers of headings''. The more headings and, in particular, ''layers'' of headings you have, the longer and wider it will be. If you want to use SideTOC, you may want to consider paring down the number of headings on your page.
</noinclude>
<templatedata>
{
"params": {
"color": {
"description": "Set a color for your SideTOC.",
"suggestedvalues": [
"steelblue, firebrick, darkgoldenrod, black, green"
],
"default": "grey"
},
"title": {
"description": "Set a custom title for your Side TOC.",
"default": "{{PAGENAME}}"
}
}
}
</templatedata></noinclude>