Template:Future box/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(Created page with " <includeonly> Category:Maintenance templates Category:Template messages </includeonly>")
 
(Updated for v20)
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Boxes up a section of text and adds a "Future feature" note to it.


==Usage==
<code><nowiki>{{</nowiki>Future box|'''VERSION'''|'''TEXT GOES HERE'''}}</code>
==Example==
=== Default text ===
<code><nowiki>{{future box}}</nowiki></code>
creates
{{future box|nocat=}}
===Version with no text===
<code><nowiki>{{future box|21}}</nowiki></code>
creates
{{future box|21|nocat=}}
===Custom text===
<code><nowiki>{{future box|21|Sound comes out of boxes and goes to places inside your head with a variation of 12% protonium error.}}</nowiki></code>
creates
{{Future box|21|Sound comes out of boxes and goes to places inside your head with a variation of 12% protonium error.|nocat=|}}
==See also==
*{{tl|Future}}
*{{tl|Future note}}
*{{tl|Updated}}


<includeonly>
<includeonly>

Latest revision as of 22:44, 15 January 2023

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 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 box|21|Sound comes out of boxes and goes to places inside your head with a variation of 12% protonium error.}}


creates


FUTURE Omega FEATURE:

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

See also