Actions

Translations

New Template System in LS3.x/104/nl: Difference between revisions

From LimeSurvey Manual

(Created page with "<syntaxhighlight lang="xml" enclose="div"> <metadata> <name>De naam van het thema</name> <title>De titel van het thema</title> <creationDate>10/05/...")
 
No edit summary
Line 9: Line 9:
         <copyright>Copyright </copyright>
         <copyright>Copyright </copyright>
         <license>Licentie van je thema</license>
         <license>Licentie van je thema</license>
         <version>versie van je thema</version>
         <version>Versie van je thema</version>
         <apiVersion>3</apiVersion>
         <apiVersion>3</apiVersion>
         <description>Beschrijving van je thema</description>
         <description>Beschrijving van je thema</description>

Revision as of 14:36, 10 May 2019

Message definition (New Template System in LS3.x)
<syntaxhighlight lang="xml">
   <metadata>
       <name>the_name_of_your_theme</name>
       <title>The Title of your theme</title>
       <creationDate>16/10/2017</creationDate>
       <author>Your Name</author>
       <authorEmail>your@email.org</authorEmail>
       <authorUrl>http://www.yourwebsite.org</authorUrl>
       <copyright>Your Copyright </copyright>
       <license>Licence of your theme</license>
       <version>version of your theme</version>
       <apiVersion>3</apiVersion>
       <description>Description of your theme</description>
       <extends>parent_theme</extends>
   </metadata>
</syntaxhighlight>
    <metadata>
        <name>De naam van het thema</name>
        <title>De titel van het thema</title>
        <creationDate>10/05/2019</creationDate>
        <author>Je naam</author>
        <authorEmail>your@email.org</authorEmail>
        <authorUrl>http://www.yourwebsite.org</authorUrl>
        <copyright>Copyright </copyright>
        <license>Licentie van je thema</license>
        <version>Versie van je thema</version>
        <apiVersion>3</apiVersion>
        <description>Beschrijving van je thema</description>
        <extends>parent_theme</extends>
    </metadata>