Difference between revisions of "Template:FUNC"

From MSX Game Library

Line 1: Line 1:
<div style="font-family:courier,monospace;"><span style="background:lightgray;">// {{{Desc}}}</span><br/>{{#if:{{{Inline}}}|inline&nbsp;}}{{{Return}}} {{{Name}}}({{{Param1}}}){{#if:{{{Keywords}}}|{{{Keywords}}} }}</div>
+
<div style="font-family:courier,monospace;"><span style="background:lightgray;">// {{{Desc}}}</span><br/>{{#if:{{{Inline}}}|inline&nbsp;}}{{{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:09, 14 January 2022

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