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

From Wikipedia, the free encyclopedia

local library = {}
-- Spirit of the Swan: 180 Years of Winemaking in the Swan Valley by Michael Zekulich
-- Template:Zekulich-SpiritSwan
library['ZEKULICH_SPIRIT_OF_THE_SWAN'] = {
    ['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['last'] = "Zekulich",
        ['first'] = "Michael",
        ['year'] = "2014",
        ['title'] = "Spirit of the Swan: 180 Years of Winemaking in the Swan Valley",
        ['location'] = "Midland, WA",
        ['publisher'] = "Swan Valley and Regional Winemakers Association",
        ['isbn'] = "9780646923680",
    },
    ['hosts'] = {
        ['physical'] = {}
    }
}
-- Wine Western Australia by Michael Zekulich
-- Template:Zekulich-WineWA
library['ZEKULICH_WINE_WESTERN_AUSTRALIA'] = {
    ['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
    ['cite_params'] = {
        ['_template'] = 'cite book',
        ['last'] = "Zekulich",
        ['first'] = "Michael",
        ['year'] = "2000",
        ['orig-year'] = "1990",
        ['title'] = "Wine Western Australia",
        ['location'] = "Perth",
        ['publisher'] = "St George Books",
        ['isbn'] = "0867780614",
    },
    ['hosts'] = {
        ['physical'] = {}
    }
}
return library