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/E

From Wikipedia, the free encyclopedia

local library = {}

-- Emperor Michael Palaeologus and the West, 1258–1282: A Study in Byzantine-Latin Relations by Harvard University Press
-- Template:Emperor Michael Palaeologus and the West
library['EMPEROR_MICHAEL_PALAEOLOGUS_AND_THE_WEST'] = {
    host = 'ia', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['last'] = "Geanakoplos",
        ['first'] = "Deno John",
        ['author-link'] = "Deno Geanakoplos",
        ['title'] = "Emperor Michael Palaeologus and the West, 1258–1282: A Study in Byzantine-Latin Relations",
        ['location'] = "Cambridge, Massachusetts",
        ['publisher'] = "Harvard University Press",
        ['year'] = "1959",
    },
    ['hosts'] = {
        ['ia'] = {
            ['id'] = "emperormichaelpa00gean"
        }
    }
}

-- Essays on the Latin Orient by Cambridge University Press
-- Template:Essays on the Latin Orient
library['ESSAYS_ON_THE_LATIN_ORIENT'] = {
    host = 'ia', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['title'] = "Essays on the Latin Orient",
        ['first'] = "William",
        ['last'] = "Miller",
        ['author-link'] = "William Miller (historian)",
        ['publisher'] = "Cambridge University Press",
        ['location'] = "Cambridge",
        ['year'] = "1921",
    },
    ['hosts'] = {
        ['ia'] = {
            ['id'] = "essaysonlatinori00milluoft",
            ['iasearch'] = "none"
        }
    }
}

-- The Abbasid Caliphate: A History by Cambridge University Press
-- Template:The Abbasid Caliphate: A History
library['ELHIBRI_THE_ABBASID_CALIPHATE'] = {
	host = "gbook", -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['last'] = "El-Hibri",
        ['first'] = "Tayeb",
        ['author-link'] = "",
        ['title'] = "The Abbasid Caliphate: A History",
        ['location'] = "Cambridge and New York",
        ['publisher'] = "[[Cambridge University Press]]",
        ['year'] = "2021",
        ['isbn'] = "978-1-107-18324-7",
    },
    ['hosts'] = {
        ['gbook'] = {
            ['id'] = "FTMiEAAAQBAJ",
        }
    }
}
-- Mercedes-Benz C-Klasse: Die Baureihen 201-205 by Günter Engelen
-- Template:Engelen: Mercedes-Benz C-Klasse: 201-205
library['ENGELEN_MERCEDES_BENZ_C_KLASSE'] = {
    ['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['last'] = "Engelen",
        ['first'] = "Günter",
        ['year'] = "2020",
        ['title'] = "Mercedes-Benz C-Klasse: Die Baureihen 201-205",
        ['trans-title'] = "Mercedes-Benz C-Class: Series 201-2015",
        ['location'] = "Königswinter, Germany",
        ['publisher'] = "Heel Verlag",
        ['isbn'] = "9783958439429",
        ['language'] = "de",
    },
    ['hosts'] = {
        ['physical'] = {}
    }
}
return library