Form:School

From SunshinePPS Wiki

This is the School form. To create a page with this form, enter the page name below; if a page with that name already exists, you will be sent to a form to edit that page.



__NOEDITSECTION__
__NOTOC__
{{{info|create title=Create a new School|edit title=Edit a School}}}
<div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div>
{{{for template|SOM.Page.School}}}
== Basic Facts ==
<table class="wikitable"><tr><th>District:</th><td>{{{field|district|input type=combobox|values from category=School District}}}</td></tr></table>

==== Names ====
{{{field|names|holds template}}}
==== Websites ====
{{{field|websites|holds template}}}
==== Mottos ====
{{{field|mottos|holds template}}}
== Administration ==
==== Principals ====
{{{field|principals|holds template}}}
==== Assistant Principals ====
{{{field|assistant_principals|holds template}}}
==== Campuses ====
{{{field|campuses|holds template}}}
==== Identifiers ====
{{{field|system_identifiers|holds template}}}
== Article Text ==
{{{field|text|input type=textarea|autogrow|editor=wikieditor}}}
{{{end template}}}
{{{for template|SOM.DateBounded.HasWebsite/Instance
|multiple
|embed in field=SOM.Page.School[websites]
}}}
<div class="container">
<div class="row">
URL {{{field|url|input type=text}}}
From {{{field|from|input type=datepicker|date format=YYYY-MM-DD}}}
Until {{{field|until|input type=datepicker|date format=YYYY-MM-DD}}}
Current? {{{field|is_current|input type=radiobutton|mandatory|default=true|values=true,false}}}
</div>
<div class="row">
References {{{field|references|input type=text}}}
</div>
</div>
{{{end template}}}


{{{for template|SOM.DateBounded.Role.OrgPerson.SchoolAssistantPrincipal/Instance
|multiple
|embed in field=SOM.Page.School[assistant_principals]
}}}
<div class="container">
<div class="row">
Person {{{field|person|input type=combobox|values from category=Person}}}
Role Attributes {{{field|role_attributes|input type=checkboxes|hide select all|values=acting,interim}}}
From {{{field|from|input type=datepicker|date format=YYYY-MM-DD}}}
Until {{{field|until|input type=datepicker|date format=YYYY-MM-DD}}}
Current? {{{field|is_current|input type=radiobutton|mandatory|default=true|values=true,false}}}
</div>
<div class="row">
</div>
<div class="row">
References {{{field|references|input type=text}}}
</div>
</div>
{{{end template}}}


{{{for template|SOM.DateBounded.HasName/Instance
|multiple
|embed in field=SOM.Page.School[names]
}}}
<div class="container">
<div class="row">
Name {{{field|name|input type=text}}}
From {{{field|from|input type=datepicker|date format=YYYY-MM-DD}}}
Until {{{field|until|input type=datepicker|date format=YYYY-MM-DD}}}
Current? {{{field|is_current|input type=radiobutton|mandatory|default=true|values=true,false}}}
</div>
<div class="row">
References {{{field|references|input type=text}}}
</div>
</div>
{{{end template}}}


{{{for template|SOM.DateBounded.Role.OrgPerson.SchoolPrincipal/Instance
|multiple
|embed in field=SOM.Page.School[principals]
}}}
<div class="container">
<div class="row">
Person {{{field|person|input type=combobox|values from category=Person}}}
Role Attributes {{{field|role_attributes|input type=checkboxes|hide select all|values=acting,interim}}}
From {{{field|from|input type=datepicker|date format=YYYY-MM-DD}}}
Until {{{field|until|input type=datepicker|date format=YYYY-MM-DD}}}
Current? {{{field|is_current|input type=radiobutton|mandatory|default=true|values=true,false}}}
</div>
<div class="row">
</div>
<div class="row">
References {{{field|references|input type=text}}}
</div>
</div>
{{{end template}}}


{{{for template|SOM.DateBounded.SystemSpecificIdentifier/Instance
|multiple
|embed in field=SOM.Page.School[system_identifiers]
}}}
<div class="container">
<div class="row">
System {{{field|system|input type=text}}}
Identifier {{{field|identifier|input type=text}}}
From {{{field|from|input type=datepicker|date format=YYYY-MM-DD}}}
Until {{{field|until|input type=datepicker|date format=YYYY-MM-DD}}}
Current? {{{field|is_current|input type=radiobutton|mandatory|default=true|values=true,false}}}
</div>
<div class="row">
References {{{field|references|input type=text}}}
</div>
</div>
{{{end template}}}


{{{for template|SOM.DateBounded.Role.OrgPlace.SchoolCampus/Instance
|multiple
|embed in field=SOM.Page.School[campuses]
}}}
<div class="container">
<div class="row">
Place {{{field|place|input type=combobox|values from category=Place}}}
From {{{field|from|input type=datepicker|date format=YYYY-MM-DD}}}
Until {{{field|until|input type=datepicker|date format=YYYY-MM-DD}}}
Current? {{{field|is_current|input type=radiobutton|mandatory|default=true|values=true,false}}}
</div>
<div class="row">
</div>
<div class="row">
References {{{field|references|input type=text}}}
</div>
</div>
{{{end template}}}


{{{for template|SOM.DateBounded.HasMotto/Instance
|multiple
|embed in field=SOM.Page.School[mottos]
}}}
<div class="container">
<div class="row">
Motto {{{field|motto|input type=text}}}
From {{{field|from|input type=datepicker|date format=YYYY-MM-DD}}}
Until {{{field|until|input type=datepicker|date format=YYYY-MM-DD}}}
Current? {{{field|is_current|input type=radiobutton|mandatory|default=true|values=true,false}}}
</div>
<div class="row">
References {{{field|references|input type=text}}}
</div>
</div>
{{{end template}}}