Template:Future box/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:


==Usage==
==Usage==
<code><nowiki>{{</nowiki>helix box|TEXT GOES HERE}}</code>
<code><nowiki>{{</nowiki>Future box|'''VERSION'''|'''TEXT GOES HERE'''}}</code>


==Example==
==Example==


===Default text===
=== Default text ===
<code><nowiki>{{future box|16}}</nowiki></code>
 
<code><nowiki>{{future box}}</nowiki></code>
 
 
creates
 
{{future box|nocat=}}
 
===Version with no text===
<code><nowiki>{{future box|20}}</nowiki></code>




creates
creates


{{future box|16|nocat=}}
{{future box|20|nocat=}}


===Custom text===
===Custom text===
<code><nowiki>{{future box|16|Sound comes out of boxes and goes to places inside your head with a variation of 12% protonium error.}}</nowiki></code>
<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
creates


{{Future box|16|Sound comes out of boxes and goes to places inside your head with a variation of 12% protonium error.|nocat=|}}
{{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==
==See also==
*{{tl|Future}}
*{{tl|Future}}
*{{tl|Future note}}
*{{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