This is a documentation subpage for Template:Cleanup Button. It may contain usage information, categories and other content that is not part of the original template page. |
This template has three optional parameters:
size
. This parameter determines the size of the button. The default value is 200px
. To show the button at a different size, call the template but with a different size parameter. For example, {{Cleanup Button|size=50px}}
(quarter size) would produce:Click this button to help clean up an article in need.
font
. This parameter determines the size of the text. The default value for this parameter is 10px
but with big font. To show the text at a different size, call the template but with a different font parameter. For example, {{Cleanup Button|font=10px}}
(one third) would produce:Click this button to help clean up an article in need.
float
, which specifies the float
attribute of the <div>
containing the template. For example, {{Cleanup Button|float=right}}
would produce:Click this button to help clean up an article in need.