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

From Wikipedia, the free encyclopedia

local library = {}
-- The Doukai: A Contribution to Byzantine Prosopography by The Athlone Press
-- Template:Polemis-The Doukai
library['POLEMIS_THE_DOUKAI'] = {
    host = 'ia', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['last'] = "Polemis",
        ['first'] = "Demetrios I.",
        ['title'] = "The Doukai: A Contribution to Byzantine Prosopography",
        ['location'] = "London",
        ['publisher'] = "The Athlone Press",
        ['year'] = "1968"
    },
    ['hosts'] = {
        ['ia'] = {
            ['id'] = "bwb_W9-AUH-001",
        }
    }
}
-- West Gloucester & Wye Valley Lines by Neil Parkhouse
-- Template:Parkhouse: West Gloucester & Wye Valley Lines
library['PARKHOUSE_WEST_GLOUCESTER_WYE_VALLEY_LINES'] = {
    ['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['title'] = "West Gloucester & Wye Valley Lines",
        ['series'] = "British Railway History In Colour",
        ['volume'] = "1",
        ['last'] = "Parkhouse",
        ['first'] = "Neil",
        ['year'] = "2013a",
        ['publisher'] = "Lightmoor Press",
        ['location'] = "Lydney",
        ['isbn'] = "9781899889 76 1"
    },
    ['hosts'] = {
        ['physical'] = {}
    }
}
-- Porsche 924 · 944 · 968 by Unique Motor Books
-- Template:Pitt: Porsche 924 944 968
library['PITT_PORSCHE_924_944_968'] = {
    ['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['editor-last'] = "Pitt",
        ['editor-first'] = "Colin",
        ['year'] = "2006",
        ['title'] = "Porsche 924 · 944 · 968",
        ['location'] = "Hockley, Essex, UK",
        ['publisher'] = "Unique Motor Books",
        ['isbn'] = "1-84155-365-4",
    },
    ['hosts'] = {
        ['physical'] = {}
    }
}
-- Mercedes-Benz SL & SLR: The story of the W129 Mercedes-Benz SL, the W230 Mercedes-Benz SL and the SLR McLaren Road Cars and the SLR McLaren 722 GT Race Car by C P Press
-- Template:Pitt: Mercedes-Benz SL & SLR
library['PITT_MERCEDES_BENZ_SL_SLR'] = {
    ['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['editor-last'] = "Pitt",
        ['editor-first'] = "Colin",
        ['year'] = "2009",
        ['title'] = "Mercedes-Benz SL & SLR: The story of the W129 Mercedes-Benz SL, the W230 Mercedes-Benz SL and the SLR McLaren Road Cars and the SLR McLaren 722 GT Race Car",
        ['location'] = "Hockley, Essex, UK",
        ['publisher'] = "C P Press",
        ['isbn'] = "9781841557533",
    },
    ['hosts'] = {
        ['physical'] = {}
    }
}

-- Australian Cruise Ships by Peter Plowman
-- Template:Plowman: Australian Cruise Ships
library['PLOWMAN_AUSTRALIAN_CRUISE_SHIPS'] = {
    ['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['last'] = "Plowman",
        ['first'] = "Peter",
        ['year'] = "2007",
        ['title'] = "Australian Cruise Ships",
        ['location'] = "Dural, NSW",
        ['publisher'] = "Rosenberg Publishing",
        ['isbn'] = "9781877058509",
    },
    ['hosts'] = {
        ['physical'] = {}
    }
}
-- The SITMAR Liners: Past and Present by Peter Plowman
-- Template:Plowman: The SITMAR Liners
library['PLOWMAN_THE_SITMAR_LINERS'] = {
    ['host'] = 'gbook', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['last'] = "Plowman",
        ['first'] = "Peter",
        ['year'] = "2004",
        ['title'] = "The SITMAR Liners: Past and Present",
        ['location'] = "Dural, NSW",
        ['publisher'] = "Rosenberg Publishing",
        ['isbn'] = "1877058254",
    },
    ['hosts'] = {
        ['gbook'] = {
            ['id'] = "PhGMcJw9THgC",
        }
    }
}
return library