Difference between revisions of "Template:EOL"

From DAVE Developer's Wiki
Jump to: navigation, search
Line 7: Line 7:
 
in cases of NFU or EOL the other link is required
 
in cases of NFU or EOL the other link is required
 
* NEW-productname-page: page name (internal link) of the new product
 
* NEW-productname-page: page name (internal link) of the new product
Examples:
 
 
 
 
<div style="float:left;border:solid #73B2C7 2px;margin:1px">
 
{| cellspacing="0" style="width:600px;background:#ededed"
 
| style="width:100px;height:45px;background:#ededed;text-align:center;font-size:14pt" |
 
{{#switch: status
 
| ACT: A
 
| NFU: B
 
| EOL: C [[File:EOL.png|150px]]
 
}}
 
| style="font-size:14pt;padding:4pt;line-height:1.25em" |
 
{{#switch: status
 
| ACT: The product is active
 
| NFU: The product is Not Reccomended for new designs. Please refer to this product: [[pluto]]
 
| EOL: The product is End Of Life for new designs. Please refer to this product: [[pluto]]
 
}}
 
|}</div>
 
 
 
 
 
<div style="float:left;border:solid #73B2C7 2px;margin:1px">
 
{| cellspacing="0" style="width:600px;background:#ededed"
 
| style="width:100px;height:45px;background:#ededed;text-align:center;font-size:14pt" |
 
{{#switch: status
 
| ACT: A
 
| NFU: B
 
| EOL: C [[File:EOL.png|150px]]
 
}}
 
| style="font-size:14pt;padding:4pt;line-height:1.25em" |
 
{{#switch: status
 
| ACT: The product is active
 
| NFU: The product is Not Reccomended for new designs. Please refer to this product: [[pluto]]
 
| EOL: The product is End Of Life for new designs. Please refer to this product: [[pluto]]
 
}}
 
|}</div>
 
 
*
 
 
 
<div style="float:left;border:solid #73B2C7 2px;margin:1px">
 
{| cellspacing="0" style="width:600px;background:#ededed"
 
| style="width:100px;height:45px;background:#ededed;text-align:center;font-size:14pt" |
 
{{#switch: status
 
| ACT: A
 
| NFU: B
 
| EOL: C [[File:EOL.png|150px]]
 
}}
 
| style="font-size:14pt;padding:4pt;line-height:1.25em" |
 
{{#switch: status
 
| ACT: The product is active
 
| NFU: The product is Not Reccomended for new designs. Please refer to this product: [[pluto]]
 
| EOL: The product is End Of Life for new designs. Please refer to this product: [[pluto]]
 
}}
 
|}</div>
 
 
 
</noinclude>
 
</noinclude>
  
Line 75: Line 17:
 
  | NFU = B
 
  | NFU = B
 
  | EOL = C [[File:EOL.png|150px]]
 
  | EOL = C [[File:EOL.png|150px]]
| bu
 
 
}}  
 
}}  
 
| style="font-size:14pt;padding:4pt;line-height:1.25em" |  
 
| style="font-size:14pt;padding:4pt;line-height:1.25em" |  
Line 82: Line 23:
 
  | NFU = The product is Not Reccomended for new designs. Please refer to this product: [[{{{NEW-productname-page}}}]]
 
  | NFU = The product is Not Reccomended for new designs. Please refer to this product: [[{{{NEW-productname-page}}}]]
 
  | EOL = The product is End Of Life. Please refer to this product: [[{{{NEW-productname-page}}}]]
 
  | EOL = The product is End Of Life. Please refer to this product: [[{{{NEW-productname-page}}}]]
| bu
 
 
}}
 
}}
 
|}</div>
 
|}</div>
 
</includeonly>
 
</includeonly>

Revision as of 20:24, 20 January 2022

Usage: {{EOL|status= |NEW-productname-page= }} where:

  • status: can be:
    • ACT (means Active)
    • NFU (Not Reccomended)
    • EOL (End Of Life)

in cases of NFU or EOL the other link is required

  • NEW-productname-page: page name (internal link) of the new product