Template:Future box: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
{| style="background-color: #F0E68C; border: 2px dashed #808000; margin-top: 2px; margin-bottom: 2px;" |
{{#switch: {{{v}}}
| '''''[[:Category:{{{codename|Unknown}}} feature|FUTURE {{allcaps|{{{codename|}}}}} FEATURE]]:'''''
| 13 = {{Future box/core | number = {{{v}}}| codename = Gotham}}
  |-
  | 14 = {{Future box/core | number = {{{v}}}| codename = Helix}}
|
| 15 = {{Future box/core | number = {{{v}}}| codename = Isengard}}
{{{1|This page or section describes features that are a future part of {{#if:{{{number|}}}|the|a}} Kodi {{{number|}}} release{{#if:{{{codename|}}}|, codename "{{{codename}}}"}}. For more information see '''[[development builds]]'''.}}}
| 16 = {{Future box/core | number = {{{v}}}| codename = Jarvis}}
|}<includeonly>{{{nocat|[[Category:{{{codename|Unknown}}} feature]]}}}</includeonly><noinclude>{{doc}}</noinclude>
| {{Future box/core}}
}}
<includeonly>{{{nocat|[[Category:{{{codename|Unknown}}} feature]]}}}</includeonly><noinclude>{{doc}}</noinclude>

Revision as of 01:33, 18 November 2015

FUTURE FEATURE:

This page or section describes features that are a future part of a Kodi 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

{{Future box|VERSION|TEXT GOES HERE}}

Example

Default text

{{future box}}


creates


FUTURE FEATURE:

This page or section describes features that are a future part of a Kodi release. For more information see development builds.


Version with no text

{{future box|21}}


creates


FUTURE FEATURE:

This page or section describes features that are a future part of a Kodi release. For more information see development builds.


Custom text

{{future box|21|Sound comes out of boxes and goes to places inside your head with a variation of 12% protonium error.}}


creates


FUTURE FEATURE:

This page or section describes features that are a future part of a Kodi release. For more information see development builds.


See also