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:IA Citation/data/H

From Wikipedia, the free encyclopedia

local library = {}

-- US Nuclear Weapons: The Secret History by Aerofax
-- Template:Book-Hansen-US Nuclear Weapons
library['HANSEN_US_NUCLEAR_WEAPONS'] = {
    template = 'cite book',
    id = "usnuclearweapons0000hans",
    cite_params = {
        ['title'] = "US Nuclear Weapons: The Secret History",
        ['last'] = "Hansen",
        ['first'] = "Chuck",
        ['author-link'] = "Chuck Hansen",
        ['year'] = "1988",
        ['publisher'] = "Aerofax",
        ['isbn'] = "0517567407",
    }
}

-- Power from Steam by Cambridge University Press
-- Template:Book-Hills-Power from Steam
library['HILLS_POWER_FROM_STEAM'] = {
    template = 'cite book',
    id = "powerfromsteamhi0000hill",
    cite_params = {
        ['last'] = "Hills",
        ['first'] = "Richard L.",
        ['author-link'] = "Richard L. Hills",
        ['title'] = "Power from Steam",
        ['year'] = "1989",
        ['publisher'] = "[[Cambridge University Press]]",
        ['isbn'] = "0-521-45834-X",
    }
}

-- The History of Yolo County, California by Historic Record Company
-- Template:History of Yolo County
library['HISTORY_OF_YOLO_COUNTY'] = {
    template = 'cite book',
    id = "historyofyolocou00greg",
    iadisplay = "full screen",
    iasearch = "none",
    cite_params = {
    	['last'] = "Gregory",
    	['first'] = "Thomas Jefferson",
    	['year'] = "1913",
    	['title'] = "History of Yolo County, California",
    	['publisher'] = "Historic Record Company",
    	['location'] = "Los Angeles, Cal.",
    }
}


return library