Difference between revisions of "Template:FUNC"

From MSX Game Library

 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<tt>
+
<div style="font-family:courier,monospace; padding:0.2em 0 0.2em 0;"><span style="background:lightgray;">// {{{Desc}}}</span><br/>{{#if:{{{Inline}}}|inline&nbsp;}}{{{Return}}} {{{Name}}}({{{Param1}}}){{#if:{{{Keywords}}}|{{{Keywords}}} }};</div><noinclude>[[category:Function]] {{#if:{{{Inline}}}|[[category:Function/Inline]]}} [[category:Function/Restriction/{{{Restriction}}}]] [[category:Function/State/{{{State}}}]]</noinclude>
// {{{Desc}}}<br/>
 
{{#if:{{{Inline}}}|inline }}{{{Return}}} {{{Name}}}({{{Param1}}}) {{{Keyword}}}
 
</tt>
 
[[category:Function]] {{#if:{{{Inline}}}|[[category:Function/Inline]]}} [[category:Function/{{{Restriction}}}]] [[category:Function/{{{State}}}]]
 

Latest revision as of 18:13, 14 January 2022

// {{{Desc}}}
inline {{{Return}}} {{{Name}}}({{{Param1}}}){{{Keywords}}};
[[category:Function/Restriction/{{{Restriction}}}]] [[category:Function/State/{{{State}}}]]