Difference between revisions of "Template:Function"
From ComputerCraft Wiki
(Testing picture size) |
m (Patch to fix display issue with "Example" appearing in plain-text.) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<table style="width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;"> | <table style="width: 100%; border: solid 1px black; margin: 2px; border-spacing: 0px;"> | ||
− | <tr><td colspan="2" style="font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid #C9C9C9 1px; background: #DBE5FF; line-height:28px;">[[File:Grid_Redstone.png]] Function {{{name}}}</td></tr> | + | <tr><td colspan="2" style="font-weight: bold; font-size: large; padding-bottom: .3em; border-bottom: solid #C9C9C9 1px; background: #DBE5FF; line-height:28px;">[[File:Grid_Redstone.png|24px]] Function {{{name}}}</td></tr> |
<tr style="background-color: #FFFFFF;"><td colspan="2" style="padding: .4em; padding-bottom: .8em;">{{{desc|No description provided.}}}</td></tr> | <tr style="background-color: #FFFFFF;"><td colspan="2" style="padding: .4em; padding-bottom: .8em;">{{{desc|No description provided.}}}</td></tr> | ||
Line 18: | Line 18: | ||
<td style="border-color: #C9C9C9; padding: .4em; padding-left: .8em;">{{#if: {{{api}}} | [[{{{api}}} (API)|{{{api}}}]] | none }}</td></tr> | <td style="border-color: #C9C9C9; padding: .4em; padding-left: .8em;">{{#if: {{{api}}} | [[{{{api}}} (API)|{{{api}}}]] | none }}</td></tr> | ||
− | </table> | + | </table>{{#if:{{{examples|}}}| |
− | + | <h2><span class="mw-headline">Examples</span></h2> | |
− | + | ||
{{{examples|}}} | {{{examples|}}} | ||
− | |}} | + | |}}{{#if:{{{notes|}}}| |
− | + | <h2><span class="mw-headline">Additional Notes</span></h2> | |
− | + | ||
{{{notes}}} | {{{notes}}} | ||
|}} | |}} |
Latest revision as of 17:13, 7 January 2013
Wiki code
{{Function |name=redstone.setOutput |args=[[string]] side, [[boolean]] value |api=redstone |returns=[[nil]] |addon=ComputerCraft |desc=Sets a redstone output |examples=Examples go here (use [[Template:Example]]) |notes= * Note 1 * Note 2 }}
Note that args, returns, addon, examples and notes are optional.
Result
Function redstone.setOutput | |
Sets a redstone output | |
Syntax | redstone.setOutput(string side, boolean value) |
Returns | nil |
Part of | ComputerCraft |
API | redstone |
Examples
Examples go here (use Template:Example)Additional Notes
- Note 1
- Note 2