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>")
 
mNo edit summary
(7 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|20}}</nowiki></code>
creates
{{future box|20|nocat=}}
===Custom text===
<code><nowiki>{{future box|20|Sound comes out of boxes and goes to places inside your head with a variation of 12% protonium error.}}</nowiki></code>
creates
{{Future box|20|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>

Revision as of 21:29, 7 June 2021

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


creates


FUTURE Nexus FEATURE:

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

Custom text

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


creates


FUTURE Nexus FEATURE:

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

See also