Difference between revisions of "Template:AIScript"

From The Perfect Tower II
Jump to navigation Jump to search
Line 1: Line 1:
{{{source|}}}
+
{{{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 16:27, 21 January 2021

{{{source|}}}
{{{code|}}}

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