Difference between revisions of "Template:AIScript"

From The Perfect Tower II
Jump to navigation Jump to search
Line 3: Line 3:
 
!
 
!
 
|-
 
|-
|<syntaxhighlight lang="actionscript">
+
|{{#tag:syntaxhighlight|lang=actionscript|
 
{{{source|}}}
 
{{{source|}}}
</syntaxhighlight>
+
}}
 
|-
 
|-
|<syntaxhighlight lang="text">
+
|{{#tag:syntaxhighlight|lang=text|
 
{{{code|}}}
 
{{{code|}}}
</syntaxhighlight>
+
}}
 
|}
 
|}
 
<noinclude>
 
<noinclude>

Revision as of 16:35, 21 January 2021

lang=actionscript
lang=text

Displays the source and code for an AI script in syntax-highlighted code sections.

Template parameters

This template prefers block formatting of parameters.

ParameterDescriptionTypeStatus
Sourcesource

Script source code

Contentsuggested
Import Codecode

Code for importing into TPT2

Stringrequired