Template:Future

From Official Kodi Wiki
Revision as of 22:46, 15 January 2023 by Karellen (talk | contribs) (Updated for v20)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Future.png 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.png 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|21}}

creates


Future.png FUTURE Omega FEATURE:
This page or section describes features that are a future part of the Kodi v21 release, codename "Omega". For more information see development builds.


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 FUTURE Omega 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|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 FUTURE Omega 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