Jump to content
Wikipedia The Free Encyclopedia

Template:Blake: Disraeli/doc

From Wikipedia, the free encyclopedia
icon This is a documentation subpage for Template:Blake: Disraeli.
It may contain usage information, categories and other content that is not part of the original template page.
This template uses Lua:
This template uses WP:SSTS ; see that page for complete system documentation.

This template generates citations to the book Disraeli by Robert Blake.

The key=value parameters such as |author=, |title=, etc., are defined in Module:SST/shards/B under the book key BLAKE_DISRAELI.

Usage

[edit ]
  • Default
{{Blake: Disraeli}}
Blake, Robert (1966). Disraeli. New York: St. Martin's Press. ISBN 0-19-832903-2.
  • Single Page
{{Blake: Disraeli |page=42}}
Blake, Robert (1966). Disraeli. New York: St. Martin's Press. p.42. ISBN 0-19-832903-2.
  • Multiple Pages
{{Blake: Disraeli |pages=42-43, 44-45, 250}}
Blake, Robert (1966). Disraeli. New York: St. Martin's Press. pp.42-43, 44-45, 250. ISBN 0-19-832903-2.
  • Chapter
{{Blake: Disraeli |chapter=Chapter Title |pages=198–250 |chapter-page=198}}
Blake, Robert (1966). "Chapter Title". Disraeli. New York: St. Martin's Press. pp.198–250. ISBN 0-19-832903-2.

Short citations

[edit ]

To create a short inline citation that links to this template, use:

{{sfn|Blake|1966}}
Note: This assumes {{Blake: Disraeli}} exists elsewhere in the article.

Options

[edit ]

Supplement and Override

[edit ]

You have the option to supplement or override parameters.

  • Supplement: You can add additional parameters supported by standard citation templates (like {{cite book }} or {{cite encyclopedia }}) such as |quote=, |ref=, etc.
  • Override: You can override parameters already defined by the template (for example, providing a custom |url= if you are citing a specific digital scan not mapped by the system).

Digital availability

[edit ]

Because texts have complex publication histories, digital availability may vary by volume. Some volumes may be physical-only, while others may be hosted digitally (e.g., on the Internet Archive, Google Books, or Wikisource). If a specific volume is hosted digitally, the underlying SST Module will automatically generate the correct links and activate the relevant digital features below.

Volumes and editions

[edit ]

Many historical works span multiple volumes or have been printed in various editions. SSTS templates are built to handle these variations natively. You can pass the |volume= or |edition= parameters exactly as you would in standard wikitext.

Edition:
{{The Ottoman Empire |edition=Second |page=112}}
Volume:
{{The Ottoman Empire |volume=2 |page=112}}

SSTS uses a normalization module that understands that "Second", "2nd", and "2" all mean the same thing, or "Vol. 1", "Volume 1", and "1".

Chapters

[edit ]

To link to a specific chapter, use |chapter= and |chapter-page=.

{{The Cambridge History of Iran |volume=1 |chapter=Introduction |chapter-page=12}}

Page numbers

[edit ]

The system supports page number formatting of various types:

  • |page=42 - single page
  • |pages=42-50 - page ranges
  • |pages=42, 50, 60 - multiple pages
  • |pages=42-49, 50-59, 60-69 - multiple page range groups

All of these will get automatically linked to the specific page numbers.

Page number options

[edit ]

Leaf numbers

[edit ]

Because the page number printed on the physical page (e.g., Roman numeral "xii") might not match the digital file's "leaf" or "sequence" number (e.g., scan #7), SSTS uses a special display@machine syntax within the |page= or |pages= parameters to bridge this gap.

  • Left of the @: The page number as it is printed in the physical book. This is what readers will see in the citation text.
  • Right of the @: The machine code instructing the URL how to find that exact page in the digital archive.

Different digital libraries require slightly different machine codes.

Use the format display@<host code><leaf #>.

  • Example Internet Archive: xiii@n7 means printed page "xiii" is located at Internet Archive leaf number 7 (e.g. the URL ../page/n7). Thus, |page=xiii@n7
  • Example Google Books: xiii@gPR13 means printed page "xiii" is located at Google Books leaf number 13 (e.g. the URL ...&pg=PR13).
Host ServiceHost CodeFormatResulting LinkCitation and Destination Printed Page
Internet Archiven42.../page/4242
Internet Archivenxii@n7.../page/n7xii
HathiTrusts42Not AvailableDoes not support printed-page-number linking
HathiTrusts42@s54...&seq=5442
Project Gutenbergu42.../pg78102-images.html#page-4242
Project Gutenbergu42@u42.../pg78102-images.html#page-4242
Wikisourcew42Not AvailableDoes not support printed-page-number linking
Wikisourcew42@w54[[s:Page:FileName.pdf/54|42]]42
Wikisourcew42@w"Chapter 1"[[s:Page:FileName.pdf/Chapter_1|42]]42
Google Booksg42...&pg=PA4242
Google Booksg42@gPA42...&pg=PA4242 (PA is "Page Arabic")
Google Booksgxiii...&pg=PR13xiii
Google Booksgxiii@gPR13...&pg=PR13xiii (PR is "Page Roman")
Google Booksgcover@gPP1...&pg=PP1cover (PP is "Page Physical" or unnumbered pages, covers, blank pages etc)
Google Booksginsert@gPT15...&pg=PT15insert (PT is "Page Text" unnumbered inserts, photo plates, etc)
[edit ]

Many digital libraries support a "search inside" feature that automatically highlights a specific word or phrase on the page when the reader opens the link. SSTS allows you to trigger this feature directly from the citation by enclosing your search term in square brackets [] within the |page= or |pages= parameter.

This syntax can be used on its own, or appended to the @ linking syntax.

  • Basic search:
    {{The Ottoman Empire |page=42 [Suleiman]}}
    
    Result: Links to printed page 42 and searches the text for the word "Suleiman", highlighting it on the digital scan.
  • Combined with leaf linking:
    {{The Ottoman Empire |page=xii@n7 [Constantinople]}}
    
    Result: Displays printed page "xii" in the citation, routes the reader to machine leaf "n7", and searches the page for "Constantinople".
  • Multiple terms:
    {{The Ottoman Empire |page=45 [military reform], 57-60 [justinian] }}
    
    Result: You can include multiple search terms one for each page grouping separated by a comma.

Please note that this feature relies on the destination host's capabilities. Based on current engine configurations, search-highlighting is supported by:

  • Internet Archive
  • HathiTrust
  • Google Books
[edit ]

A core feature of this module is its handling of the Internet Archive's restricted viewing modes.

If an editor provides a page number, the module automatically appends that number as a "dummy" search string (e.g., ?q=42). This is a necessary architectural workaround: supplying a search string forces the IA viewer to open and highlight specific pages that might be blocked due to restrictions (similar to Google Books snippet view with search strings).

Documentation

[edit ]

The examples in this documentation are based on stock / generic page numbers and search terms; they may not work precisely for this particular book. For more details on the underlying system, see Wikipedia:SSTS.

TemplateData

[edit ]
This is the TemplateData for this template used by TemplateWizard, VisualEditor and other tools. See a monthly parameter usage report for Template:Blake: Disraeli in articlesbased on its TemplateData.

TemplateData for Blake: Disraeli

Generates citations to Disraeli by [[Robert Blake, Baron Blake|Robert Blake]].

Template parameters

ParameterDescriptionTypeStatus
pagepage

Page number

Example
113
Stringoptional
pagespages

Multiple page numbers

Example
42, 56, 301-350
Stringoptional
chapter-pagechapter-page

Page number where the chapter begins (creates chapter URL)

Example
12
Stringoptional
quotequote

Standard CS1 parameter for quote

Stringoptional
refref

Standard CS1 parameter for ref

Stringoptional
chapterchapter

Standard CS1 parameter for chapter

Stringoptional
ia-searchia-search

Custom search term to highlight. Use 'none' to disable.

Example
Empire State
Stringoptional
ia-displayia-display

Use 'full screen' to bypass the 2-up reader.

Example
full screen
Stringoptional
no-ppno-pp

Standard CS1 parameter for no-pp

Stringoptional

See also

[edit ]

AltStyle によって変換されたページ (->オリジナル) /