diff --git a/yqform.etlua b/yqform.etlua new file mode 100644 index 0000000..381c535 --- /dev/null +++ b/yqform.etlua @@ -0,0 +1,44 @@ + + + + Yokoka’s Quest Fan Character Profile Generator + + +

THIS IS WORK IN PROGRESS, THIS IS NON FUNCTIONAL, PLEASE DO NOT USE YET

+
+      <%=data%>
+    
+
+ + + + + +
+
+

+ Based on the character profiles in the webcomic + Yokoka’s Quest + by Chris Hyacinth R. +

+

+ Assets shared by the author on the + webcomic’s forums + . +

+ + + + diff --git a/yqtemplate.lua b/yqtemplate.lua index 95c44ef..6636e5f 100644 --- a/yqtemplate.lua +++ b/yqtemplate.lua @@ -1,40 +1,9 @@ -local etlua = require"etlua" -local form = etlua.compile[[ - - - - Yokoka’s Quest Character Profile Creator - - -

THIS IS WORK IN PROGRESS, THIS IS NON FUNCTIONAL, PLZ DON’T USE YET

-<%= data %> -
- -
- - - -
-
-Based on the character profiles in the webcomic Yokoka’s Quest by Chris Hyacinth R. Assets -shared by the author on the webcomic’s forums. - - -]] +local etlua = require "etlua" +local utils = require "utils" + +local yqtemplateform = utils.readfile("yqform.etlua") + +local form = etlua.compile(yqtemplateform) return { desc = "Creates Yokoka’s quest-style personal status page",