User:THE OWL/Sandbox/Templates/OIF: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
'''Outputs''' are events that fire when an entity's state changes. For example, a [[logic_timer|timer]] will have an output for reaching its end, a [[func_button|button]] an output for being pressed, and a [[prop_door_rotating|door]] an output for coming to a close. [[Inputs and Outputs#Outputs|Read more]].
{{#switch:{{{target|}}}
 
| Outputs = '''Outputs''' are events that fire when an entity's state changes. For example, a [[logic_timer|timer]] will have an output for reaching its end, a [[func_button|button]] an output for being pressed, and a [[prop_door_rotating|door]] an output for coming to a close. [[Inputs and Outputs#Outputs|Read more]].
 
}}


<div style="min-height:200px; max-height:350px; display:flex">
<div style="min-height:200px; max-height:350px; display:flex">
<div style="display:flex; background-color:rgb(255 255 255 / 10%); border-radius:.3em 0 0 .3em; overflow-x:clip; user-select:none">
<div style="display:flex; background-color:rgb(255 255 255 / 10%); border-radius:.3em 0 0 .3em; overflow-x:clip; user-select:none">
<div style="min-width:150px; max-width:256px; overflow-y:auto; padding:.3em .8em .8em .8em">
<div style="min-width:150px; max-width:256px; overflow-y:auto; padding:.3em .8em .8em .8em">
{{#if:{{{item 1|}}}|{{:User:THE OWL/Sandbox/Templates/OIF/components|item|{{{item 1|}}}|id = 1|collapsed = false}}|}}
{{#if:{{{item 1|}}}| {{:User:THE OWL/Sandbox/Templates/OIF/components|item|{{{item 1|}}}|target={{{target|}}}|id = 1|collapsed = false}} |}}
{{#if:{{{item 2|}}}|{{:User:THE OWL/Sandbox/Templates/OIF/components|item|{{{item 2|}}}|id = 2}}|}}
{{#if:{{{item 2|}}}| {{:User:THE OWL/Sandbox/Templates/OIF/components|item|{{{item 2|}}}|target={{{target|}}}|id = 2}} |}}
{{#if:{{{item 3|}}}|{{:User:THE OWL/Sandbox/Templates/OIF/components|item|{{{item 3|}}}|id = 3}}|}}
{{#if:{{{item 3|}}}| {{:User:THE OWL/Sandbox/Templates/OIF/components|item|{{{item 3|}}}|target={{{target|}}}|id = 3}} |}}
</div>
</div>
</div>
</div>
<div style="width:100%; display:flex; background-color:rgb(0 0 0 / 15%); border:1px solid rgb(255 255 255 / 10%); border-left:0; overflow-x:hidden; border-radius:0 .3em .3em 0">
<div style="width:100%; display:flex; background-color:rgb(0 0 0 / 15%); border:1px solid rgb(255 255 255 / 10%); border-left:0; overflow-x:hidden; border-radius:0 .3em .3em 0">
<div style="width:100%; display:flex; flex-direction:column; gap:1em; border-radius:.3em; overflow-y:auto; padding:.8em 1.1em">
<div style="width:100%; display:flex; flex-direction:column; gap:1em; border-radius:.3em; overflow-y:auto; padding:.8em 1.1em">
{{#if:{{{item 1|}}}|{{:User:THE OWL/Sandbox/Templates/OIF/components|item desc|{{{item 1|}}}|{{{item 1 desc|}}}|id = 1|collapsed = false}}|}}
{{#if:{{{item 1|}}}|{{:User:THE OWL/Sandbox/Templates/OIF/components|item desc|{{{item 1|}}}|{{{item 1 desc|}}}|target={{{target|}}}|id = 1|collapsed = false}}|}}
{{#if:{{{item 2|}}}|{{:User:THE OWL/Sandbox/Templates/OIF/components|item desc|{{{item 2|}}}|{{{item 2 desc|}}}|id = 2}}|}}
{{#if:{{{item 2|}}}|{{:User:THE OWL/Sandbox/Templates/OIF/components|item desc|{{{item 2|}}}|{{{item 2 desc|}}}|target={{{target|}}}|id = 2}}|}}
{{#if:{{{item 3|}}}|{{:User:THE OWL/Sandbox/Templates/OIF/components|item desc|{{{item 3|}}}|{{{item 3 desc|}}}|id = 3}}|}}
{{#if:{{{item 3|}}}|{{:User:THE OWL/Sandbox/Templates/OIF/components|item desc|{{{item 3|}}}|{{{item 3 desc|}}}|target={{{target|}}}|id = 3}}|}}
</div>
</div>
</div>
</div>
</div>
</div>

Revision as of 09:14, 4 May 2024