Difference between revisions of "Template:AIScript"
Jump to navigation
Jump to search
Troylaurin (talk | contribs) (Created page with "{| class="wikitable mw-collapsible mw-collapsed" ! |- |<syntaxhighlight lang="actionscript"> {{{source}}} </syntaxhighlight> |- |<syntaxhighlight lang="text"> {{{code}}} </syn...") |
Troylaurin (talk | contribs) |
||
(7 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
! | ! | ||
|- | |- | ||
− | | | + | |{{#tag:syntaxhighlight|{{{code|}}}|lang=text}} |
− | {{{ | ||
− | |||
|- | |- | ||
− | | | + | |{{#tag:syntaxhighlight|{{{src|}}}|lang=actionscript}} |
− | {{{ | ||
− | |||
|} | |} | ||
<noinclude> | <noinclude> | ||
Line 14: | Line 10: | ||
{ | { | ||
"params": { | "params": { | ||
− | " | + | "code": { |
− | + | "label": "Import Code", | |
+ | "description": "Code for importing into TPT2", | ||
+ | "type": "string", | ||
+ | "required": true | ||
+ | }, | ||
+ | "src": { | ||
+ | "label": "Source Code", | ||
+ | "description": "Script source code", | ||
+ | "type": "content", | ||
+ | "suggested": true | ||
+ | } | ||
}, | }, | ||
− | "format": "block" | + | "format": "block", |
+ | "description": "Displays the source and code for an AI script in syntax-highlighted code sections." | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 16:03, 21 January 2021
Displays the source and code for an AI script in syntax-highlighted code sections.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Import Code | code | Code for importing into TPT2 | String | required |
Source Code | src | Script source code | Content | suggested |