Module:SST/shards/S
| This module is rated as alpha. It is ready for limited use and third-party feedback. It may be used on a small number of pages, but should be monitored closely. Suggestions for new features or adjustments to input and output are welcome. |
| Editing of this module by new or unregistered users is currently disabled. See the protection policy and protection log for more details. If you cannot edit this module and you wish to make a change, you can submit an edit request, discuss changes on the talk page, request unprotection, log in, or create an account. |
- Note: This is part of the WP:SSTS system see that page for complete documentation
This page contains the data configurations for Module:SST ("Single-source templates") for all book keys starting with the letter "S".
Create a new shard entry
All book metadata is stored in "shards" which are Lua Modules that contain simple tables.
There are two types of shards:
- Single - A single book. They share shard files. For example, all single books that start with "A" are in Module:SST/shards/A
- Sets - Works that have multiple volumes or editions e.g. an Encyclopedia or a 3-edition book. Each one has their own private shard file stored in
Module:SST/shards/setsfor example Module:SST/shards/sets/THE_CAMBRIDGE_HISTORY_OF_IRAN.
To add a new book, navigate to the correct shard and add a new table. The template documentation page will show where the shard is located.
Naming the book key
When creating a new table, use a unique, recognizable book key in ALL CAPS, with spaces converted to underscores. For single shards it must start with the letter of the shard it is placed in. Generally a good idea to start with the author's last name then a short version of the title.
- Example:
library['IMBER_THE_OTTOMAN_EMPIRE'] = { ... }
When creating a multi-edition or volume set of books, name each book followed by a number for volumes e.g. _1 and _2 .. or by a year of publication e.g. _1990 and _2002 for editions.
- BOWEN_THE_LIFE_AND_TIMES_OF_AL_IBN_ISA
- IMBER_THE_OTTOMAN_EMPIRE_2002
- IMBER_THE_OTTOMAN_EMPIRE_2009
- BYZANTINE_SEALS_1
- BYZANTINE_SEALS_2
Host
The |host= sets which digital library the citation will link to.
Example: Host
|
|---|
library['IMBER_THE_OTTOMAN_EMPIRE'] = {
['host'] = "ia",
['cite_params'] = {
.....
}
|
Valid values for |host= are "ia", "guten", "hathi", "wikisrc", "gbook", "web" and "physical" (not online). These map to a corresponding |id= in the |hosts= entry (see below). Improper values or lack of a host will default to "physical" (no external links).
If a |host= is changed (e.g. from "hathi" to "ia") this will impact the Leaf page designations for every template on Wikipedia. For example Hathi uses 42@s54 while IA uses 42@n34. A change of |host= is disruptive, causing URLs to land on the wrong page. Tools will be in development to make |host= changes easier by automating the update of templates. Until then, it is better to consider the host "locked".
Citation Parameters
- A table of CS1 parameters displayed by default. (Users can override these within the invoking templates.)
|_template=: Optional. Defaults tocite book, can also be set tocite encyclopedia(more template support in future).|last=,|first=,|quote=,|ref=, etc. = Standard CS1 parameters.
Example: Citation Parameters
|
|---|
['host'] = "ia",
['cite_params'] = {
['_template'] = 'cite book',
['last'] = "Birtchnell",
['first'] = "Percy Charles",
['author-link'] = "Percy Birtchnell",
['title'] = "A Short History of Berkhamsted",
['year'] = "1972",
['edition'] = "Revised",
['publisher'] = "Privately printed",
['place'] = "Berkhamsted",
['oclc'] = "737328"
},
|
Hosts
- A nested table defining where the book can be found online and how the routing engines should handle it. Supported host keys are
|ia=(Internet Archive),|hathi=(HathiTrust),|guten=(Project Gutenberg),|wikisrc=(Wikisource),|gbook=(Google Books),|web=(Other website), and|physical=(No digital host). You can add multiple hosts for each book, which one is used is defined by|host=(see above).
- A nested table defining where the book can be found online and how the routing engines should handle it. Supported host keys are
|id== The host-specific identifier.- IA: The ID from the URL. Multiple IDs for the same edition can be defined see Example setup.
- Hathi: The handle ID
- GBook: The 12-character ID
- Wikisource: The full Page namespace name, including extension
- Web: For a web host, omit id. See Example setup.
- Physical: A physical copy only - for books without a digital host. See Example setup.
Example: Host Configurations
|
|---|
['hosts'] = {
['ia'] = {
['id'] = "encyclopaediabrit01chisrich",
}
}
['hosts'] = {
['ia'] = {
['id'] = {
"nebraskaplacenam00fitz",
"nebraskaplacenam0000fitz"
}
}
}
['hosts'] = {
['hathi'] = {
['id'] = "iau.31858015245842",
}
}
['hosts'] = {
['gbook'] = {
['id'] = "-CNkywAACAAJ",
}
}
['hosts'] = {
['wikisrc'] = {
['id'] = "Page:The Fun of It.pdf",
}
}
['hosts'] = {
['web'] = {
['url'] = "http://www.uscoldwar.com/overview.htm",
}
}
['hosts'] = {
['physical'] = {}
}
|
- Internet Archive Options:
- query = (Internet Archive only). Optional. Use instead of `id` for multi-volume works. Links the main title to an IA search page. Page linking will output as unlinked plain text. (ex. `query = 'title:"Encyclopaedia Britannica" AND date:1911'`)
- iadisplay = "full screen" (Internet Archive only). Optional. Opens the book in full-screen mode instead of the default 2-up view.
- iasearch = "none" or "pagenum" (Internet Archive only). Optional. Set to "none" to disable the dummy search for PD books.
Example: Internet Archive Options
|
|---|
['hosts'] = {
['ia'] = {
['query'] = "title:Britannica AND year:1911",
}
}
['hosts'] = {
['ia'] = {
['id'] = "encyclopaediabrit01chisrich",
['iasearch'] = "none",
['iadisplay'] = "full screen"
}
}
|
Multiple IDs
Some hosts have multiple copies of the same book+edition. This can be useful to mitigate viewing limits. Many hosts only allow X number of views per day per book. By including multiple IDs, you can spread the load across multiple IDs. Because the template randomly chooses real-time, it is important each book be identical ie. published in the same year, same publisher, each open to the same page 42 etc.. How to add multiple identical books:
['hosts'] = {
['ia'] = {
['id'] = {
"nebraskaplacenam00fitz",
"nebraskaplacenam0000fitz"
}
}
}
Load sharing is not available across hosts (inter-host), only within hosts (intra-host).
local library = {}
-- How Steam Locomotives Really Work by Oxford University Press
-- Template:Book-Semmens-Goldfinch-How Steam Locomotives Really Work
library['SEMMENS_GOLDFINCH_HOW_STEAM_LOCOMOTIVES_REALLY_WORK'] = {
host = 'ia', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last1'] = "Semmens",
['first1'] = "P.W.B.",
['last2'] = "Goldfinch",
['first2'] = "A.J.",
['title'] = "How Steam Locomotives Really Work",
['year'] = "2000",
['publisher'] = "[[Oxford University Press]]",
['location'] = "Oxford",
['isbn'] = "978-0-19-856536-9",
},
['hosts'] = {
['ia'] = {
['id'] = "howsteamlocomoti0000semm",
}
}
}
-- The Lands of the Eastern Caliphate: Mesopotamia, Persia, and Central Asia, from the Moslem Conquest to the Time of Timur by [[Guy Le Strange]]
-- Template:Lands of the Eastern Caliphate
library['STRANGE_THE_LANDS_OF_THE_EASTERN_CALIPHATE'] = {
['host'] = 'ia',
['cite_params'] = {
['_template'] = 'cite book',
['title'] = "The Lands of the Eastern Caliphate: Mesopotamia, Persia, and Central Asia, from the Moslem Conquest to the Time of Timur",
['last'] = "Le Strange",
['first'] = "Guy",
['author-link'] = "Guy Le Strange",
['year'] = "1905",
['publisher'] = "Cambridge University Press",
['location'] = "Cambridge",
},
['hosts'] = {
['ia'] = {
['id'] = { -- page numbers sync across editions
"landsoftheeaster028596mbp", -- Barnes & Noble 1905
"landsofeasternca00lest", -- Cambridge 1905
"b2935321x", -- Cambridge 1905
},
['iasearch'] = "none",
['iadisplay'] = "full screen",
}
}
}
-- Les personnages byzantins de l'Alexiade: Analyse prosopographique et synthèse by Basile Skoulatos
-- Template:Les personnages byzantins de l'Alexiade
library['SKOULATOS_LES_PERSONNAGES_BYZANTINS_DE_LALEXIADE'] = {
['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['first'] = "Basile",
['last'] = "Skoulatos",
['title'] = "Les personnages byzantins de l'Alexiade: Analyse prosopographique et synthèse",
['trans-title'] = "The Byzantine Personalities of the Alexiad: Prosopographical Analysis and Synthesis",
['language'] = "fr",
['location'] = "Louvain-la-Neuve and Louvain",
['publisher'] = "Bureau du Recueil Collège Érasme and Éditions Nauwelaerts",
['year'] = "1980",
},
['hosts'] = {
['physical'] = {}
}
}
-- Venice, Austria, and the Turks in the Seventeenth Century by [[Kenneth Setton|Kenneth Meyer Setton]]
-- Template:Venice, Austria, and the Turks in the Seventeenth Century
library['SETTON_VENICE_AUSTRIA_AND_THE_TURKS_IN_THE_SEVENTEENTH_CENTURY'] = {
['host'] = 'ia', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last'] = "Setton",
['first'] = "Kenneth Meyer",
['author-link'] = "Kenneth Setton",
['title'] = "Venice, Austria, and the Turks in the Seventeenth Century",
['publisher'] = "The American Philosophical Society",
['location'] = "Philadelphia",
['year'] = "1991",
['isbn'] = "0-87169-192-2",
},
['hosts'] = {
['ia'] = {
['id'] = "bub_gb_XN51y209fR8C",
},
['gbook'] = {
['id'] = "XN51y209fR8C",
}
}
}
-- The Wines Vineyards and Vignerons of Australia by [[André Simon (wine)|André Louis Simon]]
-- Template:Simon-Wines Australia
library['SIMON_THE_WINES_VINEYARDS_AND_VIGNERONS_OF_AUSTRALIA'] = {
['host'] = 'ia', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last'] = "Simon",
['first'] = "André Louis",
['author-link'] = "André Simon (wine)",
['year'] = "1966",
['title'] = "The Wines Vineyards and Vignerons of Australia",
['location'] = "London",
['publisher'] = "Paul Hamlyn",
},
['hosts'] = {
['ia'] = {
['id'] = {
"winesvineyardsvi0000unse_o2m6",
"winesvineyardsvi0000unse_u7o6",
},
}
}
}
-- Stories from the Cellar Door: Fifty Margaret River Wineries Tell Their Tales by Jane Scott ''et al.''
-- Template:Scott-Negus-Cellar Door
library['SCOTT_STORIES_FROM_THE_CELLAR_DOOR'] = {
['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last1'] = "Scott",
['first1'] = "Jane",
['last2'] = "Negus",
['first2'] = "Patricia",
['year'] = "2011",
['title'] = "Stories from the Cellar Door: Fifty Margaret River Wineries Tell Their Tales",
['location'] = "North Fremantle, WA",
['publisher'] = "Cape to Cape Publishing",
['isbn'] = "9780980333763",
},
['hosts'] = {
['physical'] = {}
}
}
-- Die NSU-Story by Peter Schneider
-- Template:Schneider: Die NSU-Story
library['SCHNEIDER_DIE_NSU_STORY'] = {
['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last'] = "Schneider",
['first'] = "Peter",
['year'] = "2012",
['title'] = "Die NSU-Story",
['trans-title'] = "The NSU Story",
['location'] = "Stuttgart",
['publisher'] = "Motorbuch Verlag",
['edition'] = "3rd",
['isbn'] = "9783613033979",
['language'] = "de",
},
['hosts'] = {
['physical'] = {}
}
}
-- Mercedes-Benz Grand Prix Race Cars 1934–1955 by Louis Sugahara
-- Template:Sugahara: Mercedes-Benz Grand Prix Race Cars 1934–1955
library['SUGAHARA_MERCEDES_BENZ_GRAND_PRIX_RACE_CARS_1934_1955'] = {
['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last'] = "Sugahara",
['first'] = "Louis",
['year'] = "2004",
['title'] = "Mercedes-Benz Grand Prix Race Cars 1934–1955",
['location'] = "Fredericksburg, TX, USA",
['publisher'] = "Mercedes-Benz Classique Car Library",
['isbn'] = "1933123001",
},
['hosts'] = {
['physical'] = {}
}
}
-- Original Mercedes-Benz Coupes, Cabriolets and V-8 Sedans, 1960-1972: The Restorer's Guide by Tim Slade
-- Template:Slade: Original Mercedes-Benz Coupes
library['SLADE_ORIGINAL_MERCEDES_BENZ_COUPES_CABRIOLETS_AND_V_8_SEDANS_1960_1972'] = {
['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last'] = "Slade",
['first'] = "Tim",
['year'] = "2004",
['title'] = "Original Mercedes-Benz Coupes, Cabriolets and V-8 Sedans, 1960-1972: The Restorer's Guide",
['location'] = "Osceola, WI, USA",
['publisher'] = "Motorbooks International",
['isbn'] = "0760319529",
},
['hosts'] = {
['physical'] = {}
}
}
-- Porsche 924/928/944/968: The Complete Story by Glen Smale
-- Template:Smale: Porsche 924/928/944/968
library['SMALE_PORSCHE_924_928_944_968'] = {
['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last'] = "Smale",
['first'] = "Glen",
['year'] = "2015",
['title'] = "Porsche 924/928/944/968: The Complete Story",
['series'] = "Crowood AutoClassic Series",
['location'] = "Ramsbury, Marlborough, UK",
['publisher'] = "The Crowood Press",
['isbn'] = "978-1-78500-039-3",
},
['hosts'] = {
['physical'] = {}
}
}
-- NSU 1873-1984: Vom Hochrad zum Automobil – Geschichte, Typen und Modelle by Peter Schneider
-- Template:Schneider: NSU 1873-1984
library['SCHNEIDER_NSU_1873_1984'] = {
['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last'] = "Schneider",
['first'] = "Peter",
['year'] = "1988",
['title'] = "NSU 1873-1984: Vom Hochrad zum Automobil – Geschichte, Typen und Modelle",
['trans-title'] = "NSU 1873-1984: From Penny-Farthing to Automobile – History, Types and Models",
['location'] = "Stuttgart",
['publisher'] = "Motorbuch Verlag",
['edition'] = "2nd",
['isbn'] = "3613010860",
['language'] = "de",
},
['hosts'] = {
['physical'] = {}
}
}
-- Porsche 924/944/968 by [[:de:Halwart Schrader|Halwart Schrader]]
-- Template:Schrader: Porsche 924/944/968
library['SCHRADER_PORSCHE_924_944_968'] = {
['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last'] = "Schrader",
['first'] = "Halwart",
['author-link'] = ":de:Halwart Schrader",
['year'] = "2018",
['title'] = "Porsche 924/944/968",
['location'] = "Stuttgart",
['publisher'] = "Motorbuch Verlag",
['isbn'] = "9783613041271",
['language'] = "de",
},
['hosts'] = {
['physical'] = {}
}
}
-- Faszination und Mythos: Sportwagen von Mercedes-Benz by René (photographs) Staud ''et al.''
-- Template:Staud: Faszination und Mythos
library['STAUD_FASZINATION_UND_MYTHOS'] = {
['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last1'] = "Staud",
['first1'] = "René (photographs)",
['last2'] = "Kittler",
['first2'] = "Eberhard (text)",
['year'] = "2001",
['title'] = "Faszination und Mythos: Sportwagen von Mercedes-Benz",
['trans-title'] = "Fascination und Myth: Sports Cars from Mercedes-Benz",
['location'] = "Stuttgart",
['publisher'] = "Motorbuch Verlag",
['isbn'] = "3613021609",
['language'] = "de",
},
['hosts'] = {
['physical'] = {}
}
}
-- Mercedes-Benz SL Series: Recognition and Fact Guide by Peter C. Sessler
-- Template:Sessler: Mercedes-Benz SL Series
library['SESSLER_MERCEDES_BENZ_SL_SERIES'] = {
['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last'] = "Sessler",
['first'] = "Peter C.",
['year'] = "2011",
['title'] = "Mercedes-Benz SL Series: Recognition and Fact Guide",
['location'] = "Hudson, WI, US",
['publisher'] = "Iconografix",
['isbn'] = "9781583882832",
},
['hosts'] = {
['physical'] = {}
}
}
-- Mercedes-Benz: The Grand Cabrios & Coupes by René (photographs) Staud ''et al.''
-- Template:Staud: Mercedes-Benz: The Grand Cabrios & Coupes
library['STAUD_MERCEDES_BENZ_THE_GRAND_CABRIOS'] = {
['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last1'] = "Staud",
['first1'] = "René (photographs)",
['last2'] = "Lewandowski",
['first2'] = "Jürgen (text)",
['year'] = "2016",
['title'] = "Mercedes-Benz: The Grand Cabrios & Coupes",
['location'] = "Kempen, Germany",
['publisher'] = "teNeues",
['isbn'] = "9783832732936",
['language'] = "en",
},
['hosts'] = {
['physical'] = {}
}
}
-- NSU Autos und Motorräder 1900–1977 by Peter Schneider
-- Template:Schneider: NSU Autos und Motorräder 1900–1977
library['SCHNEIDER_NSU_AUTOS_UND_MOTORRDER_1900_1977'] = {
['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last'] = "Schneider",
['first'] = "Peter",
['year'] = "2011",
['title'] = "NSU Autos und Motorräder 1900–1977",
['trans-title'] = "NSU Cars and Motorcycles 1900–1977",
['series'] = "Schrader-Motor-Chronik series",
['location'] = "Stuttgart",
['publisher'] = "Motorbuch Verlag",
['edition'] = "2nd",
['isbn'] = "9783613032774",
['language'] = "de",
},
['hosts'] = {
['physical'] = {}
}
}
-- NSU Personenwagen: Eine Chronik by Franz-Georg Steidl
-- Template:Steidl: NSU Personenwagen
library['STEIDL_NSU_PERSONENWAGEN'] = {
['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last'] = "Steidl",
['first'] = "Franz-Georg",
['year'] = "2009",
['title'] = "NSU Personenwagen: Eine Chronik",
['trans-title'] = "NSU Passenger Vehicles: A Chronicle",
['series'] = "Markenreihe series",
['location'] = "Brilon, Germany",
['publisher'] = "Podszun Verlag",
['isbn'] = "9783861334422",
['language'] = "de",
},
['hosts'] = {
['physical'] = {}
}
}
-- Porsche 924 928 944 by Jerry Sloniger
-- Template:Sloniger: Porsche 924 928 944
library['SLONIGER_PORSCHE_924_928_944'] = {
['host'] = 'ia', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last'] = "Sloniger",
['first'] = "Jerry",
['year'] = "1987",
['title'] = "Porsche 924 928 944",
['location'] = "London",
['publisher'] = "Osprey Publishing",
['edition'] = "2nd",
['isbn'] = "0-85045-776-9",
},
['hosts'] = {
['ia'] = {
['id'] = "porsche9249289440000slon",
}
}
}
-- NSU: Automobile 1905–1977 by Peter Schneider
-- Template:Schneider: NSU: Automobile 1905–1977
library['SCHNEIDER_NSU_AUTOMOBILE_1905_1977'] = {
['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last'] = "Schneider",
['first'] = "Peter",
['year'] = "2008",
['title'] = "NSU: Automobile 1905–1977",
['trans-title'] = "NSU: Automobile 1905–1977",
['series'] = "Typenkompass series",
['location'] = "Stuttgart",
['publisher'] = "Motorbuch Verlag",
['isbn'] = "9783613028678",
['language'] = "de",
},
['hosts'] = {
['physical'] = {}
}
}
-- Mercedes by [[:de:Rainer W. Schlegelmilch|Rainer W. Schlegelmilch]] ''et al.''
-- Template:Schlegelmilch: Mercedes
library['SCHLEGELMILCH_MERCEDES'] = {
['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last1'] = "Schlegelmilch",
['first1'] = "Rainer W.",
['author-link1'] = ":de:Rainer W. Schlegelmilch",
['last2'] = "Lehbrink",
['first2'] = "Hartmut",
['last3'] = "von Osterroth",
['first3'] = "Jochen",
['edition'] = "revised",
['year'] = "2013",
['title'] = "Mercedes",
['location'] = "Königswinter, Germany",
['publisher'] = "Ullmann Publishing",
['isbn'] = "978-3-8480-0267-2"
},
['hosts'] = {
['physical'] = {}
}
}
-- Cruise Ships: The World's Most Luxurious Vessels by Peter C. Smith
-- Template:Smith: Cruise Ships 2010
library['SMITH_CRUISE_SHIPS_2010'] = {
['host'] = 'gbook', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last'] = "Smith",
['first'] = "Peter C.",
['year'] = "2010",
['title'] = "Cruise Ships: The World's Most Luxurious Vessels",
['location'] = "Barnsley, South Yorkshire, UK",
['publisher'] = "Pen & Sword Maritime",
['isbn'] = "9781848842182",
},
['hosts'] = {
['gbook'] = {
['id'] = "3w3ocEPPlKoC",
}
}
}
-- Cruise Ships - The Small Scale Fleet: A Visual Showcase by Peter Smith
-- Template:Smith: Cruise Ships 2014
library['SMITH_CRUISE_SHIPS_2014'] = {
['host'] = 'gbook', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last'] = "Smith",
['first'] = "Peter C.",
['year'] = "2014",
['title'] = "Cruise Ships - The Small Scale Fleet: A Visual Showcase",
['location'] = "Barnsley, England",
['publisher'] = "[[Pen & Sword]]",
['isbn'] = "9781781592816",
},
['hosts'] = {
['gbook'] = {
['id'] = "4mJtBQAAQBAJ",
}
}
}
-- Giants of the Seas: The Ships that Transformed Modern Cruising by Aaron Saunders
-- Template:Saunders: Giants of the Seas
library['SAUNDERS_GIANTS_OF_THE_SEAS'] = {
['host'] = 'gbook', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last'] = "Saunders",
['first'] = "Aaron",
['year'] = "2013",
['title'] = "Giants of the Seas: The Ships that Transformed Modern Cruising",
['location'] = "Barnsley, England",
['publisher'] = "[[Seaforth Publishing]]",
['isbn'] = "9781848321724",
},
['hosts'] = {
['gbook'] = {
['id'] = "DeCZBgAAQBAJ",
}
}
}
-- Mercury: A post-Mariner 10 assessment by R. G. Strom
-- Template:Strom 1979
library['STROM_MERCURY'] = {
['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite journal',
['last'] = "Strom",
['first'] = "R. G.",
['year'] = "1979",
['title'] = "Mercury: A post-Mariner 10 assessment",
['journal'] = "Space Science Reviews",
['volume'] = "24",
['issue'] = "1",
['pages'] = "3–70",
['doi'] = "10.1007/bf00221842",
},
['hosts'] = {
['physical'] = {}
}
}
-- Tectonism and volcanism on Mercury by R. G. Strom ''et al.''
-- Template:Strom Trask Guest 1975
library['STROM_TRASK_GUEST_1975'] = {
['host'] = 'physical', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite journal',
['last1'] = "Strom",
['first1'] = "R. G.",
['last2'] = "Trask",
['first2'] = "N. J.",
['last3'] = "Guest",
['first3'] = "J. E.",
['year'] = "1975",
['title'] = "Tectonism and volcanism on Mercury",
['journal'] = "Journal of Geophysical Research",
['volume'] = "80",
['issue'] = "17",
['pages'] = "2478–2507",
['doi'] = "10.1029/jb080i017p02478",
},
['hosts'] = {
['physical'] = {}
}
}
-- 100 sai no ryugi by [[Kaneto Shindo]]
-- Template:Shindo: 100 sai no ryugi
library['SHINDO_100_SAI_NO_RYUGI'] = {
['host'] = 'web', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last'] = "Shindo",
['first'] = "Kaneto",
['editor-first'] = "Hiroko",
['editor-last'] = "Nagase",
['title'] = "100 sai no ryugi",
['trans-title'] = "The Centenarian's Way",
['year'] = "2012",
['isbn'] = "978-4-569-80434-7",
['publisher'] = "PHP",
['author-link'] = "Kaneto Shindo",
['language'] = "ja",
},
['hosts'] = {
['web'] = {
['url'] = "http://www.php.co.jp/books/detail.php?isbn=978-4-569-80434-7",
}
}
}
-- AIA Guide to Boston by Susan Southworth ''et al.''
-- Template:AIA Guide to Boston
library['SOUTHWORTH_AIA_GUIDE_TO_BOSTON'] = {
['host'] = 'ia', -- WARNING: Changing host breaks page numbers in Wikipedia articles. See WP:SSTS#changehost
['cite_params'] = {
['_template'] = 'cite book',
['last1'] = "Southworth",
['first1'] = "Susan",
['last2'] = "Southworth",
['first2'] = "Michael",
['name-list-style'] = "amp",
['year'] = "2008",
['title'] = "AIA Guide to Boston",
['edition'] = "3rd",
['location'] = "Guilford, Connecticut",
['publisher'] = "Globe Pequot Press",
['isbn'] = "978-0-7627-4337-7",
},
['hosts'] = {
['ia'] = {
['id'] = "aiaguidetoboston0000sout",
}
}
}
return library
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.