Difference between revisions of "Area"

From Larnitech wiki page
Jump to navigation Jump to search
(Created page with "==Area element – domain partitioning== ===Example of description in XML=== <syntaxhighlight lang="xml" line> <area default="true" name="Kitchen" system="yes"></area> </synta...")
 
(Marked this version for translation)
 
(5 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!!default value
+
!Name!!type and variety!!description
|name*||string||Area name|| -
+
|-
|default||true||Choose this area by default|| -  
+
|name*||string||Area name
|system||yes||Visibility criterion in the interface<br>yes – do not display|| -
+
|-
 +
|default||true||Choose this area by default  
 +
|-
 +
|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

Other languages:
English • ‎русский

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