Difference between revisions of "Template:AIScript"
Jump to navigation
Jump to search
Troylaurin (talk | contribs) |
Troylaurin (talk | contribs) |
||
Line 1: | Line 1: | ||
− | {{{ | + | {{{code|}}} |
{| class="wikitable mw-collapsible mw-collapsed" | {| class="wikitable mw-collapsible mw-collapsed" | ||
! | ! | ||
|- | |- | ||
|<syntaxhighlight lang="actionscript"> | |<syntaxhighlight lang="actionscript"> | ||
− | {{{source}}} | + | {{{source|}}} |
</syntaxhighlight> | </syntaxhighlight> | ||
|- | |- | ||
|<syntaxhighlight lang="text"> | |<syntaxhighlight lang="text"> | ||
− | {{{code}}} | + | {{{code|}}} |
</syntaxhighlight> | </syntaxhighlight> | ||
|} | |} |
Revision as of 15:27, 21 January 2021
{{{source|}}}
|
{{{code|}}}
|
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 |