Form:Board Summary Submission: Difference between revisions
Malcolmmcc (talk | contribs) No edit summary |
Malcolmmcc (talk | contribs) No edit summary |
||
(21 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 11: | Line 14: | ||
{{{for template|BoardNav}}} | {{{for template|BoardNav}}} | ||
{| class="formtable" | {| class="formtable" | ||
! | ! 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 23: | Line 26: | ||
| {{{field|minutes|mandatory}}} | | {{{field|minutes|mandatory}}} | ||
|} | |} | ||
{{{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}}} | {{{end template}}} | ||
'''Free text:''' | '''Free text:''' |