Template:Cleanup Button
Appearance
Click this button to help clean up an article in need.
This template has three optional parameters:
size
. This parameter determines the size of the button. The default value is200px
. 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 is10px
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 thefloat
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.