Template:Xml setting/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
==Usage==
==Usage==
Experimental template. Probably won't be used in the future unless I can figure out some limitations in it. -- [[User:Ned Scott|Ned Scott]] ([[User talk:Ned Scott|talk]]) 16:41, 27 July 2013 (EDT)
<pre>
<pre>
<nowiki>{{xml setting
<nowiki>{{xml setting
Line 8: Line 10:
  | tag attribute type =  
  | tag attribute type =  
  | tag attribute values =  
  | tag attribute values =  
| tag attribute default values =
  | option type =  
  | option type =  
  | option values =  
  | option values =  
  | default values =  
  | default values =  
| example values =
  | platform =  
  | platform =  
  | XBMC version =  
  | XBMC version =  
  | description =  
  | description =  
| example =
}}</nowiki>
}}</nowiki>
</pre>
</pre>
<includeonly>[[Category:Templates]]</includeonly>
<includeonly>
[[Category:Page specific templates]]
</includeonly>

Latest revision as of 20:41, 27 July 2013

Usage

Experimental template. Probably won't be used in the future unless I can figure out some limitations in it. -- Ned Scott (talk) 16:41, 27 July 2013 (EDT)

{{xml setting
 | tag name = 
 | parent tag = 
 | requires tag = 
 | tag attribute = 
 | tag attribute type = 
 | tag attribute values = 
 | tag attribute default values = 
 | option type = 
 | option values = 
 | default values = 
 | platform = 
 | XBMC version = 
 | description = 
 | example = 
}}