Template:Future

From Official Kodi Wiki
Revision as of 01:40, 18 November 2015 by Ned Scott (talk | contribs)
Jump to navigation Jump to search

Template:Future/core1=

[edit] Template documentation

Boxes up a section of text and adds a "Future feature" note to it.

Usage

Generic banner: {{Future}}

Version specific banner: {{Future|VERSION}}

Custom text: {{Future|VERSION|TEXT GOES HERE}}

Example

Default text

{{Future}}

creates

Template:Future/core1=


With version

{{Future|21}}

creates

Template:Future/core1=21


Custom text

{{Future|21|The addition of handling a comment line has been added. These lines are defined as beginning with ##. Kodi will ignore any lines beginning with ## and continue processing the EDL file.}}

creates Template:Future/core1=21


{{Future|21|The addition of handling a comment line has been added. These lines are defined as beginning with ##.<br> Kodi will ignore any lines beginning with ## and continue processing the EDL file.}}

creates Template:Future/core1=21


See also