|
|
(43 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| <noinclude> | | <noinclude> |
− | This is the "Board Summary Submission" form.
| + | ===Create a Board Meeting Summary=== |
− | To create a page with this form, enter the page name below;
| + | {{#forminput:form=Board Summary Submission|autocomplete on namespace=Board|query string=namespace=Board}} |
− | if a page with that name already exists, you will be sent to a form to edit that page.
| + | ===About=== |
| + | This page goes over briefly how generating board based things happens. It is convoluted, but that's the price of automation. |
| + | :'''''Note:''''' there is also [[Form:Board Home]] to create a central page for each BoG Term. |
| | | |
| + | This form will generate the buttons that navigate between previous and future board meetings, create the table of board motions, and link to the board folders/minutes/motions. The general layout for that page is dictated by [[Template:BoardNav]] and is the same across '''''all board summary pages'''''. |
| + | :Within [[Template:BoardNav]] is another template, [[Template:BoardBar]] which is the navigation buttons that appear at the top, which will automatically update with the most recent 8 board meetings. |
| | | |
− | {{#forminput:form=Board Summary Submission}}
| |
| | | |
| </noinclude><includeonly> | | </noinclude><includeonly> |
Line 11: |
Line 14: |
| {{{for template|BoardNav}}} | | {{{for template|BoardNav}}} |
| {| class="formtable" | | {| class="formtable" |
− | ! Prev: | + | ! Previous Board Meeting: |
| | {{{field|prev|input type=datepicker|mandatory|date format=yy-mm-dd}}} | | | {{{field|prev|input type=datepicker|mandatory|date format=yy-mm-dd}}} |
| |- | | |- |
− | ! Next: | + | ! Next Board Meeting: |
| | {{{field|next|input type=datepicker|date format=yy-mm-dd}}} | | | {{{field|next|input type=datepicker|date format=yy-mm-dd}}} |
| |- | | |- |
Line 24: |
Line 27: |
| |} | | |} |
| {{{end template}}} | | {{{end template}}} |
| + | {{{for template|Board Motion|embed in field=true|multiple|label=Add your motions|add button text=Add another motion}}} |
| + | ;Agenda # and Type |
| + | :<nowiki>#</nowiki>{{{field|agenda-pt|size=4}}} Type {{{field|type|input type=listbox|size=5|values=Motion,Discussion,Presentation,Notice,Confidential Session}}} |
| + | ;Motion |
| + | :{{{field|motion}}} Link {{{field|link|size=20}}} |
| + | ;Description |
| + | :''You can include internal links (<nowiki>[[Example]]</nowiki>) in these forms. |
| + | :{{{field|description|input type=textarea|size=15|autogrow}}} |
| + | ;Decision |
| + | :{{{field|decision|input type=combobox|size=20|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}} |
| + | {{{end template}}} |
| + | |
| | | |
− | {{{for template|Board Motion}}}
| |
− | {| class="formtable"
| |
− | ! 1motion:
| |
− | | {{{field|1motion}}}
| |
− | |-
| |
− | ! 1type:
| |
− | | {{{field|1type|input type=combobox|values=Motion,Discussion,Presentation,Notice,Confidential Session}}}
| |
− | |-
| |
− | ! 1agenda-pt:
| |
− | | {{{field|1agenda-pt}}}
| |
− | |-
| |
− | ! 1decision:
| |
− | | {{{field|1decision|input type=combobox|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}}
| |
− | |-
| |
− | ! 1description:
| |
− | | {{{field|1description|input type=textarea|autogrow}}}
| |
− | |-
| |
− | ! 2motion:
| |
− | | {{{field|2motion}}}
| |
− | |-
| |
− | ! 2type:
| |
− | | {{{field|2type|input type=combobox|values=Motion,Discussion,Presentation,Notice,Confidential Session}}}
| |
− | |-
| |
− | ! 2agenda-pt:
| |
− | | {{{field|2agenda-pt}}}
| |
− | |-
| |
− | ! 2decision:
| |
− | | {{{field|2decision|input type=combobox|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}}
| |
− | |-
| |
− | ! 2description:
| |
− | | {{{field|2description|input type=textarea|autogrow}}}
| |
− | |-
| |
− | ! 3motion:
| |
− | | {{{field|3motion}}}
| |
− | |-
| |
− | ! 3type:
| |
− | | {{{field|3type|input type=combobox|values=Motion,Discussion,Presentation,Notice,Confidential Session}}}
| |
− | |-
| |
− | ! 3agenda-pt:
| |
− | | {{{field|3agenda-pt}}}
| |
− | |-
| |
− | ! 3decision:
| |
− | | {{{field|3decision|input type=combobox|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}}
| |
− | |-
| |
− | ! 3description:
| |
− | | {{{field|3description|input type=textarea|autogrow}}}
| |
− | |-
| |
− | ! 4motion:
| |
− | | {{{field|4motion}}}
| |
− | |-
| |
− | ! 4type:
| |
− | | {{{field|4type|input type=combobox|values=Motion,Discussion,Presentation,Notice,Confidential Session}}}
| |
− | |-
| |
− | ! 4agenda-pt:
| |
− | | {{{field|4agenda-pt}}}
| |
− | |-
| |
− | ! 4decision:
| |
− | | {{{field|4decision|input type=combobox|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}}
| |
− | |-
| |
− | ! 4description:
| |
− | | {{{field|4description|input type=textarea|autogrow}}}
| |
− | |-
| |
− | ! 5motion:
| |
− | | {{{field|5motion}}}
| |
− | |-
| |
− | ! 5type:
| |
− | | {{{field|5type|input type=combobox|values=Motion,Discussion,Presentation,Notice,Confidential Session}}}
| |
− | |-
| |
− | ! 5agenda-pt:
| |
− | | {{{field|5agenda-pt}}}
| |
− | |-
| |
− | ! 5decision:
| |
− | | {{{field|5decision|input type=combobox|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}}
| |
− | |-
| |
− | ! 5description:
| |
− | | {{{field|5description|input type=textarea|autogrow}}}
| |
− | |-
| |
− | ! 6motion:
| |
− | | {{{field|6motion}}}
| |
− | |-
| |
− | ! 6type:
| |
− | | {{{field|6type|input type=combobox|values=Motion,Discussion,Presentation,Notice,Confidential Session}}}
| |
− | |-
| |
− | ! 6agenda-pt:
| |
− | | {{{field|6agenda-pt}}}
| |
− | |-
| |
− | ! 6decision:
| |
− | | {{{field|6decision|input type=combobox|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}}
| |
− | |-
| |
− | ! 6description:
| |
− | | {{{field|6description|input type=textarea|autogrow}}}
| |
− | |-
| |
− | ! 7motion:
| |
− | | {{{field|7motion}}}
| |
− | |-
| |
− | ! 7type:
| |
− | | {{{field|7type|input type=combobox|values=Motion,Discussion,Presentation,Notice,Confidential Session}}}
| |
− | |-
| |
− | ! 7agenda-pt:
| |
− | | {{{field|7agenda-pt}}}
| |
− | |-
| |
− | ! 7decision:
| |
− | | {{{field|7decision|input type=combobox|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}}
| |
− | |-
| |
− | ! 7description:
| |
− | | {{{field|7description|input type=textarea|autogrow}}}
| |
− | |-
| |
− | ! 8motion:
| |
− | | {{{field|8motion}}}
| |
− | |-
| |
− | ! 8type:
| |
− | | {{{field|8type|input type=combobox|values=Motion,Discussion,Presentation,Notice,Confidential Session}}}
| |
− | |-
| |
− | ! 8agenda-pt:
| |
− | | {{{field|8agenda-pt}}}
| |
− | |-
| |
− | ! 8decision:
| |
− | | {{{field|8decision|input type=combobox|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}}
| |
− | |-
| |
− | ! 8description:
| |
− | | {{{field|8description|input type=textarea|autogrow}}}
| |
− | |-
| |
− | ! 9motion:
| |
− | | {{{field|9motion}}}
| |
− | |-
| |
− | ! 9type:
| |
− | | {{{field|9type|input type=combobox|values=Motion,Discussion,Presentation,Notice,Confidential Session}}}
| |
− | |-
| |
− | ! 9agenda-pt:
| |
− | | {{{field|9agenda-pt}}}
| |
− | |-
| |
− | ! 9decision:
| |
− | | {{{field|9decision|input type=combobox|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}}
| |
− | |-
| |
− | ! 9description:
| |
− | | {{{field|9description|input type=textarea|autogrow}}}
| |
− | |-
| |
− | ! 10motion:
| |
− | | {{{field|10motion}}}
| |
− | |-
| |
− | ! 10type:
| |
− | | {{{field|10type|input type=combobox|values=Motion,Discussion,Presentation,Notice,Confidential Session}}}
| |
− | |-
| |
− | ! 10agenda-pt:
| |
− | | {{{field|10agenda-pt}}}
| |
− | |-
| |
− | ! 10decision:
| |
− | | {{{field|10decision|input type=combobox|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}}
| |
− | |-
| |
− | ! 10description:
| |
− | | {{{field|10description|input type=textarea|autogrow}}}
| |
− | |-
| |
− | ! 11motion:
| |
− | | {{{field|11motion}}}
| |
− | |-
| |
− | ! 11type:
| |
− | | {{{field|11type|input type=combobox|values=Motion,Discussion,Presentation,Notice,Confidential Session}}}
| |
− | |-
| |
− | ! 11agenda-pt:
| |
− | | {{{field|11agenda-pt}}}
| |
− | |-
| |
− | ! 11decision:
| |
− | | {{{field|11decision|input type=combobox|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}}
| |
− | |-
| |
− | ! 11description:
| |
− | | {{{field|11description|input type=textarea|autogrow}}}
| |
− | |-
| |
− | ! 12motion:
| |
− | | {{{field|12motion}}}
| |
− | |-
| |
− | ! 12type:
| |
− | | {{{field|12type|input type=combobox|values=Motion,Discussion,Presentation,Notice,Confidential Session}}}
| |
− | |-
| |
− | ! 12agenda-pt:
| |
− | | {{{field|12agenda-pt}}}
| |
− | |-
| |
− | ! 12decision:
| |
− | | {{{field|12decision|input type=combobox|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}}
| |
− | |-
| |
− | ! 12description:
| |
− | | {{{field|12description|input type=textarea|autogrow}}}
| |
− | |-
| |
− | ! 13motion:
| |
− | | {{{field|13motion}}}
| |
− | |-
| |
− | ! 13type:
| |
− | | {{{field|13type|input type=combobox|values=Motion,Discussion,Presentation,Notice,Confidential Session}}}
| |
− | |-
| |
− | ! 13agenda-pt:
| |
− | | {{{field|13agenda-pt}}}
| |
− | |-
| |
− | ! 13decision:
| |
− | | {{{field|13decision|input type=combobox|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}}
| |
− | |-
| |
− | ! 13description:
| |
− | | {{{field|13description|input type=textarea|autogrow}}}
| |
− | |-
| |
− | ! 14motion:
| |
− | | {{{field|14motion}}}
| |
− | |-
| |
− | ! 14type:
| |
− | | {{{field|14type|input type=combobox|values=Motion,Discussion,Presentation,Notice,Confidential Session}}}
| |
− | |-
| |
− | ! 14agenda-pt:
| |
− | | {{{field|14agenda-pt}}}
| |
− | |-
| |
− | ! 14decision:
| |
− | | {{{field|14decision|input type=combobox|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}}
| |
− | |-
| |
− | ! 14description:
| |
− | | {{{field|14description|input type=textarea|autogrow}}}
| |
− | |-
| |
− | ! 15motion:
| |
− | | {{{field|15motion}}}
| |
− | |-
| |
− | ! 15type:
| |
− | | {{{field|15type|input type=combobox|values=Motion,Discussion,Presentation,Notice,Confidential Session}}}
| |
− | |-
| |
− | ! 15agenda-pt:
| |
− | | {{{field|15agenda-pt}}}
| |
− | |-
| |
− | ! 15decision:
| |
− | | {{{field|15decision|input type=combobox|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}}
| |
− | |-
| |
− | ! 15description:
| |
− | | {{{field|15description|input type=textarea|autogrow}}}
| |
− | |-
| |
− | ! 16motion:
| |
− | | {{{field|16motion}}}
| |
− | |-
| |
− | ! 16type:
| |
− | | {{{field|16type|input type=combobox|values=Motion,Discussion,Presentation,Notice,Confidential Session}}}
| |
− | |-
| |
− | ! 16agenda-pt:
| |
− | | {{{field|16agenda-pt}}}
| |
− | |-
| |
− | ! 16decision:
| |
− | | {{{field|16decision|input type=combobox|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}}
| |
− | |-
| |
− | ! 16description:
| |
− | | {{{field|16description|input type=textarea|autogrow}}}
| |
− | |-
| |
− | ! 17motion:
| |
− | | {{{field|17motion}}}
| |
− | |-
| |
− | ! 17type:
| |
− | | {{{field|17type|input type=combobox|values=Motion,Discussion,Presentation,Notice,Confidential Session}}}
| |
− | |-
| |
− | ! 17agenda-pt:
| |
− | | {{{field|17agenda-pt}}}
| |
− | |-
| |
− | ! 17decision:
| |
− | | {{{field|17decision|input type=combobox|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}}
| |
− | |-
| |
− | ! 17description:
| |
− | | {{{field|17description|input type=textarea|autogrow}}}
| |
− | |-
| |
− | ! 18motion:
| |
− | | {{{field|18motion}}}
| |
− | |-
| |
− | ! 18type:
| |
− | | {{{field|18type|input type=combobox|values=Motion,Discussion,Presentation,Notice,Confidential Session}}}
| |
− | |-
| |
− | ! 18agenda-pt:
| |
− | | {{{field|18agenda-pt}}}
| |
− | |-
| |
− | ! 18decision:
| |
− | | {{{field|18decision|input type=combobox|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}}
| |
− | |-
| |
− | ! 18description:
| |
− | | {{{field|18description|input type=textarea|autogrow}}}
| |
− | |-
| |
− | ! 19motion:
| |
− | | {{{field|19motion}}}
| |
− | |-
| |
− | ! 19type:
| |
− | | {{{field|19type|input type=combobox|values=Motion,Discussion,Presentation,Notice,Confidential Session}}}
| |
− | |-
| |
− | ! 19agenda-pt:
| |
− | | {{{field|19agenda-pt}}}
| |
− | |-
| |
− | ! 19decision:
| |
− | | {{{field|19decision|input type=combobox|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}}
| |
− | |-
| |
− | ! 19description:
| |
− | | {{{field|19description|input type=textarea|autogrow}}}
| |
− | |-
| |
− | ! 20motion:
| |
− | | {{{field|20motion}}}
| |
− | |-
| |
− | ! 20type:
| |
− | | {{{field|20type|input type=combobox|values=Motion,Discussion,Presentation,Notice,Confidential Session}}}
| |
− | |-
| |
− | ! 20agenda-pt:
| |
− | | {{{field|20agenda-pt}}}
| |
− | |-
| |
− | ! 20decision:
| |
− | | {{{field|20decision|input type=combobox|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}}
| |
− | |-
| |
− | ! 20description:
| |
− | | {{{field|20description|input type=textarea|autogrow}}}
| |
− | |}
| |
− | {{{end template}}}
| |
| | | |
| '''Free text:''' | | '''Free text:''' |