User:Tyraeis/Infobox plant: Difference between revisions
From Stationeers Community Wiki
More actions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly>{{Infobox | <includeonly>{{Infobox | ||
| child={{embed|}} | | child={{{child|{{{embed|}}}}}} | ||
| title={{#if:{{embed|}}|Plant}} | | title={{{title|{{#if:{{{child|{{{embed|}}}}}}|Plant}}}}} | ||
| label1=Time to Maturity | | label1=Time to Maturity | ||
| data1={{#if:{{{timeToMaturity|}}}|{{#expr: {{{timeToMaturity}}}/60 round 2}} min}} | | data1={{#if:{{{timeToMaturity|}}}|{{#expr: {{{timeToMaturity}}}/60 round 2}} min}} | ||
| label2=Time to Seeding | | label2=Time to Seeding | ||
| data2={{#if:{{{timeToSeeding|}}}|{{#expr: {{{timeToSeeding}}}/60 round 2}} min {{#if:{{{timeToMaturity|}}}|({{#expr: ({{{timeToMaturity}}}+{{{timeToSeeding}}})/60 round 2}} min total)}}}} | | data2={{#if:{{{timeToSeeding|}}}|{{#expr: {{{timeToSeeding}}}/60 round 2}} min {{#if:{{{timeToMaturity|}}}|<br/>({{#expr: ({{{timeToMaturity}}}+{{{timeToSeeding}}})/60 round 2}} min total)}}}} | ||
| label3=Temperature | | label3=Yield | ||
| | | data3={{{yield|}}} | ||
| label10=Temperature | |||
| data10={{User:Tyraeis/Grow Value Range | |||
|midPoint={{{temperatureMidPoint}}} | |midPoint={{{temperatureMidPoint}}} | ||
|centerSize={{{temperatureCenterSize}}} | |centerSize={{{temperatureCenterSize}}} | ||
| Line 13: | Line 17: | ||
|highSize={{{temperatureHighSize}}} | |highSize={{{temperatureHighSize}}} | ||
|unit=C}} | |unit=C}} | ||
| | | label11=Pressure | ||
| | | data11={{User:Tyraeis/Grow Value Range | ||
|midPoint={{{pressureMidPoint}}} | |midPoint={{{pressureMidPoint}}} | ||
|centerSize={{{pressureCenterSize}}} | |centerSize={{{pressureCenterSize}}} | ||
| Line 20: | Line 24: | ||
|highSize={{{pressureHighSize}}} | |highSize={{{pressureHighSize}}} | ||
|unit=kPa}} | |unit=kPa}} | ||
| | | label12=Light Per Day | ||
| | | data12={{#if:{{{lightPerDay|}}}|{{#expr: {{{lightPerDay}}}/60 round 2}} min}} | ||
| | | label13=Darkness Per Day | ||
| | | data13={{#if:{{{darknessPerDay|}}}|{{#expr: {{{darknessPerDay}}}/60 round 2}} min}} | ||
| | |||
| | | label21=Water Usage | ||
| | | data21={{#if:{{waterPerTick}}|{{#expr: {{{waterPerTick}}}*120 }} mol/min}} | ||
| | | label22=Inhaled Gases | ||
| | | data22={{{inhaled|}}} | ||
| | | label23=Exhaled Gases | ||
| | | data23={{{exhaled|}}} | ||
| | | label24=Toxic Gases | ||
| | | data24={{{harmfulGases|}}} | ||
| | |||
| | | data30={{Infobox | subbox=yes | ||
| | | header1=Time until damaged by: | ||
| | | label2=Drought | ||
| | | data2={{#expr: {{{timeUntilDehydrationDamage|}}}/60 round 2}} min | ||
| | | label3=Toxic Gas | ||
| | | data3={{#expr: {{{timeUntilUndesiredGasDamage|}}}/60 round 2}} min | ||
| | | label4=High or Low Temperature | ||
| | | data4={{#expr: {{{timeUntilTemperatureDamage|}}}/60 round 2}} min | ||
| | | label5=High or Low Pressure | ||
| | | data5={{#expr: {{{timeUntilPressureDamage|}}}/60 round 2}} min | ||
| | | label6=Suffocation | ||
| data6={{#expr: {{{timeUntilSuffocationDamage|}}}/60 round 2}} min | |||
| label7=Light or Darkness | |||
| data7={{#expr: {{{timeUntilLightDamage|}}}/60 round 2}} min | |||
}} | |||
}}</includeonly> | }}</includeonly> | ||
<noinclude>{{Documentation}}</noinclude> | <noinclude>{{Documentation}}</noinclude> | ||