Template:Future/doc: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
(<br> in template)
(11 intermediate revisions by 2 users not shown)
Line 2: Line 2:


==Usage==
==Usage==
<code><nowiki>{{</nowiki>Future|''VERSION''|''TEXT GOES HERE''}}</code>
Generic banner: <code><nowiki>{{</nowiki>Future}}</code>
 
Version specific banner: <code><nowiki>{{</nowiki>Future|'''VERSION'''}}</code>
 
Custom text: <code><nowiki>{{</nowiki>Future|'''VERSION'''|'''TEXT GOES HERE'''}}</code>


==Example==
==Example==
Line 9: Line 13:


<code><nowiki>{{Future}}</nowiki></code>
<code><nowiki>{{Future}}</nowiki></code>


creates
creates
Line 15: Line 18:
{{Future|nocat=}}
{{Future|nocat=}}


===Version with no text===
<code><nowiki>{{Future|16}}</nowiki></code>


===With version===
<code><nowiki>{{Future|19}}</nowiki></code>


creates
creates


{{Future|16|nocat=}}
{{Future|19|nocat=}}
 
 
=== Custom text ===
<code><nowiki>{{Future|19|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.}}</nowiki></code>
 
creates
{{Future|19|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. |nocat=|}}


===Custom text===
<code><nowiki>{{Future|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|19|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.}}</nowiki></code>


creates
creates
{{Future|19|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.|nocat=|}}


{{Future|16|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 box}}
*{{tl|Future note}}
*{{tl|Future note}}
*{{tl|Updated}}


<includeonly>
<includeonly>

Revision as of 00:57, 17 January 2020

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

creates


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


Custom text

{{Future|19|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 Matrix 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|19|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 Matrix 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