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

From Wikipedia, the free encyclopedia

local library = {}
-- One Good Turn: A Natural History of the Screwdriver and the Screw by [[Witold Rybczynski]]
-- Template:Rybczynski2000
library['RYBCZYNSKI_ONE_GOOD_TURN'] = {
    host = 'ia', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['last'] = "Rybczynski",
        ['first'] = "Witold",
        ['author-link'] = "Witold Rybczynski",
        ['year'] = "2000",
        ['title'] = "One Good Turn: A Natural History of the Screwdriver and the Screw",
        ['title-link'] = "One Good Turn (Rybczynski book)",
        ['publisher'] = "Scribner",
        ['isbn'] = "978-0-684-86729-8",
        ['lccn'] = "00036988",
    },
    ['hosts'] = {
        ['ia'] = {
            ['id'] = {
                "onegoodturnnatur00rybc",
                "onegoodturn00rybc",
            }
        }
    }
}
-- Das neue große Mercedes-S-Klasse-Buch by Matthias Röcke
-- Template:Rocke: Das neue große Mercedes-S-Klasse-Buch
library['ROCKE_DAS_NEUE_GROE_MERCEDES_S_KLASSE_BUCH'] = {
    ['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['last'] = "Röcke",
        ['first'] = "Matthias",
        ['year'] = "2003",
        ['title'] = "Das neue große Mercedes-S-Klasse-Buch",
        ['trans-title'] = "The New Big Mercedes S-Class Book",
        ['location'] = "Königswinter, Germany",
        ['publisher'] = "Heel Verlag",
        ['isbn'] = "3-89880-158-6",
        ['language'] = "de",
    },
    ['hosts'] = {
        ['physical'] = {}
    }
}
-- Das große Mercedes-S-Klasse-Buch: alle Modellreihen von W 108 bis W 140 (1965 bis heute) by Matthias Röcke
-- Template:Rocke: Das große Mercedes-S-Klasse-Buch
library['ROCKE_DAS_GROE_MERCEDES_S_KLASSE_BUCH'] = {
    ['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['last'] = "Röcke",
        ['first'] = "Matthias",
        ['year'] = "1991",
        ['title'] = "Das große Mercedes-S-Klasse-Buch: alle Modellreihen von W 108 bis W 140 (1965 bis heute)",
        ['trans-title'] = "The Big Mercedes S-Class Book: all model codes from W 108 to W 140 (1965 to today)",
        ['location'] = "Königswinter, Germany",
        ['publisher'] = "Heel Verlag",
        ['isbn'] = "3-89365-234-5",
        ['language'] = "de",
    },
    ['hosts'] = {
        ['physical'] = {}
    }
}
return library