| # | Name | Creator | Type | Date | Description | Version |
|---|
How to add elements
The way the catalog works is very simple, it's all handled through XML and JS.Elements are added in the following format:
<element category="Development">
<img>*image link*</img>
<name>Template Element</name>
<creator>Ultrasound XML</creator>
<date>22-08-2026</date>
<desc>This is a template element.</desc>
<version>1.0</version>
<link>*link to source*</link>
</element>
XML makes it easier to encode informations without modifying the HTML code, this method can be used to create lists of elements or databases.
Changelog
Version 0.1
Added:JS DOMParser for XML added
Basic element structure defined
Table style
Search Bar for searching through Name Values
Version 0.2
Added:Added Icons for elements, with new value "imageSource"
Updated scripts