Template:EOLBox: Difference between revisions
Appearance
m Protected "Template:EOLBox": Adding protect status ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
Editing template to accept variables. |
||
| Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div style="display:inline-block; padding:5px; background-color: #EFF5FD; border:1px solid #06113B; border-radius:2px;"> | <div style="display:inline-block; padding:5px; background-color: #EFF5FD; border:1px solid #06113B; border-radius:2px;"> | ||
{{{ | '''This product has entered the End-of-Life phase.'''<br> | ||
{{#if:{{{end_order|}}}|End of Ordering: {{{end_order}}}<br>}} | |||
{{#if:{{{end_production|}}}|End of Production: {{{end_production}}}<br>}} | |||
{{#if:{{{end_bugfix|}}}|End of Bug-fixing: {{{end_bugfix}}}<br>}} | |||
{{#if:{{{end_support|}}}|End of Support: {{{end_support}}}<br>}} | |||
{{#if:{{{replacement|}}}|'''''Recommended replacement: {{{replacement}}}.'''''<br>}} | |||
</div> | </div> | ||
</includeonly> | </includeonly> | ||