Export Data: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
m (Protected "Export Data" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading])
(Updated To Match Documentation)
Line 1: Line 1:
{{Template:XFRACAS.XML.Import.Doc.Class|Common Elements|Common Elements}}
{{Template:XFRACAS.XML.Import.Doc.Class|Common Elements|Common Elements}}
* The Export Data element is used only to display information about the export. No data is imported from these elements.  
 
* This element will be present on all exported xml files.
 
:<font color=blue><!—</font>{{APIComment|The Resources element is used only to display localization information. Data is not imported from these elements, so it is not necessary for XML imports. This element will be present on most exported XML files.}}
::<font color=blue><Resources></font>
::<font color=blue><!—</font>{{APIComment|LanguageCode must be a string}}
::<font color=blue><LanguageCode></font><font color=black>en</font><font color=blue></LanguageCode></font>
::<font color=blue><!—</font>{{APIComment|ResourceID must be an Integer}}
::<font color=blue><ResourceID></font><font color=black>9056</font><font color=blue></ResourceID></font>
::<font color=blue><!—</font>{{APIComment|ResourceText must be a string. 1000 characters maximum}}
::<font color=blue><ResourceText></font><font color=black>Text</font><font color=blue></ResourceText></font>
:<font color=blue></Resources></font>

Revision as of 21:55, 11 February 2015


<!— The Resources element is used only to display localization information. Data is not imported from these elements, so it is not necessary for XML imports. This element will be present on most exported XML files.
<Resources>
<!— LanguageCode must be a string
<LanguageCode>en</LanguageCode>
<!— ResourceID must be an Integer
<ResourceID>9056</ResourceID>
<!— ResourceText must be a string. 1000 characters maximum
<ResourceText>Text</ResourceText>
</Resources>