Template:Product Version: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
</div> | </div> | ||
------ | |||
<includeonly> | |||
{{#widget:if|a={{{status|Unknown}}}|b=Unknown|then=<style>.devBox{background-color:#CCCCCC;}</style>}} | |||
{{#widget:if|a={{{status|Unknown}}}|b=Abandoned|then=<style>.devBox{background-color:#000000;}</style>}} | |||
{{#widget:if|a={{{status|Unknown}}}|b=Obsolete|then=<style>.devBox{background-color:#CCCCCC;}</style>}} | |||
{{#widget:if|a={{{status|Unknown}}}|b=Concept|then=<style>.devBox{background-color:#FF9933;}</style>}} | |||
{{#widget:if|a={{{status|Unknown}}}|b=Experimental|then=<style>.devBox{background-color:#00B;}</style>}} | |||
{{#widget:if|a={{{status|Unknown}}}|b=Working|then=<style>.devBox{background-color:#009200;}</style>}} | |||
{{#widget:if|a={{{status|Unknown}}}|b=Prototype|then=<style>.devBox{background-color:#2B60DE;}</style>}} | |||
<div class="devBox" style="float: right; width: 240px; color: white; padding: 5px; margin-left: 15px; border-radius: 15px; font-weight: bold;"> | |||
[[Image:Crystal Clear action run.png|left|40px]] <span style="font-size: 130%;">{{{name|{{PAGENAME}}}}}</span><br /> | |||
Release status: {{{status|unknown}}}[[Category:{{{status|Unknown status}}} developments]] | |||
<div style="background-color: white; padding-top: 5px; border-radius: 0 0 8px 8px; color: black; font-weight: normal;"> | |||
[[Image:{{{image|No image available.png}}}|center|190px]] | |||
{|- | |||
| style="vertical-align: top" | '''Description''' || {{{description|none}}} | |||
|- | |||
| style="vertical-align: top" | '''License''' || {{{license|GPL 2.0}}} | |||
|- | |||
| style="vertical-align: top" | '''Author''' || [[User:{{{author|Driley142}}}|{{{author|Driley142}}}]] | |||
|- | |||
| style="vertical-align: top" | '''Contributors''' {{{Contributors|}}} | |||
|- | |||
| style="vertical-align: top" | '''Based-on''' || [[{{{reprap|Delta}}}]] | |||
|- | |||
| style="vertical-align: top" | '''Categories''' || {{{categories|none}}} | |||
|- | |||
| style="vertical-align: top" | '''CAD Models''' || {{{cadModel|none}}} | |||
|- | |||
| style="vertical-align: top" | '''External Link''' || {{{url|none}}} | |||
|} | |||
</div> | |||
</div> | |||
</includeonly><noinclude> | |||
==Template Documentation== | |||
==Parameters== | |||
===Header=== | |||
*'''title''' (required) | |||
*'''status''' (required) | |||
:{| class="wikitable" | |||
!Status Type!!Theme Color | |||
|- | |||
|Unknown||style="background-color:#CCCCCC"|#CCCCCC | |||
|- | |||
|Concept||style="background-color:#FF9933"|#FF9933 | |||
|- | |||
|Experimental||style="background-color:#00B"|<span style="color:white"> #00B </span> | |||
|- | |||
|Working||style="background-color:#009200"|#00920 | |||
|- | |||
|Obsolete||style="background-color:#CCCCCC"|#CCCCCC | |||
|- | |||
|Abandoned||style="background-color:#000000"|<span style="color:white"> #000000 </span> | |||
|- | |||
|Prototype||style="background-color:#2B60DE"|#2B60DE | |||
|} |
Revision as of 03:58, 24 January 2016
Template Documentation
Parameters
Header
- title (required)
- status (required)
Status Type Theme Color Unknown #CCCCCC Concept #FF9933 Experimental #00B Working #00920 Obsolete #CCCCCC Abandoned #000000 Prototype #2B60DE