Difference between revisions of "Template:FUNC"
From MSX Game Library
Line 1: | Line 1: | ||
− | < | + | <div style="text-color:red;"> |
// {{{Desc}}}<br/> | // {{{Desc}}}<br/> | ||
{{#if:{{{Inline}}}|inline }}{{{Return}}} {{{Name}}}({{{Param1}}}){{#if:{{{Keywords}}}|{{{Keywords}}} }} | {{#if:{{{Inline}}}|inline }}{{{Return}}} {{{Name}}}({{{Param1}}}){{#if:{{{Keywords}}}|{{{Keywords}}} }} | ||
− | </ | + | </div> |
[[category:Function]] {{#if:{{{Inline}}}|[[category:Function/Inline]]}} [[category:Function/Restriction/{{{Restriction}}}]] [[category:Function/State/{{{State}}}]] | [[category:Function]] {{#if:{{{Inline}}}|[[category:Function/Inline]]}} [[category:Function/Restriction/{{{Restriction}}}]] [[category:Function/State/{{{State}}}]] |
Revision as of 18:00, 14 January 2022
// {{{Desc}}}
inline {{{Return}}} {{{Name}}}({{{Param1}}}){{{Keywords}}}