Template:Button group
From The Museum of Human Achievement
A wrapper to keep buttons in a group.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Buttons | 1 | Wiki markup of N Button templates. | String | suggested |
| Push to | 2 | Choose 'right' to push buttons to the end. Omit the parameter if you want buttons to get to the left. Centering is not implemented and not an option.
| String | optional |
- Example
{{Button group|
{{Button|label=Button 1}}
{{Button|label=Button 2}}
{{Button|label=Button 3}}
|right
}}
- Result