Difference between revisions of "JS"

From GiderosMobile
(removed language stuff)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
 
 
<!-- GIDEROSOBJ:JS -->
 
<!-- GIDEROSOBJ:JS -->
'''<translate>Supported platforms</translate>:''' [[File:Platform html5.png]]<br/>
+
'''Supported platforms:''' [[File:Platform html5.png]]<br/>
'''<translate>Available since</translate>:''' 2019.1<br/>
+
'''Available since:''' 2019.1<br/>
  
=== <translate>Description</translate> ===
+
=== Description ===
<translate>Run JavaScript code.</translate>
+
Runs JavaScript code.
  
 
{|-
 
{|-
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
=== <translate>Methods</translate> ===
+
=== Methods ===
[[Special:MyLanguage/JS.eval|JS.eval]] ''Execute the given Javascript code'' <br/><!-- GIDEROSMTD:JS.eval(code) Execute the given Javascript code -->
+
[[JS.eval]] ''executes the given JavaScript code''<br/><!--GIDEROSMTD:JS.eval(code) executes the given JavaScript code-->
  
 
| style="width: 50%; vertical-align:top;"|
 
| style="width: 50%; vertical-align:top;"|
  
=== <translate>Events</translate> ===
+
=== Events ===
=== <translate>Constants</translate> ===
+
=== Constants ===
 
|}
 
|}
  
 
{{GIDEROS IMPORTANT LINKS}}
 
{{GIDEROS IMPORTANT LINKS}}

Revision as of 05:04, 8 September 2021

Supported platforms: Platform html5.png
Available since: 2019.1

Description

Runs JavaScript code.

Methods

JS.eval executes the given JavaScript code

Events

Constants