Difference between revisions of "Area"
Jump to navigation
Jump to search
(Marked this version for translation) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | ==Area element – domain partitioning== | + | <languages/> |
+ | <translate> | ||
+ | ==Area element – domain partitioning== <!--T:1--> | ||
===Example of description in XML=== | ===Example of description in XML=== | ||
<syntaxhighlight lang="xml" line> | <syntaxhighlight lang="xml" line> | ||
Line 5: | Line 7: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
===Parameters=== | ===Parameters=== | ||
− | {class="wikitable" | + | {|class="wikitable" |
|- | |- | ||
− | !Name!!type and variety!!description | + | !Name!!type and variety!!description |
|- | |- | ||
− | |name*||string||Area name | + | |name*||string||Area name |
|- | |- | ||
− | |default||true||Choose this area by default | + | |default||true||Choose this area by default |
|- | |- | ||
− | |system||yes||Visibility criterion in the interface<br>yes – do not display | + | |system||yes||Visibility criterion in the interface<br>yes – do not display |
|} | |} | ||
− | * – required fields | + | <!--T:2--> |
+ | <nowiki>*</nowiki> – required fields | ||
+ | </translate> |
Latest revision as of 11:38, 23 January 2022
Area element – domain partitioning
Example of description in XML
1<area default="true" name="Kitchen" system="yes"></area>
Parameters
Name | type and variety | description |
---|---|---|
name* | string | Area name |
default | true | Choose this area by default |
system | yes | Visibility criterion in the interface yes – do not display |
* – required fields