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

From Wikipedia, the free encyclopedia

local library = {}
-- Compound Locomotives: An International Survey by Atlantic Transport Publishers
-- Template:Book-Van Riemsdijk-Compound Locomotives
library['VAN_RIEMSDIJK_COMPOUND_LOCOMOTIVES'] = {
    host = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['title'] = "Compound Locomotives: An International Survey",
        ['last'] = "Van Riemsdijk",
        ['first'] = "J.T.",
        ['author-link'] = "John Van Riemsdijk",
        ['year'] = "1994",
        ['publisher'] = "Atlantic Transport Publishers",
        ['location'] = "Penryn",
        ['isbn'] = "0-906899-61-3",
    },
    ['hosts'] = {
        ['physical'] = {}
    }
}
-- The Latin ''Renovatio'' of Byzantium: The Empire of Constantinople (1204–1228) by Brill
-- Template:The Latin Renovatio of Byzantium
library['VAN_TRICHT_THE_LATIN_RENOVATIO_OF_BYZANTIUM'] = {
    host = 'gbook', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['title'] = "The Latin ''Renovatio'' of Byzantium: The Empire of Constantinople (1204–1228)",
        ['first'] = "Filip",
        ['last'] = "Van Tricht",
        ['location'] = "Leiden",
        ['publisher'] = "Brill",
        ['year'] = "2011",
        ['isbn'] = "978-90-04-20323-5",
    },
    ['hosts'] = {
        ['gbook'] = {
            ['id'] = "JlnPm2riK1UC",
        }
    }
}
-- Alles über die Mercedes-Benz S-Klasse by Christof Vieweg
-- Template:Vieweg: Alles über die Mercedes
library['VIEWEG_ALLES_BER_DIE_MERCEDES_BENZ_S_KLASSE'] = {
    ['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['last'] = "Vieweg",
        ['first'] = "Christof",
        ['year'] = "2000",
        ['title'] = "Alles über die Mercedes-Benz S-Klasse",
        ['trans-title'] = "Everything about the Mercedes-Benz S-Class",
        ['series'] = "Technik transparent series",
        ['location'] = "Stuttgart",
        ['publisher'] = "DaimlerChrysler",
        ['isbn'] = "3932786041",
    },
    ['hosts'] = {
        ['physical'] = {}
    }
}
-- Porsche 924·928·944·968 by David Vivian
-- Template:Vivian: Porsche 924 928 944 968
library['VIVIAN_PORSCHE_924_928_944_968'] = {
    ['host'] = 'ia', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['last'] = "Vivian",
        ['first'] = "David",
        ['year'] = "1993",
        ['title'] = "Porsche 924·928·944·968",
        ['series'] = "Crowood AutoClassic Series",
        ['location'] = "Ramsbury, Marlborough, UK",
        ['publisher'] = "The Crowood Press",
        ['isbn'] = "1-85223-483-0",
    },
    ['hosts'] = {
        ['ia'] = {
            ['id'] = "porsche9249289440000vivi",
        }
    }
}
return library