# maxbuttons/6.25/blocks/tpl/textarea.tpl

MaxButtons – Create buttons, version 6.25. 8 lines.

- Page: https://pluginprobe.com/plugins/maxbuttons/6.25/code/blocks/tpl/textarea.tpl
- Raw: https://pluginprobe.com/plugins/maxbuttons/6.25/raw/blocks/tpl/textarea.tpl
- Modified: 2016-11-28T10:07:18+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/maxbuttons/6.25/code/blocks/tpl/textarea.tpl#L10-L20`.

```
	{if:label}	<label for='%%id%%'>%%label%%</label> {/if:label}
		<div class="input">
 
			<textarea class='large-text' rows='3' id="%%id%%" placeholder="%%placeholder%%" name="%%name%%"  >%%value%%</textarea>
		</div>

 

```
