Manual:$wgHTMLFormAllowTableFormat
From MediaWiki.org
Output: $wgHTMLFormAllowTableFormat | |
---|---|
Allow form components to render tables. |
|
Introduced in version: | 1.24.0 (Gerrit change 150635; git #aa15d528) |
Removed in version: | still in use |
Allowed values: | boolean |
Default value: | true |
Other settings: Alphabetical | By Function
Details[edit | edit source]
Allows form components (e.g. HTMLForm) to render the output as tables. Setting this to false forces form components to always render as div elements!
Note: This variable is temporary only and will be removed in the future.