Difference between revisions of "Template:AIScript"
Jump to navigation
Jump to search
Troylaurin (talk | contribs) |
Troylaurin (talk | contribs) |
||
Line 1: | Line 1: | ||
{| class="wikitable mw-collapsible mw-collapsed" | {| class="wikitable mw-collapsible mw-collapsed" | ||
! | ! | ||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
|{{#tag:syntaxhighlight | |{{#tag:syntaxhighlight | ||
|{{{code|}}} | |{{{code|}}} | ||
|lang=text | |lang=text | ||
− | }} | + | {{#if:{{{1|}}} |
+ | | | ||
+ | {{!}}- | ||
+ | {{!}}{{#tag:syntaxhighlight | ||
+ | {{!}}{{{1}}} | ||
+ | {{!}}lang=actionscript | ||
+ | }}<!-- #tag --> | ||
+ | }}<!-- #if --> | ||
|} | |} | ||
<noinclude> | <noinclude> |
Revision as of 15:58, 21 January 2021
{{#tag:syntaxhighlight | lang=text
{{#if: |
||
<syntaxhighlight | {{{1}}} | lang=actionscript/>
}} |
Displays the source and code for an AI script in syntax-highlighted code sections.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Source | source | Script source code | Content | suggested |
Import Code | code | Code for importing into TPT2 | String | required |