-
Notifications
You must be signed in to change notification settings - Fork 0
Meta tag usage
james edited this page Aug 28, 2016
·
1 revision
All of these should be used within the <head></head>
of your document.
.kwpcf resource caches are used to reduce the number of HTTP requests by embedding all of the page's resources into one file. They are referenced like so, and more than one can be used if necessary:
<meta name="kwprecache" content="http://www.example.com/precache.kwpcf">
FS3D maintains a history stack of visited pages, which can be managed using certain meta tags:
<meta name="kwhistory-stack" content="clear-stack">
<meta name="kwhistory-overwrite" content="http://www.example.com/new/base/page/">
<meta name="kwhistory-stack" content="no-stack">
<meta name="kwhistory-stack" content="reset-pos">
CSS stylesheets are referenced in the usual manner:
<link rel="stylesheet" type="text/css" href="http://www.example.com/path/to/stylesheet.css">
We're unsure what this is, but the Japanese FGW seems to use it to differentiate between detail pages for FS3D Flipnotes and ones on DSi Gallery
<meta name="kwheadid" content="$group">
$group
is memogroup
for Flipnote Gallery World, or dsigroup
for DSi Gallery.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.