mirror of
https://github.com/GamingShitposting/SalaMuseoGames
synced 2025-06-05 21:59:30 +02:00
Fix emulator.html; Update issue templates
This commit is contained in:
1
.github/ISSUE_TEMPLATE/Copyright.yml
vendored
1
.github/ISSUE_TEMPLATE/Copyright.yml
vendored
@@ -9,6 +9,5 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
label: "Description"
|
label: "Description"
|
||||||
description: "Provide a comprehensive explanation of the copyright issue, as well as any required information for us to evaluate your claims and handle your request. If and only if you have to provide sensitive information, we can arrange for moving the conversation to a private channel."
|
description: "Provide a comprehensive explanation of the copyright issue, as well as any required information for us to evaluate your claims and handle your request. If and only if you have to provide sensitive information, we can arrange for moving the conversation to a private channel."
|
||||||
placeholder: "Provide a comprehensive explanation of the copyright issue, as well as any required information for us to evaluate your claims and handle your request. If and only if you have to provide sensitive information, we can arrange for moving the conversation to a private channel."
|
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
13
.github/ISSUE_TEMPLATE/Suggestion.yml
vendored
Normal file
13
.github/ISSUE_TEMPLATE/Suggestion.yml
vendored
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
name: "Suggestion"
|
||||||
|
description: "Create a ticket to suggest a new article for the site, or for general improvement suggestions."
|
||||||
|
title: "[Suggestion] - <Title>"
|
||||||
|
labels:
|
||||||
|
- "Suggestion"
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
id: description
|
||||||
|
attributes:
|
||||||
|
label: "Description"
|
||||||
|
description: "Provide a comprehensive explanation of your suggestion, as well as any additional information and context for it to be properly evaluated and handled by the staff and/or other community members."
|
||||||
|
validations:
|
||||||
|
required: true
|
@@ -1,7 +1,10 @@
|
|||||||
{% if include.rom_index != '' and include.rom_url == '' %}
|
{% capture rom_url %}{{ include.rom_url }}{% endcapture %}
|
||||||
{% capture include.rom_url %}https://gamingshitposting.github.io/ext-bin-1/roms/{{ include.rom_index }}.nes.7z{% endcapture %}
|
|
||||||
|
{% if include.rom_index != '' and rom_url == '' %}
|
||||||
|
{% capture rom_url %}https://gamingshitposting.github.io/ext-bin-1/roms/{{ include.rom_index }}.nes.7z{% endcapture %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<p>
|
||||||
{% if include.backend == 'emulatorjs' or include.platform == 'nes' %}
|
{% if include.backend == 'emulatorjs' or include.platform == 'nes' %}
|
||||||
<div style="width:640px; height:480px; max-width:100%">
|
<div style="width:640px; height:480px; max-width:100%">
|
||||||
<div id="GameFrame"></div>
|
<div id="GameFrame"></div>
|
||||||
@@ -9,12 +12,11 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
EJS_player = '#GameFrame';
|
EJS_player = '#GameFrame';
|
||||||
EJS_core = '{{ include.platform }}';
|
EJS_core = '{{ include.platform }}';
|
||||||
EJS_gameUrl = '{{ include.rom_url }}';
|
EJS_gameUrl = '{{ rom_url }}';
|
||||||
EJS_pathtodata = 'https://gamingshitposting.github.io/ext-bin-1/EmulatorJS/data/';
|
EJS_pathtodata = 'https://gamingshitposting.github.io/ext-bin-1/EmulatorJS/data/';
|
||||||
</script>
|
</script>
|
||||||
<script src="https://gamingshitposting.github.io/ext-bin-1/EmulatorJS/data/loader.js"></script>
|
<script src="https://gamingshitposting.github.io/ext-bin-1/EmulatorJS/data/loader.js"></script>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>
|
|
||||||
<button onclick="(function(ctx){
|
<button onclick="(function(ctx){
|
||||||
ctx.parentElement.scrollIntoView();
|
ctx.parentElement.scrollIntoView();
|
||||||
ctx.parentElement.querySelector('iframe.AppFrame').focus();
|
ctx.parentElement.querySelector('iframe.AppFrame').focus();
|
||||||
@@ -22,5 +24,5 @@
|
|||||||
{% if include.platform == 'nds' %}
|
{% if include.platform == 'nds' %}
|
||||||
<iframe class="AppFrame" src="https://octospacc.gitlab.io/Web-Archives-Misc/Repo/DeSmuME/#RomUrl={{ include.rom_binary }}"></iframe>
|
<iframe class="AppFrame" src="https://octospacc.gitlab.io/Web-Archives-Misc/Repo/DeSmuME/#RomUrl={{ include.rom_binary }}"></iframe>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
|
Reference in New Issue
Block a user