Difference between revisions of "Form:Board Summary Submission"
Malcolmmcc (talk | contribs) |
Malcolmmcc (talk | contribs) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
− | + | ===Create a Board Meeting Summary=== | |
− | + | {{#forminput:form=Board Summary Submission|autocomplete on namespace=Board|query string=namespace=Board}} | |
− | + | ===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. | ||
− | |||
</noinclude><includeonly> | </noinclude><includeonly> | ||
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}}} | |
− | |||
− | {{{for template|Board | ||
;Agenda # and Type | ;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 | ;Motion | ||
− | :{{{field| | + | :{{{field|motion}}} Link {{{field|link|size=20}}} |
− | ;Description | + | ;Description |
− | :{{{field| | + | :''You can include internal links (<nowiki>[[Example]]</nowiki>) in these forms. |
+ | :{{{field|description|input type=textarea|size=15|autogrow}}} | ||
;Decision | ;Decision | ||
− | :{{{field| | + | :{{{field|decision|input type=combobox|size=20|values=Passed,Failed,Tabled,N/A,Passed Online,No Quorum,Passed in Part,Unknown}}} |
{{{end template}}} | {{{end template}}} | ||
− | + | ||
Latest revision as of 17:21, 13 November 2018
Create a Board Meeting Summary
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.