Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

Jump to content

Module:SST/shards/J

From Wikipedia, the free encyclopedia

local library = {}
-- John Skylitzes: A Synopsis of Byzantine History, 811–1057 by Cambridge University Press
-- Template:John Skylitzes: A Synopsis of Byzantine History, 811–1057
library['JOHN_SKYLITZES'] = {
    ['host'] = 'ia', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['editor-last'] = "Wortley",
        ['editor-first'] = "John",
        ['title'] = "John Skylitzes: A Synopsis of Byzantine History, 811–1057",
        ['location'] = "Cambridge",
        ['publisher'] = "Cambridge University Press",
        ['year'] = "2010",
        ['isbn'] = "978-0-521-76705-7",
    },
    ['hosts'] = {
        ['ia'] = {
            ['id'] = "isbn_9781107404748",
        }
    }
}
-- Wine: Western Australia's Best by Ray Jordan
-- Template:Jordan-WineWABest
library['JORDAN_WINE_WESTERN_AUSTRALIA_S_BEST'] = {
    ['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['last'] = "Jordan",
        ['first'] = "Ray",
        ['year'] = "2002",
        ['title'] = "Wine: Western Australia's Best",
        ['location'] = "Osborne Park, WA",
        ['publisher'] = "[[The West Australian]]",
        ['isbn'] = "0909699887",
    },
    ['hosts'] = {
        ['physical'] = {}
    }
}
-- Japanese Super Cars by Terry Jackson
-- Template:Jackson: Japanese Super Cars
library['JACKSON_JAPANESE_SUPER_CARS'] = {
    ['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['last'] = "Jackson",
        ['first'] = "Terry",
        ['year'] = "1992",
        ['title'] = "Japanese Super Cars",
        ['location'] = "London",
        ['publisher'] = "Apple Press",
        ['isbn'] = "1-85076-365-8",
    },
    ['hosts'] = {
        ['physical'] = {}
    }
}
return library