2018-09-05 07:44:27 +00:00
|
|
|
title: $:/core/templates/tiddlywiki5-external-js.html
|
|
|
|
|
2023-01-19 16:52:12 +00:00
|
|
|
<$set name="saveTiddlerAndShadowsFilter" filter="[subfilter<saveTiddlerFilter>] [subfilter<saveTiddlerFilter>plugintiddlers[]]">
|
|
|
|
`<!doctype html>
|
|
|
|
`{{$:/core/templates/MOTW.html}}`<html lang="`<$text text={{{ [{$:/language}get[name]] }}}/>`">
|
2018-09-05 07:44:27 +00:00
|
|
|
<head>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
2019-01-14 09:18:57 +00:00
|
|
|
<!--~~ Raw markup for the top of the head section ~~-->
|
2023-01-19 16:52:12 +00:00
|
|
|
`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/TopHead]] ||$:/core/templates/raw-static-tiddler}}}`
|
2019-01-14 09:18:57 +00:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=Edge"/>
|
2018-09-05 07:44:27 +00:00
|
|
|
<meta name="application-name" content="TiddlyWiki" />
|
|
|
|
<meta name="generator" content="TiddlyWiki" />
|
2023-01-19 16:52:12 +00:00
|
|
|
<meta name="tiddlywiki-version" content="`{{$:/core/templates/version}}`" />
|
2018-09-05 07:44:27 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
|
|
|
<meta name="mobile-web-app-capable" content="yes"/>
|
|
|
|
<meta name="format-detection" content="telephone=no" />
|
2023-01-19 16:52:12 +00:00
|
|
|
<meta name="copyright" content="`{{$:/core/copyright.txt}}`" />
|
2018-09-05 07:44:27 +00:00
|
|
|
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
|
2023-01-19 16:52:12 +00:00
|
|
|
<title>`{{$:/core/wiki/title}}`</title>
|
2018-09-05 07:44:27 +00:00
|
|
|
<!--~~ This is a Tiddlywiki file. The points of interest in the file are marked with this pattern ~~-->
|
|
|
|
|
|
|
|
<!--~~ Raw markup ~~-->
|
2023-01-19 16:52:12 +00:00
|
|
|
`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/core/wiki/rawmarkup]] ||$:/core/templates/plain-text-tiddler}}}`
|
|
|
|
`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkup]] ||$:/core/templates/plain-text-tiddler}}}`
|
|
|
|
`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified]] ||$:/core/templates/raw-static-tiddler}}}`
|
2018-09-05 07:44:27 +00:00
|
|
|
</head>
|
|
|
|
<body class="tc-body">
|
2019-01-14 09:18:57 +00:00
|
|
|
<!--~~ Raw markup for the top of the body section ~~-->
|
2023-01-19 16:52:12 +00:00
|
|
|
`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/TopBody]] ||$:/core/templates/raw-static-tiddler}}}`
|
2018-09-05 07:44:27 +00:00
|
|
|
<!--~~ Static styles ~~-->
|
|
|
|
<div id="styleArea">
|
2023-01-19 16:52:12 +00:00
|
|
|
`{{$:/boot/boot.css||$:/core/templates/css-tiddler}}`
|
2018-09-05 07:44:27 +00:00
|
|
|
</div>
|
|
|
|
<!--~~ Static content for Google and browsers without JavaScript ~~-->
|
|
|
|
<noscript>
|
|
|
|
<div id="splashArea">
|
2023-01-19 16:52:12 +00:00
|
|
|
`{{$:/core/templates/static.area}}`
|
2018-09-05 07:44:27 +00:00
|
|
|
</div>
|
|
|
|
</noscript>
|
|
|
|
<!--~~ Ordinary tiddlers ~~-->
|
2023-01-19 16:52:12 +00:00
|
|
|
`{{$:/core/templates/store.area.template.html}}`
|
2019-01-14 09:18:57 +00:00
|
|
|
<!--~~ Raw markup for the bottom of the body section ~~-->
|
2023-01-19 16:52:12 +00:00
|
|
|
`{{{ [enlist<saveTiddlerAndShadowsFilter>tag[$:/tags/RawMarkupWikified/BottomBody]] ||$:/core/templates/raw-static-tiddler}}}`
|
|
|
|
<!--~~ Load external JavaScripts ~~-->
|
|
|
|
<script src="`{{{ [<coreURL>] }}}`" onerror="alert('Error: Cannot load `{{{ [<coreURL>] }}}`');"></script>
|
2018-09-05 07:44:27 +00:00
|
|
|
</body>
|
2023-01-19 16:52:12 +00:00
|
|
|
</html>`
|
|
|
|
</$set>
|