User:Pinsplash/FGDline: Difference between revisions
Jump to navigation
Jump to search
(.) |
(agh) |
||
(2 intermediate revisions 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 }}{{#if: {{{output|}}} | output }}<!--Add "input" or "output" if... duh. | -->{{#if: {{{input|}}} | input }}{{#if: {{{output|}}} | output }}<!--Add "input" or "output" if... duh. | ||
-->{{{1}}} <!--NSe name for KV/I/O. | -->{{{1}}}<!--NSe name for KV/I/O. | ||
-->({{{param|void}}}) : "<!--Parameter, default is void. | -->({{{param|void}}}) : "<!--Parameter, default is void. | ||
-->{{#if: {{{smart|}}} | <!--Are we a KV? | -->{{#if: {{{smart|}}} | <!--Are we a KV? | ||
----->{{{smart}}}{{#if: {{{since|}}} | <!--We are a KV. Put the Se name down. Is this a newer thing? | ----->{{{smart}}}{{#if: {{{since|}}} | <!--We are a KV. Put the Se name down. Is this a newer thing? | ||
--------> (Since {{{since}}) }} | <!--We are a newer thing. Tell when this was added. | --------> (Since {{{since}}}) }} | <!--We are a newer thing. Tell when this was added. | ||
----->{{#if: {{{since|}}} | Since {{{since}}}. }}{{{2}}} }}"<!--We are NOT a KV, so this field is actually a description. | ----->{{#if: {{{since|}}} | Since {{{since}}}. }}{{{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. | ||
-----> : | -----> : {{{def|}}} : <!--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}}}"