Jump to content

Template:Future box: Difference between revisions

From Official Kodi Wiki
Ned Scott (talk | contribs)
No edit summary
v22 Update
 
(27 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| style="background-color: #F0E68C; border: 2px dashed #808000; margin-top: 2px; margin-bottom: 2px;" |
{{#switch: {{{1}}}
  | '''''[[:Category:{{{codename|Unknown}}} feature|FUTURE {{{codename|}}} FEATURE]]:'''''
| 13 = {{Future box/core | number = v{{{1}}}| codename = Gotham}}<includeonly>{{{nocat|[[Category:Gotham feature]]}}}</includeonly>
  |-
| 14 = {{Future box/core | color 1 = #EBE6FF | color 2 = #808000 | number = v{{{1}}}| codename = Helix| {{#if:{{{2|}}}|note}} ={{{2}}} }}<includeonly>{{{nocat|[[Category:Helix feature]]}}}</includeonly>
  |
  | 15 = {{Future box/core | number = v{{{1}}}| codename = Isengard| {{#if:{{{2|}}}|note}} ={{{2}}} }}<includeonly>{{{nocat|[[Category:Isengard feature]]}}}</includeonly>
{{{1|This page or section describes features that are a future part of the Kodi {{{Version|upcoming}}} release {{#if:{{{codename|}}}|, codename "{{{codename}}}"}}. For more information see '''[[development builds]]'''.}}}
| 16 = {{Future box/core | number = v{{{1}}}| codename = Jarvis| {{#if:{{{2|}}}|note}} ={{{2}}} }}<includeonly>{{{nocat|[[Category:Jarvis feature]]}}}</includeonly>
  |}<includeonly>{{{nocat|[[Category:{{{codename|Unknown}}} feature]]}}}</includeonly><noinclude>{{doc}}</noinclude>
| 17 = {{Future box/core | number = v{{{1}}}| codename = Krypton | {{#if:{{{2|}}}|note}} ={{{2}}} }}<includeonly>{{{nocat|[[Category:Krypton feature]]}}}</includeonly>
  | 18 = {{Future box/core | number = v{{{1}}}| codename = Leia | {{#if:{{{2|}}}|note}} ={{{2}}} }}<includeonly>{{{nocat|[[Category:Leia feature]]}}}</includeonly>
  | 19 = {{Future box/core | number = v{{{1}}}| codename = Matrix| {{#if:{{{2|}}}|note}} ={{{2}}} }}<includeonly>{{{nocat|[[Category:Matrix feature]]}}}</includeonly>
| 20 = {{Future box/core | number = v{{{1}}}| codename = Nexus | {{#if:{{{2|}}}|note}} ={{{2}}} }}<includeonly>{{{nocat|[[Category:Nexus]]}}}</includeonly>
  | 21 = {{Future box/core | number = v{{{1}}}| codename = Omega | {{#if:{{{2|}}}|note}} ={{{2}}} }}<includeonly>{{{nocat|[[Category:Omega]]}}}</includeonly>
| 22 = {{Future box/core | number = v{{{1}}}| codename = Piers | {{#if:{{{2|}}}|note}} ={{{2}}} }}<includeonly>{{{nocat|[[Category:Piers]]}}}</includeonly>
| {{Future box/core}} <includeonly>{{{nocat|[[Category:Unknown feature]]}}}</includeonly>
}}<noinclude>{{doc}}</noinclude>

Latest revision as of 23:50, 17 August 2024

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


creates


FUTURE Piers FEATURE:

This page or section describes features that are a future part of the Kodi v22 release, codename "Piers". For more information see development builds.

Custom text

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


creates


FUTURE Piers FEATURE:

Sound comes out of boxes and goes to places inside your head with a variation of 12% protonium error.

See also