Rudimentary support for building wiki archives. The content is dumped to html but the wikitext isn't parsed yet.
mwparserfromhell is used for parsing wikitext but it has no support for rendering to HTML so we'll have to build it manually.
This commit is contained in:
6
templates/page.mustache
Normal file
6
templates/page.mustache
Normal file
@@ -0,0 +1,6 @@
|
||||
{{>header}}
|
||||
<h2>{{page.title}}</h2>
|
||||
<article>
|
||||
{{text}}
|
||||
</article>
|
||||
{{>footer}}
|
Reference in New Issue
Block a user