From 859316353ee173d7ad7a14ec2d6496caa4c7e895 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 1 Sep 2021 20:47:36 -0400 Subject: [PATCH] Link /games to player-settings pages, add link to template file to player-settings, add markdown style formatting to /templates --- WebHostLib/templates/games/games.html | 2 +- WebHostLib/templates/player-settings.html | 7 ++++++- WebHostLib/templates/templates.html | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/WebHostLib/templates/games/games.html b/WebHostLib/templates/games/games.html index 3aa1eb49ee..628d53704c 100644 --- a/WebHostLib/templates/games/games.html +++ b/WebHostLib/templates/games/games.html @@ -10,7 +10,7 @@

Currently Supported Games

{% for game, description in worlds.items() %} -

{{ game }}

+

{{ game }}

{{ description }}

{% endfor %}
diff --git a/WebHostLib/templates/player-settings.html b/WebHostLib/templates/player-settings.html index 096c258127..ff11c5367c 100644 --- a/WebHostLib/templates/player-settings.html +++ b/WebHostLib/templates/player-settings.html @@ -16,7 +16,12 @@

Choose the options you would like to play with! You may generate a single-player game from this page, or download a settings file you can use to participate in a MultiWorld.

-

A list of all games you have generated can be found here.

+

+ A list of all games you have generated can be found here. +
+ Advanced users can download a template file for this game + here. +


diff --git a/WebHostLib/templates/templates.html b/WebHostLib/templates/templates.html index 5c5fe5f184..2c34698116 100644 --- a/WebHostLib/templates/templates.html +++ b/WebHostLib/templates/templates.html @@ -10,7 +10,7 @@ {% endblock %} {% block body %} -

+

Option Templates (YAML)

    {% for file in files %}