Introduce Ancient Artifacts with full CRUD and image support Migrate item categories and usages to system-defined lists Add display_id to items and artifacts for custom sorting
50 lines
2.3 KiB
HTML
50 lines
2.3 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta
|
|
name="description"
|
|
content="Browse Pokopia Wiki for Pokemon, Event Pokemon, habitats, Event Habitats, items, Event Items, Ancient Artifacts, recipes, daily tasks, and Life community posts for Pokemon Pokopia."
|
|
/>
|
|
<meta name="robots" content="index, follow" />
|
|
<meta name="theme-color" content="#6ccf32" />
|
|
<link rel="icon" href="/favicon.ico" sizes="32x32" />
|
|
<link rel="canonical" href="%POKOPIA_SITE_URL%/pokemon" />
|
|
<meta property="og:site_name" content="Pokopia Wiki" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:title" content="Pokopia Wiki - Pokemon Pokopia Guide" />
|
|
<meta
|
|
property="og:description"
|
|
content="Browse Pokopia Wiki for Pokemon, Event Pokemon, habitats, Event Habitats, items, Event Items, Ancient Artifacts, recipes, daily tasks, and Life community posts for Pokemon Pokopia."
|
|
/>
|
|
<meta property="og:url" content="%POKOPIA_SITE_URL%/pokemon" />
|
|
<meta property="og:image" content="%POKOPIA_SITE_URL%/seo/pokopia-hero.jpg" />
|
|
<meta property="og:locale" content="en_US" />
|
|
<meta name="twitter:card" content="summary_large_image" />
|
|
<meta name="twitter:title" content="Pokopia Wiki - Pokemon Pokopia Guide" />
|
|
<meta
|
|
name="twitter:description"
|
|
content="Browse Pokopia Wiki for Pokemon, Event Pokemon, habitats, Event Habitats, items, Event Items, Ancient Artifacts, recipes, daily tasks, and Life community posts for Pokemon Pokopia."
|
|
/>
|
|
<meta name="twitter:image" content="%POKOPIA_SITE_URL%/seo/pokopia-hero.jpg" />
|
|
<script>
|
|
(function () {
|
|
const UMAMI_SCRIPT_JS = "https://umami.tootaio.com/script.js";
|
|
const UMAMI_ID = "6c00a2e5-dc72-41f3-9d5d-aac93aaaf1cb";
|
|
|
|
var script = document.createElement("script");
|
|
script.async = true;
|
|
script.src = UMAMI_SCRIPT_JS;
|
|
script.setAttribute("data-website-id", UMAMI_ID);
|
|
document.head.appendChild(script);
|
|
})();
|
|
</script>
|
|
<title>Pokopia Wiki - Pokemon Pokopia Guide</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|