Template:Future: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Created page with "{| width="100%" style="background-color: #F0E68C; border: 1px solid #808000; font-size: 95%; clear: both" | | width="57px" | 50px|link= | align="left" | ...")
 
No edit summary
Line 1: Line 1:
{| width="100%" style="background-color: #F0E68C; border: 1px solid #808000; font-size: 95%; clear: both" |
{| width="100%" style="background-color: #F0E68C; border: 1px solid #808000; font-size: 95%; clear: both" |
  | width="57px" | [[File:Future.png|50px|link=]]
  | width="57px" | [[File:Future.png|50px|link=]]
  | align="left" | {{{raw|'''{{{2|[[:Category:{{{codename|Unknown}}} feature|FUTURE {{allcaps|{{{codename|Unknown}}}}} FEATURE]]}}}:'''<br />{{{1|This page or section describes features that are a future part of {{#if:{{{number|}}}|the|a}} Kodi {{{number|upcoming}}} release{{#if:{{{codename|}}}|, codename "{{{codename}}}"}}. For more information see '''[[development builds]]'''.}}} }}}
  | align="left" | {{{raw|'''{{{2|[[:Category:{{{codename|Unknown}}} feature|FUTURE {{allcaps|{{{codename|}}}}} FEATURE]]}}}:'''<br />{{{1|This page or section describes features that are a future part of {{#if:{{{number|}}}|the|a}} Kodi {{{number|upcoming}}} release{{#if:{{{codename|}}}|, codename "{{{codename}}}"}}. For more information see '''[[development builds]]'''.}}} }}}
  |}<includeonly>{{{nocat|[[Category:{{{codename|Unknown}}} feature]]}}}</includeonly><noinclude>{{doc}}</noinclude>
  |}<includeonly>{{{nocat|[[Category:{{{codename|Unknown}}} feature]]}}}</includeonly><noinclude>{{doc}}</noinclude>

Revision as of 01:20, 18 November 2015

Future.png FUTURE FEATURE:
This page or section describes features that are a future part of a Kodi upcoming release. For more information see development builds.
[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

Future.png FUTURE FEATURE:
This page or section describes features that are a future part of a Kodi upcoming release. For more information see development builds.


With version

{{Future|21}}

creates

Future.png FUTURE FEATURE:
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

Future.png 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. :
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

Future.png 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.:

21


See also