mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 16:20:52 +01:00
Revert "Fix links in off-line use"
This reverts commit 97c68ef17b4b1d61500e7cbfb2ce560623c96357.
2
Home.md
2
Home.md
@@ -7,4 +7,4 @@ purpose:
|
|||||||
explaining the file `*.elmt` and then `*.qet`
|
explaining the file `*.elmt` and then `*.qet`
|
||||||
and this for developers.
|
and this for developers.
|
||||||
|
|
||||||
## [elements XML structure](XML-elements.md)
|
## [elements XML structure](XML-elements)
|
||||||
@@ -10,7 +10,7 @@ The main XML element is therefore the “definition” tag. In case we have more
|
|||||||
Example:
|
Example:
|
||||||
`<definition type="element" width="" height="" hotspot_x="" hotspot_y="" orientation="dyyy" version="" link_type="">`
|
`<definition type="element" width="" height="" hotspot_x="" hotspot_y="" orientation="dyyy" version="" link_type="">`
|
||||||
|
|
||||||
[attribute](definition_attribute.md)
|
[attribute](definition_attribute)
|
||||||
|
|
||||||
### uuid
|
### uuid
|
||||||
parent : definition
|
parent : definition
|
||||||
@@ -34,7 +34,7 @@ children : name
|
|||||||
> `<name lang="en">fuse</name>`
|
> `<name lang="en">fuse</name>`
|
||||||
|
|
||||||
### elementInformations
|
### elementInformations
|
||||||
see [definition attribute link type](definition_attribute.md#link-type) when used
|
see [definition attribute link type](definition_attribute#link-type) when used
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
`<elementInformations>`
|
`<elementInformations>`
|
||||||
@@ -47,7 +47,7 @@ children : elementInformation
|
|||||||
> `<elementInformation show="1" name="comment">comments</elementInformation>`
|
> `<elementInformation show="1" name="comment">comments</elementInformation>`
|
||||||
### kindInformations
|
### kindInformations
|
||||||
|
|
||||||
see [definition attribute link type](definition_attribute.md#link-type) when used
|
see [definition attribute link type](definition_attribute#link-type) when used
|
||||||
### informations
|
### informations
|
||||||
Example:
|
Example:
|
||||||
`<informations>Author: The QElectroTech team
|
`<informations>Author: The QElectroTech team
|
||||||
|
|||||||
Reference in New Issue
Block a user