Widget:AddToTable
De WikiEducator
Revisión a fecha de 23:10 10 ago 2014; JimTittsler (Discusión | contribuciones)
- If logged in, display a button that pops up a form to add a row to the table specified by the id.
- If not logged in, shows a link to the login page (which returns you to this page after login).
Parameters
- tableid
- HTML id of the table
- login
- text for the login link displayed if user is not logged in
- button
- legend for the button that pops up the form
- formtitle
- title of the popup form dialog
- columns
- a semicolon separated list of descriptions for each column; each description contains an ampersand separated list of opt=arg; items not specified fallback to the the older auto functionality, form labels are column headings and the presence of an * signals a textarea
- label
- label in the form
- type
- type of field
- text
- one line text field
- textarea
- multiline text area
- select
- select from multiple options
- country
- country selection dropdown
- flagc
- country selection dropdown which inserts flag and country name
- flagcl
- country selection dropdown which inserts flag and country name (which links to country page)
- radio
- radio buttons for selecting limited option set
- options
- specify exclamation point separated options for a select field
- note
- short explanatory text for form element (displayed in small font)
- summary=true
- use the value of this column in the edit summary
- auto
- get legends and form types from headings (default: false) if the heading contains a * the field is a textarea, otherwise it is a text input
- bottom
- add to bottom of table (default: false)
Example
Column1 | Column2 | Column3 |
---|