Difference between revisions of "Template:Recipe draw/sandbox"

From Captain of Industry Wiki
Jump to: navigation, search
Line 259: Line 259:
   ** Draw the recipe times unless it has a unit defined (KW, MW, etc). **
   ** Draw the recipe times unless it has a unit defined (KW, MW, etc). **
   ** Use the "/ 60 🕓" format if: **
   ** Use the "/ 60 🕓" format if: **
     ** {{#var: provides}} is `yes` OR ( {{#var: accepts}} is `yes` AND {{{Output1Name|}}} doesn't exist ) **
     ** {{#var: provides}} is `yes` OR {{#var: accepts}} is `yes` **
   ** Draw an arrow unless: **
   ** Draw an arrow unless: **
     ** {{#var: provides}} is `yes` OR ( {{#var: accepts}} is `yes` AND {{{Output1Name|}}} doesn't exist ) **
     ** {{#var: provides}} is `yes` OR {{#var: accepts}} is `yes` **
       ** e.g., pumping groundwater, dumping brine (non-polluting) **
       ** e.g., pumping groundwater, dumping brine **


-->{{#if: {{{Time|}}} |<!--
-->{{#if: {{{Time|}}} |<!--
Line 271: Line 271:
           -->/&nbsp; |<!--
           -->/&nbsp; |<!--
           -->{{#ifeq: {{#var: accepts}} | yes |<!--
           -->{{#ifeq: {{#var: accepts}} | yes |<!--
             -->{{#if: {{{Output1Name|}}} || <!--
             -->/&nbsp;<!--
              -->/&nbsp;<!--
            -->}}<!--
           -->}}<!--
           -->}}<!--
         -->}}<!--
         -->}}<!--
Line 282: Line 280:
           --><br/> |<!--
           --><br/> |<!--
           -->{{#ifeq: {{#var: accepts}} | yes |<!--
           -->{{#ifeq: {{#var: accepts}} | yes |<!--
             -->{{#if: {{{Output1Name|}}} | <!--
             --><br/> |<!--
              -->{{#var: img_arrow}} | <!--
              --><br/><!--
            -->}}|<!--
             -->{{#var: img_arrow}}<!--
             -->{{#var: img_arrow}}<!--
           -->}}<!--
           -->}}<!--

Revision as of 21:35, 29 July 2022