Template:AUTOIT: Difference between revisions

From AutoIt Wiki
Jump to navigation Jump to search
(Created page with "== Example == === Wikitext === <pre><nowiki>{{AUTOIT|1= MsgBox(0, 0, "Hello world!")}}</nowiki></pre> === Preview === {{AUTOIT|1= MsgBox(0, 0, "Hello world!")}} == Source ==...")
 
No edit summary
Line 2: Line 2:
=== Wikitext ===
=== Wikitext ===
<pre><nowiki>{{AUTOIT|1=
<pre><nowiki>{{AUTOIT|1=
MsgBox(0, 0, "Hello world!")}}</nowiki></pre>
MsgBox
}}</nowiki></pre>


=== Preview ===
=== Preview ===
{{AUTOIT|1=
{{AUTOIT|1=
MsgBox(0, 0, "Hello world!")}}
MsgBox
}}


== Source ==
== Source ==

Revision as of 09:21, 24 October 2013

Example

Wikitext

{{AUTOIT|1=
MsgBox
}}

Preview

{{{1|}}}

Source

<onlyinclude><syntaxhighlight lang="autoit">{{{1|}}}</syntaxhighlight></onlyinclude>

Links