Module:Cite Print/Data

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search

For information on editing module data in general, see Guidelines:Modules/Data.

DataSchema

Books in Other Languages

BookLanguageCitation Source Sample
HH
Japan JapaneseHyrule Historia, Shogakukan, pg. 1
The French Republic FrenchEUHyrule Historia, Les Éditions Soleil, pg. 1
The Federal Republic of Germany GermanHyrule Historia, TOKYOPOP, pg. 1
The Kingdom of Spain SpanishEUHyrule Historia, Norma Editorial, pg. 1
A&A
The Italian Republic ItalianL'arte di una leggenda, Magazzini Salani, pg. 1
E
Japan JapaneseHyrule Encyclopedia, Ambit Ltd., pg. 1
The People's Republic of China ChineseSIEncyclopedia, New Star Press, pg. 1
The French Republic FrenchEUEncyclopedia, Les Éditions Soleil, pg. 1
The Federal Republic of Germany GermanEncyclopedia, TOKYOPOP, pg. 1
The Italian Republic ItalianEnciclopedia di Hyrule, Magazzini Salani, pg. 1
The Kingdom of Spain SpanishEUEnciclopedia, Norma Editorial, pg. 1
CaC
Japan JapaneseCreating a Champion, Tokuma Shoten Publishing Co., Ltd., pg. 1
DAB
The United Kingdom of Great Britain and Northern Ireland EnglishBRArtbook, Nintendo Co., Ltd., pg. 1
Japan JapaneseARTBOOK, Nintendo Co., Ltd., pg. 1
OoS (Himekawa)
The Italian Republic ItalianOracle of Seasons manga, Italian localization, Panini Manga, pg. 1
Data
books
Associates a book code from Data:Franchise to information about the publication of the book in other languages. Used by Template:Cite Book.
<bookCode>
<langCode>
A language code from Module:Language/Data.
[display]
The subtitle of the book in the given language.
publisher
The book's publisher.

return {
	books = { -- For books which are released in English but we need to cite another translation. Otherwise book data comes from [[Data:Franchise]]
		["OoS (Himekawa)"] = {
			["it"] = {
				publisher = "Panini Manga",
			},
		},
		["HH"] = {
			["ja"] = {
				display = "Hyrule Historia",
				publisher = "Shogakukan",
			},
			["de"] = {
				display = "Hyrule Historia",
				publisher = "TOKYOPOP",
			},
			["frF"] = {
				display = "Hyrule Historia",
				publisher = "Les Éditions Soleil",
			},
			["esS"] = {
				display = "Hyrule Historia",
				publisher = "Norma Editorial",
			},
		},
		["E"] = {
			["ja"] = {
				display = "Hyrule Encyclopedia",
				publisher = "Ambit Ltd.",
			},
			["zhS"] = {
				display = "Encyclopedia",
				publisher = "New Star Press",
			},
			["de"] = {
				display = "Encyclopedia",
				publisher = "TOKYOPOP",
			},
			["frF"] = {
				display = "Encyclopedia",
				publisher = "Les Éditions Soleil",
			},
			["it"] = {
				display = "Enciclopedia di Hyrule",
				publisher = "Magazzini Salani",
			},
			["esS"] = {
				display = "Enciclopedia",
				publisher = "Norma Editorial",
			},
		},
		["CaC"] = {
			["ja"] = {
				display = "Creating a Champion",
				publisher = "Tokuma Shoten Publishing Co., Ltd.",
			}
		},
		["DAB"] = {
			["enBr"] = {
				display = "Artbook",
				publisher = "Nintendo Co., Ltd.",
			},
			["ja"] = {
				display = "ARTBOOK",
				publisher = "Nintendo Co., Ltd.",
			}
		},
		["A&A"] = {
			["it"] = {
				display = "L'arte di una leggenda",
				publisher = "Magazzini Salani",
			}
		}
	},
}