Jump to content

Template:Future: Difference between revisions

From Official Kodi Wiki
Updated for v20
m v22 Update
 
Line 9: Line 9:
  | 20 = {{Future/core | number = v20| codename = Nexus | {{#if:{{{2|}}}|raw}} ={{{2}}} }}<includeonly>{{{nocat|[[Category:Nexus_feature]]}}}</includeonly>
  | 20 = {{Future/core | number = v20| codename = Nexus | {{#if:{{{2|}}}|raw}} ={{{2}}} }}<includeonly>{{{nocat|[[Category:Nexus_feature]]}}}</includeonly>
  | 21 = {{Future/core | number = v21| codename = Omega| {{#if:{{{2|}}}|raw}} ={{{2}}} }}<includeonly>{{{nocat|[[Category:Omega_feature]]}}}</includeonly>
  | 21 = {{Future/core | number = v21| codename = Omega| {{#if:{{{2|}}}|raw}} ={{{2}}} }}<includeonly>{{{nocat|[[Category:Omega_feature]]}}}</includeonly>
| 22 = {{Future/core | number = v22| codename = Piers| {{#if:{{{2|}}}|raw}} ={{{2}}} }}<includeonly>{{{nocat|[[Category:Piers_feature]]}}}</includeonly>
  | {{Future/core}}
  | {{Future/core}}
}}<noinclude>
}}<noinclude>

Latest revision as of 23:49, 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

Generic banner: {{Future}}

Version specific banner: {{Future|VERSION}}

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

Example

Default text

{{Future}}

creates


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


With version

{{Future|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|22|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 Piers FEATURE:
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.


{{Future|22|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 Piers FEATURE:
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.


See also