User:Pinsplash/FGDline: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(.)
(agh)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<!--Probably a more optimized method of doing this, but oh well.
<!--Probably a more optimized method of doing this, but oh well.
-->{{#if: {{{input|}}} | input&nbsp;}}{{#if: {{{output|}}} | output&nbsp;}}<!--Add "input" or "output" if... duh.
-->{{#if: {{{input|}}} | input&nbsp;}}{{#if: {{{output|}}} | output&nbsp;}}<!--Add "input" or "output" if... duh.
-->{{{1}}} <!--NSe name for KV/I/O.
-->{{{1}}}<!--NSe name for KV/I/O.
-->({{{param|void}}})&nbsp;:&nbsp;"<!--Parameter, default is void.
-->({{{param|void}}})&nbsp;:&nbsp;"<!--Parameter, default is void.
-->{{#if: {{{smart|}}} | <!--Are we a KV?
-->{{#if: {{{smart|}}} | <!--Are we a KV?
Line 8: Line 8:
----->{{#if: {{{since|}}} | Since {{{since}}}.&nbsp; }}{{{2}}} }}"<!--We are NOT a KV, so this field is actually a description.
----->{{#if: {{{since|}}} | Since {{{since}}}.&nbsp; }}{{{2}}} }}"<!--We are NOT a KV, so this field is actually a description.
-->{{#if: {{{smart|}}} |<!--Check if we're a KV again. IO's are finished now.
-->{{#if: {{{smart|}}} |<!--Check if we're a KV again. IO's are finished now.
----->&nbsp;:&nbsp;"{{{def|}}}"&nbsp;:&nbsp;<!--Put a default setting, if any.
----->&nbsp;:&nbsp;{{{def|}}}&nbsp;:&nbsp;<!--Put a default setting, if any.
----->"{{{2}}}"<!--Finally, end with the description for KVs.
----->"{{{2}}}"<!--Finally, end with the description for KVs.
-->}}<!--All done.-->
-->}}<!--All done.-->

Latest revision as of 09:57, 15 September 2018

{{{1}}}(void) : "{{{2}}}"