Form:Real Property

From SunshinePPS Wiki

This is the Real Property 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 Real Property|edit title=Edit a Real Property}}}
<div id="wikiPreview" style="display: none; padding-bottom: 25px; margin-bottom: 25px; border-bottom: 1px solid #AAAAAA;"></div>
{{{for template|SOM.Page.Real Property}}}
== Basic Facts ==
<table class="wikitable"><tr><th>Location:</th><td>{{{field|location|input type=leaflet|property=SOM:Has coordinates}}}</td></tr></table>

==== Names ====
{{{field|names|holds template}}}
==== Addresses ====
{{{field|addresses|holds template}}}
==== Owners ====
{{{field|owners|holds template}}}
== Article Text ==
{{{field|text|input type=textarea|autogrow|editor=wikieditor}}}
{{{end template}}}
{{{for template|SOM.DateBounded.Role.ThingOrg.Owner/Instance
|multiple
|embed in field=SOM.Page.Real Property[owners]
}}}
<div class="container">
<div class="row">
Owner {{{field|owner|input type=combobox|values from category=Organization}}}
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.StreetAddress/Instance
|multiple
|embed in field=SOM.Page.Real Property[addresses]
}}}
<div class="container">
<div class="row">
Line 1 {{{field|line1|input type=text}}}
Line 2 {{{field|line2|input type=text}}}
City {{{field|city|input type=text}}}
State {{{field|state|input type=text}}}
Zip Code {{{field|zipcode|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.HasName/Instance
|multiple
|embed in field=SOM.Page.Real Property[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}}}