Module:IA Citation/data/F
| 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. |
This page contains the data configurations for Module:IA Citation for all book keys starting with the letter "F".
To add a new citation, follow the existing examples in the code.
- Book Key eg. `['FIF4']`
- Use a unique yet recognizable name, all caps, spaces converted to "_", and that starts with "F".
- Engine Parameters (Top-level):
- template = (Required) "cite book", "cite journal", etc.
- id = <Internet Archive identifier> (e.g.,
encyclopaediabrit01chisrich). Required for a single book on IA. - query = <Internet Archive search query> (Optional. Use instead of `id` for multi-volume works. Links the title to an IA search page. Page linking will not work.)
- ex. query = 'title:"Encyclopaedia Britannica" AND date:1911'
- iadisplay = "full screen" (Optional. Opens the book in full-screen mode instead of 2-up.)
- iasearch = "none" (Optional. Disables the default dummy search string. More info: Module:IA_Citation#Dummy_search)
- Citation Parameters (Inside `cite_params`):
- cite_params = A table of standard CS1 parameters displayed by default. Users can override these within the invoking templates.
- title, author, year, isbn, etc.
- url = If the work is not on the Internet Archive, omit `id` and `query` from the top level, and provide a hardcoded `url` (e.g., to Google Books) directly inside this `cite_params` table. This method nullifies features such as direct linking to page numbers, full screen display.
- cite_params = A table of standard CS1 parameters displayed by default. Users can override these within the invoking templates.
local library = {}
-- The Frank Lloyd Wright Companion by University of Chicago Press
-- Template:Cite Wright Companion
library['FRANK_LLOYD_WRIGHT_COMPANION'] = {
template = 'cite book',
id = "franklloydwright0000stor",
iadisplay = "full screen",
cite_params = {
['last'] = "Storrer",
['first'] = "William Allin",
['year'] = "1993",
['title'] = "The Frank Lloyd Wright Companion",
['location'] = "Chicago",
['publisher'] = "University of Chicago Press",
['isbn'] = "978-0-226-77624-8"
}
}
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.