Template:EmulatorJS Main: Difference between revisions
Template page
More actions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
<!--BEGIN Online Emulator Section--> | <!--BEGIN Online Emulator Section--> | ||
<htmltag tagname="div" style='width:{{{width|}}};height:{{{height|}}};max-width:100%;margin-top:var(--space-md);display:flex;'> | |||
<div style='width:{{{width|}}};height:{{{height|}}};max-width:100%;margin-top:var(--space-md);display:flex;'> | <htmltag tagname="div" id='game'></htmltag> | ||
</htmltag> | |||
</ | |||
<script type='text/javascript'> | <htmltag tagname="script" type='text/javascript'> | ||
EJS_player = '{{{EJS_player|#game}}}'; | EJS_player = '{{{EJS_player|#game}}}'; | ||
EJS_backgroundBlur = {{{EJS_backgroundBlur|true}}}; | EJS_backgroundBlur = {{{EJS_backgroundBlur|true}}}; | ||
| Line 16: | Line 15: | ||
EJS_gameUrl = '{{{EJS_gameUrl|}}}'; | EJS_gameUrl = '{{{EJS_gameUrl|}}}'; | ||
EJS_startButtonName = '{{{EJS_startButtonName|Start Game}}}'; | EJS_startButtonName = '{{{EJS_startButtonName|Start Game}}}'; | ||
</ | </htmltag> | ||
{{EmulatorJS Loader}} | {{EmulatorJS Loader}} | ||
<!--END Online Emulator Section--> | <!--END Online Emulator Section--> | ||
Revision as of 04:51, 12 April 2025
<htmltag tagname="div" id='game'>
</htmltag>
<script src='https://cdn.emulatorjs.org/stable/data/loader.js'></script> <noscript>Your browser doesn't have JavaScript enabled. Please enable JavaScript or switch to a browser that supports it.</noscript>