Template:Xml setting: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
m (Protected "Template:Xml setting" (‎[edit=sysop] (indefinite) ‎[move=sysop] (indefinite)))
 
(41 intermediate revisions by the same user not shown)
Line 1: Line 1:
*{{{tag name}}}
'''<nowiki><</nowiki>{{{tag name}}}{{#if: {{{tag attribute|}}} | &nbsp;{{{tag attribute|}}}="'''''attribute'''''" }}>'''''options'''''<nowiki><</nowiki>/{{{tag name}}}>'''
*{{{parent tag}}}
 
*{{{requires tag}}}
{{{description}}}
*{{{tag attribute}}}
 
*{{{tag attribute type}}}
{{#if: {{{tag attribute values|}}} |{{{!}}  
*{{{tag attribute values}}}
{{!}} width="50%" valign="top" {{!}}
*{{{option type}}}
'''Attribute options:'''<br/>
*{{{option values}}}
{{{tag attribute values}}}
*{{{default values}}}
{{!}} width="50%" valign="top" {{!}}
*{{{example values}}}
'''Main options:'''<br/>
*{{{platform}}}
{{{option values}}}
*{{{XBMC version}}}<noinclude>
{{!}}} |
{{#if: {{{option values|}}} | '''Main options:'''
{{{option values}}} <br/>}} }}{{{example|}}}<noinclude>
{{documentation}}</noinclude>
{{documentation}}</noinclude>

Latest revision as of 20:40, 27 July 2013

<{{{tag name}}}>options</{{{tag name}}}>

{{{description}}}


[edit] Template documentation

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 = 
}}