Difference between revisions of "Template:TOC right"

From Cymbal
Jump to navigation Jump to search
(Created page with "{{pp-template}}: .tocright { float: right; clear: right; width: auto; background: none; padding: .5em 0 .8em 1.4em; margin-bottom: .5em; } .tocright-clear-left {...")
 
Line 1: Line 1:
/* {{pp-template}} */
+
{{TOC
.tocright {
+
|clear={{{clear|right}}}
float: right;
+
|width={{{width|{{{1|auto}}} }}}
clear: right;
+
|align=right
width: auto;
+
|limit={{{limit|}}}
background: none;
+
}}
padding: .5em 0 .8em 1.4em;
 
margin-bottom: .5em;
 
}
 
.tocright-clear-left {
 
clear: left;
 
}
 
.tocright-clear-both {
 
clear: both;
 
}
 
.tocright-clear-none {
 
clear: none;
 
}
 

Revision as of 08:43, 12 March 2019

{{ |clear=right |width=auto |align=right |limit= }}