From a2e62f91ed720c3bf8bc904fc8234eaedde3b1b9 Mon Sep 17 00:00:00 2001 From: Simon De Backer Date: Sat, 8 Aug 2020 19:56:14 +0200 Subject: [PATCH] Add project childs --- _Sidebar.md | 6 +++- data_files/project_child_collection.md | 11 ++++++ data_files/project_child_diagram.md | 34 +++++++++++++++++++ data_files/project_child_newdiagrams.md | 16 +++++++++ data_files/project_child_properties.md | 12 +++++++ data_files/project_child_property.md | 11 ++++++ .../project_properties_child_property.md | 11 ++++++ 7 files changed, 100 insertions(+), 1 deletion(-) create mode 100644 data_files/project_child_collection.md create mode 100644 data_files/project_child_diagram.md create mode 100644 data_files/project_child_newdiagrams.md create mode 100644 data_files/project_child_properties.md create mode 100644 data_files/project_child_property.md create mode 100644 data_files/project_properties_child_property.md diff --git a/_Sidebar.md b/_Sidebar.md index 48c8e29..a14481e 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -10,4 +10,8 @@ * [kindInformations](elements_child_kindInformations) * [elementInformations](elements_child_elementInformations) * [XML-project](project_XML) - * [contributor to wiki guidelines](contributor_to_wiki_guidelines) + * child elements + * [properties](project_child_properties) + * [newdiagrams](project_child_newdiagrams) + * [diagram](project_child_diagram) + * [collection](project_child_collection) diff --git a/data_files/project_child_collection.md b/data_files/project_child_collection.md new file mode 100644 index 0000000..0678060 --- /dev/null +++ b/data_files/project_child_collection.md @@ -0,0 +1,11 @@ +# collection +Example: +`` + +parent : project + +attribute : none + +## child elements + * [category](project_collection_child_category) + diff --git a/data_files/project_child_diagram.md b/data_files/project_child_diagram.md new file mode 100644 index 0000000..c5788bc --- /dev/null +++ b/data_files/project_child_diagram.md @@ -0,0 +1,34 @@ +# diagram +Example: +`` + +parent : project + +attribute : + * date + * filename + * cols + * height + * locmach + * colsize + * plant + * rows + * displayrows + * freezeNewElement + * displaycols + * auto_page_num + * title + * folio + * version + * displayAt + * author + * freezeNewConductor + * order + * indexrev + * rowsize +## child elements + * [defaultconductor](project_diagram_child_defaultconductor) + * [elements](project_diagram_child_elements) + * [conductors](project_diagram_child_conductors) + * [inputs](project_diagram_child_inputs) + diff --git a/data_files/project_child_newdiagrams.md b/data_files/project_child_newdiagrams.md new file mode 100644 index 0000000..0a509ec --- /dev/null +++ b/data_files/project_child_newdiagrams.md @@ -0,0 +1,16 @@ +# newdiagrams +Example: +`` + +parent : project + +attribute : none + +## child elements + * [border](project_newdiagrams_child_border) + * [inset](project_newdiagrams_child_inset) + * [conductors](project_newdiagrams_child_conductors) + * [xrefs](project_newdiagrams_child_xrefs) + * [conductors_autonums](project_newdiagrams_child_conductors_autonums) + * [element_autonums](project_newdiagrams_child_element_autonums) + diff --git a/data_files/project_child_properties.md b/data_files/project_child_properties.md new file mode 100644 index 0000000..b36cc90 --- /dev/null +++ b/data_files/project_child_properties.md @@ -0,0 +1,12 @@ +# properties +This contains all properties of the project. +Example: +`` + +parent : project + +attribute : none + +## child elements + * [property](project_properties_child_property) + diff --git a/data_files/project_child_property.md b/data_files/project_child_property.md new file mode 100644 index 0000000..3842e98 --- /dev/null +++ b/data_files/project_child_property.md @@ -0,0 +1,11 @@ +# property +Example: +`` + +parent : properties + +attribute : + * name + * show + + diff --git a/data_files/project_properties_child_property.md b/data_files/project_properties_child_property.md new file mode 100644 index 0000000..ded06da --- /dev/null +++ b/data_files/project_properties_child_property.md @@ -0,0 +1,11 @@ +# property +Example: +`2020-08-02` + +parent : properties + +attribute : + * name + * show + +