Template:Future/doc: Difference between revisions
Appearance
Created page with " <includeonly> Category:Maintenance templates Category:Template messages </includeonly>" |
v22 Update |
||
| (16 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== | |||
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== | |||
=== Default text === | |||
<code><nowiki>{{Future}}</nowiki></code> | |||
creates | |||
{{Future|nocat=}} | |||
===With version=== | |||
<code><nowiki>{{Future|22}}</nowiki></code> | |||
creates | |||
{{Future|22|nocat=}} | |||
=== Custom text === | |||
<code><nowiki>{{Future|22|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|22|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=|}} | |||
<code><nowiki>{{Future|22|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 | |||
{{Future|22|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=|}} | |||
==See also== | |||
*{{tl|Future box}} | |||
*{{tl|Future note}} | |||
*{{tl|Updated}} | |||
<includeonly> | <includeonly> | ||
Latest revision as of 23:50, 17 August 2024
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 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|22}}
creates
|
FUTURE Piers FEATURE: This page or section describes features that are a future part of the Kodi v22 release, codename "Piers". For more information see development builds. |
Custom text
{{Future|22|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 Piers 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|22|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 Piers 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
- {{Future box}}
- {{Future note}}
- {{Updated}}
