Template:Xml setting/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Created page with "<code> <nowiki>{{xml setting | tag name = | parent tag = | requires tag = | tag attributes = | option type = | option values = | default values = | example values ...")
 
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<code>
==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>
<nowiki>{{xml setting
<nowiki>{{xml setting
  | tag name =  
  | tag name =  
  | parent tag =  
  | parent tag =  
  | requires tag =  
  | requires tag =  
  | tag attributes =  
  | tag attribute =
| tag attribute type =
| 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 =
| example =
}}</nowiki>
}}</nowiki>
</code>
</pre>
<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 = 
}}