Template:Xml setting: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
'''<nowiki><</nowiki>{{{tag name}}}{{#if: {{{tag attribute|}}} | &nbsp;{{{tag attribute|}}}="'''''attribute'''''" }}>'''''options'''''<nowiki><</nowiki>/{{{tag name}}}>'''
'''<nowiki><</nowiki>{{{tag name}}}{{#if: {{{tag attribute|}}} | &nbsp;{{{tag attribute|}}}="'''''attribute'''''" }}>'''''options'''''<nowiki><</nowiki>/{{{tag name}}}>'''
 
{{#if: {{{tag attribute|}}} |{{{!}}
{{!}} width="50%" {{!}}
'''Main options:'''<br/>
'''Main options:'''<br/>
{{{option values}}}
{{{option values}}}
{{#if: {{{tag attribute values|}}} |<br/>'''Tag attribute options:'''<br/>
{{!}} width="50%" {{!}}
{{#if: {{{tag attribute values|}}} |<br/>'''Attribute options:'''<br/>
{{{tag attribute values}}} }}
{{{tag attribute values}}} }}
{{!}}} |
'''Main options:'''<br/>
{{{option values}}} }}
{{{description}}}<noinclude>
{{{description}}}<noinclude>
{{documentation}}</noinclude>
{{documentation}}</noinclude>

Revision as of 22:38, 7 October 2012

<{{{tag name}}}>options</{{{tag name}}}> Main options:
{{{option values}}} {{{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 = 
}}