]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/templates/de/game/electronic/base_electronic.xml
Added to generic directory
[shipsimu.git] / application / ship-simu / templates / de / game / electronic / base_electronic.xml
index 932eca9499821fc21ac1c5173ac8fee87b2b55a6..f29a410c34cedea85183e5e944cd4ac14b158c5a 100644 (file)
@@ -27,20 +27,20 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program. If not, see <http://www.gnu.org/licenses/>
 //-->
-<electronic extends="{?goody_template?}">
+<electronic>
        <!-- General data of the electronics. //-->
        <general-data>
                <!-- Id and type for this electronic. //-->
                <id>{?id?}</id>
                <name>{?name?}</name>
                <type>{?type?}</type>
-               <!-- Simplified dimension of the electronics because it will be placed
+               <!-- Simplified dimensions of the electronics because it will be placed
                     into a small box for transportation. //-->
-               <dimension>
+               <dimensions>
                        <width>{?width?}</width>
                        <height>{?height?}</height>
                        <length>{?length?}</length>
-               </dimension>
+               </dimensions>
        </general-data>
        <!-- An electronical device may depend on one or more technologies, at least
             'electronics'. //-->