|
|
| Line 6: |
Line 6: |
|
| |
|
| <nowiki>{{{for template|Doohickey}}}</nowiki> | | <nowiki>{{{for template|Doohickey}}}</nowiki> |
|
| |
| '''Required fields:'''
| |
|
| |
| {| class="formtable"
| |
| |-
| |
| ! Jurisdiction<span style="color:red;"> *</span>:
| |
| | <nowiki>{{{field|has_jurisdiction|property=Has Jurisdiction|input type=combobox|mandatory=true}}}</nowiki>
| |
| |-
| |
| ! Legal In<span style="color:red;"> *</span>:
| |
| | <nowiki>{{{field|legal_in|property=Legal In|input type=combobox|mandatory=true}}}</nowiki>
| |
| |-
| |
| ! Liable For<span style="color:red;"> *</span>:
| |
| | <nowiki>{{{field|liable_for|property=Liable For|input type=combobox|mandatory=true}}}</nowiki>
| |
| |}
| |
|
| |
| '''Optional fields:'''
| |
|
| |
| {| class="formtable"
| |
| |-
| |
| ! Contains Residents: <br><p class="pfFieldDescription" style="font-size:0.7em; color:gray;">What resides inside</p>
| |
| | <nowiki>{{{field|contains_residents|property=Contains Residents|input type=tokens|multiple|values from category=Doohickey|autocomplete=on}}}</nowiki>
| |
| |-
| |
| ! <script>window.alert('hey');</script>: <br><p class="pfFieldDescription" style="font-size:0.7em; color:gray;">Materials that this entity is composed of</p>
| |
| | <nowiki>{{{field|made_of|property=Made Of|input type=tokens|multiple|values from category=Material|autocomplete=on}}}</nowiki>
| |
| |-
| |
| ! Stored In:
| |
| | <nowiki>{{{field|stored_in|property=Stored In|input type=combobox}}}</nowiki>
| |
| |-
| |
| ! Worn By:
| |
| | <nowiki>{{{field|worn_by|property=Worn By|input type=combobox}}}</nowiki>
| |
| |}
| |
|
| |
|
| <nowiki>{{{end template}}}</nowiki> | | <nowiki>{{{end template}}}</nowiki> |
|
| |
|
| </includeonly> | | </includeonly> |