diff --git a/core/templates/store.info.template.html.tid b/core/templates/store.info.template.html.tid
new file mode 100644
index 000000000..b1aaf53ec
--- /dev/null
+++ b/core/templates/store.info.template.html.tid
@@ -0,0 +1,21 @@
+title: $:/core/templates/store.info.template.html
+
+\whitespace trim
+
+<$list filter="[[$:/isEncrypted]get[text]else[no]match[no]]">
+ <$list filter="[[storeAreaFormat]is[variable]getvariable[]else[json]match[json]]">
+
+ ``
+ $list>
+$list>
diff --git a/core/templates/store.info.tiddler.template.tid b/core/templates/store.info.tiddler.template.tid
new file mode 100644
index 000000000..ec5d42b0d
--- /dev/null
+++ b/core/templates/store.info.tiddler.template.tid
@@ -0,0 +1,22 @@
+title: $:/core/templates/store.info.tiddler.template
+tags: $:/tags/InfoTiddlerTemplate
+
+
+\whitespace trim
+\procedure readableFormat() [UTC]YYYY-0MM-0DD 0hh:0mm:0ss.0XXX UTC TZD
+
+
+<$let
+ timestamp={{{ [] }}}
+ timeReadable={{{ [format:date] }}}
+>
+ <% if [{$:/info/browser}match[yes]] %>
+ `{"title": "$:/info/last-saved/timestamp", "created":"`<>`", "modified":"`<>`", "text":"`<>`"}`
+ <$text text=<>/>
+ `{"title": "$:/info/last-saved/date", "created":"`<>`", "modified":"`<>`", "text":"`<>`"}`
+ <% elseif [{$:/info/node}match[yes]] %>
+ `{"title": "$:/info/server-created-wiki/timestamp", "created":"`<>`", "modified":"`<>`", "text":"`<>`"}`
+ <$text text=<>/>
+ `{"title": "$:/info/server-created-wiki/date", "created":"`<>`", "modified":"`<>`", "text":"`<>`"}`
+ <% endif %>
+$let>
\ No newline at end of file