Difference between revisions of "Template: EOL"
From Genesys Documentation
JMcMonagle (talk | contribs) |
(Changed names and some types) |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
− | This is the " | + | This is the "EOL" template. |
It should be called in the following format: | It should be called in the following format: | ||
<pre> | <pre> | ||
− | {{ | + | {{EOL |
− | | | + | |Platform= |
− | | | + | |MajorRelease= |
− | | | + | |ItemType= |
− | | | + | |ReleaseAvailable= |
− | | | + | |EOLTrack= |
− | | | + | |EOLEOCSAnnouncement= |
− | | | + | |LastOrderDate= |
− | | | + | |EndOfMaintenance= |
− | | | + | |EndOfSupport= |
− | | | + | |Documentation= |
− | | | + | |Comments= |
− | |||
}} | }} | ||
</pre> | </pre> | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
− | {{#cargo_declare:_table= | + | {{#cargo_declare:_table=EOL|Platform=List (,) of String (allowed values=Genesys Engage on-premises,Genesys Engage cloud,PureConnect)|MajorRelease=String|ItemType=List (,) of String (allowed values=Suite,Product,Component)|ReleaseAvailable=String|EOLTrack=Boolean|EOLEOCSAnnouncement=Date|LastOrderDate=Date|EndOfMaintenance=Date|EndOfSupport=Date|Documentation=Text|Comments=Text}} |
− | </noinclude><includeonly>{{#cargo_store:_table= | + | </noinclude><includeonly>{{#cargo_store:_table=EOL|Platform={{{Platform|}}}|MajorRelease={{{MajorRelease|}}}|ItemType={{{ItemType|}}}|ReleaseAvailable={{{ReleaseAvailable|}}}|EOLTrack={{{EOLTrack|}}}|EOLEOCSAnnouncement={{{EOLEOCSAnnouncement|}}}|LastOrderDate={{{LastOrderDate|}}}|EndOfMaintenance={{{EndOfMaintenance|}}}|EndOfSupport={{{EndOfSupport|}}}|Documentation={{{Documentation|}}}|Comments={{{Comments|}}} }}{| class="wikitable" |
− | ! | + | ! Platform |
− | | {{#arraymap:{{{ | + | | {{#arraymap:{{{Platform|}}}|,|x|[[x]]}} |
− | |||
|- | |- | ||
− | ! | + | ! Major Release |
− | | {{{ | + | | {{{MajorRelease|}}} |
|- | |- | ||
− | ! | + | ! Item Type |
− | | {{{ | + | | {{#arraymap:{{{ItemType|}}}|,|x|[[x]]}} |
|- | |- | ||
− | ! | + | ! Release Available |
− | | {{ | + | | {{{ReleaseAvailable|}}} |
− | |||
|- | |- | ||
− | ! | + | ! EOL Track |
− | | {{{ | + | | {{{EOLTrack|}}} |
|- | |- | ||
− | ! | + | ! EOL/EOCS Announcement |
− | | {{ | + | | {{{EOLEOCSAnnouncement|}}} |
− | |||
|- | |- | ||
− | ! | + | ! Last Order Date |
− | | {{{ | + | | {{{LastOrderDate|}}} |
|- | |- | ||
− | ! | + | ! End of Maintenance |
− | | {{{ | + | | {{{EndOfMaintenance|}}} |
|- | |- | ||
− | ! | + | ! End of Support |
− | | {{{ | + | | {{{EndOfSupport|}}} |
|- | |- | ||
− | ! | + | ! Documentation |
− | | {{{ | + | | {{{Documentation|}}} |
|- | |- | ||
− | ! | + | ! Comments |
− | | {{{ | + | | {{{Comments|}}} |
− | |||
− | |||
− | |||
|} | |} | ||
</includeonly> | </includeonly> |
Revision as of 14:18, July 2, 2020
This is the "EOL" template. It should be called in the following format:
{{EOL |Platform= |MajorRelease= |ItemType= |ReleaseAvailable= |EOLTrack= |EOLEOCSAnnouncement= |LastOrderDate= |EndOfMaintenance= |EndOfSupport= |Documentation= |Comments= }}
Edit the page to see the template text. This template defines the table "EOL". View table.