Advertisement
jargon

Puzzlum.Net JSON script.

Apr 13th, 2023
864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.31 KB | None | 0 0
  1. {
  2.     "alt": "Story 05a",
  3.     "version": "v0.0.5a",
  4.     "link": "",
  5.     "preview_mode": "image",
  6.     "preview_image": "./files/{{ a_alt }}/images/screenshot.png",
  7.     "preview_movie": "",
  8.     "preview_mime": "video/mp4",
  9.     "caption": "{{ a_alt }} ({{ a_version }})",
  10.     "task": "",
  11.     "authors": [
  12.         "Tim Keal"
  13.     ],
  14.     "description": [
  15.         "a FOSS storybook engine written in FreeBASIC"
  16.     ],
  17.     "inspiration": [
  18.         "Choose Your Own Adventure Books",
  19.         "Forgotten Realms' `Eye of the Beholder`"
  20.     ],
  21.     "includes": [
  22.         "Keal's Puzzlum Storybook Engine ({{ a_version }})",
  23.         "Keal's DevKit ({{ a_version }})"
  24.     ],
  25.     "docs": "/files/{{ a_alt }}/docs/",
  26.     "html_image": "<div class=\"parent black\"><div class=\"child\"><span>{{ a_alt }}</span><br><img class=\"toeimage\" style=\"width: 30vw; height: auto;\" src=\"{{ a_preview_image }}\" alt=\"{{ a_alt }}\"><br><span>{{ a_version }}</span></div></div>",
  27.     "html_movie": "<div class=\"parent black\"><div class=\"child\"><span>{{ a_alt }}</span><br><video class=\"toeimage\" style=\"color: rgba( 0, 0, 0, 0.35); width: 30vw; height: auto;\" controls loop poster=\"{{ a_preview_image }}\"><source src=\"{{ a_preview_movie }}\" type=\"{{ a_preview_mime }}\">Your browser does not support the video tag.</video><br><span>{{ a_version }}</span></div></div>",
  28.     "preview": "{{ a_html_{{ a_preview_mode }} }}"
  29. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement