Export Data: Difference between revisions
Jump to navigation
Jump to search
John Leavitt (talk | contribs) m (Protected "Export Data" ([edit=sysop] (indefinite) [move=sysop] (indefinite)) [cascading]) |
John Leavitt (talk | contribs) (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}} | ||
:<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>