Bureaucrats, Moderators (CommentStreams), Interface administrators, Push subscription managers, Suppressors, Administrators
4,206
edits
(start to build from https://www.mediawiki.org/wiki/Extension:Page_Forms/Input_types) |
No edit summary |
||
Line 1: | Line 1: | ||
Page Forms | Page Forms is an extension to MediaWiki that allows users to add, edit and query data using forms | ||
==The input types== | |||
===text=== | ===text=== | ||
The default input type; corresponds to the HTML "text" input. | The default input type; corresponds to the HTML "text" input. | ||
''Special parameters:'' | |||
'' | |||
{| class="wikitable | {| class="wikitable | ||
| <code>size= | | <code>size= ''size''</code> | ||
| <!--T:5--> Specifies the width of the input, in characters. | | <!--T:5--> Specifies the width of the input, in characters. | ||
|- | |- | ||
| <code>maxlength= | | <code>maxlength= ''maximum length''</code> | ||
| <!--T:6--> Specifies the maximum allowed length of the input. | | <!--T:6--> Specifies the maximum allowed length of the input. | ||
|- | |- | ||
| <code>placeholder= | | <code>placeholder= ''placeholder text''</code> | ||
| <!--T:7--> Specifies help text that is displayed in the input until the user clicks on it. | | <!--T:7--> Specifies help text that is displayed in the input until the user clicks on it. | ||
|- | |- | ||
| <code>autocapitalize='' | | <code>autocapitalize='' value''</code> | ||
| <!--T:336--> the <tvar name=1>[https://developer.mozilla.org/docs/Web/HTML/Global_attributes/autocapitalize autocapitalize]</tvar> parameter in the corresponding HTML tag to whatever value is set for this parameter; examples include <tvar name=2><code>on</code>, <code>off</code>, <code>sentences</code></tvar>, etc. | | <!--T:336--> the <tvar name=1>[https://developer.mozilla.org/docs/Web/HTML/Global_attributes/autocapitalize autocapitalize]</tvar> parameter in the corresponding HTML tag to whatever value is set for this parameter; examples include <tvar name=2><code>on</code>, <code>off</code>, <code>sentences</code></tvar>, etc. | ||
|} | |} | ||
Line 28: | Line 24: | ||
===textarea=== | ===textarea=== | ||
Corresponds to the HTML {{tag|textarea|open}} tag. | |||
Corresponds to the HTML | |||
'' | ''Special parameters:'' | ||
{| class="wikitable" | {| class="wikitable" |