Jump to content
 







Main menu
   


Navigation  



Main page
Contents
Current events
Random article
About Wikipedia
Contact us
Donate
 




Contribute  



Help
Learn to edit
Community portal
Recent changes
Upload file
 








Search  

































Create account

Log in
 









Create account
 Log in
 




Pages for logged out editors learn more  



Contributions
Talk
 



















Contents

   



(Top)
 


1 The problem  





2 In-text citation  





3 Reference list  





4 Freestyle  





5 Examples  





6 Troubleshooting  





7 Bug  





8 See also  





9 Notes  














Template:Listref






العربية

Dansk
فارسی
Føroyskt
Français

Română
Slovenščina
Türkçe
اردو
 

Edit links
 









Template
Talk
 

















Read
Edit
View history
 








Tools
   


Actions  



Read
Edit
View history
 




General  



What links here
Related changes
Upload file
Special pages
Permanent link
Page information
Get shortened URL
Download QR code
Wikidata item
 




Print/export  



Download as PDF
Printable version
 
















Appearance
   

 






From Wikipedia, the free encyclopedia
 


This template creates in-text citations and a reference list for use in list articles as a supplement to the standard footnote system. It is intended for use only for references used a large number of times. The template is styled to render in-text citations and the reference list like the <ref> tags and {{reflist}} template used by the footnote system.

Differences:

Likenesses:

The problem

[edit]

List articles often use a single named reference a large number of times. Each use creates a backlink in the reference list entry and eventually the backlinks become ugly and useless.[I] For example:

  1. ^ a b c d e f g h i j k l m n o p q r s t u v w x y z aa ab ac ad ae af ag ah ai aj ak al am an ao ap aq ar as at au av aw ax ay az ba bb bc bd be bf bg bh bi bj bk bl bm bn bo bp bq br bs bt bu bv bw bx by bz ca cb cc cd ce cf cg ch ci cj ck cl cm cn co cp cq cr cs ct cu cv cw cx cy cz da db dc dd de df dg dh di dj dk dl dm dn do

Examples:

In-text citation

[edit]

{{listref}} creates the in-text citation link using the first unnamed parameter. This will define both the superscript callout text ([a]) and the link id (#CITEREFa). If undefined, it defaults to a.[II]

Examples:

Although any characters can be used, only these styles will link to citations in the reference list:

To include a page number use |p=

Reference list

[edit]

The citations are defined in and the reference list is displayed with {{listref/reflist}}. There are two named parameters for up to nine citations:

{{Listref/reflist}} supports style parameters similar to {{reflist}}:

The style must match the in-text link id style.
{{listref/reflist
|id1=a |ref1=Reference a
|id2=b |ref2=Reference b
}}

Citations in the reference list must be in the proper order for the superscript links to function.

Freestyle

[edit]

You can use any text for the label by setting |liststyle=square. The reference list will show as an unordered list and the label will show in the reference list at the beginning of each entry enclosed by brackets.

Examples

[edit]

Default using letters

* The brontosaurus is thin at one end.{{listref}}
* Then it becomes much thicker in the middle.{{listref}}
* The Norwegian Blue Parrot will not move if its feet are nailed to the perch.{{listref|b}}
* Its metabolic processes are a matter of interest only to historians.{{listref|b}}

{{listref/reflist|
|id1=a |ref1={{cite book |last=Elk |first=Anne |title=[[Anne Elk's Theory on Brontosauruses]] |date=November 16, 1972}}
|id2=b |ref2={{cite book |last=Praline |first=Eric |title=[[Dead Parrot sketch]] |date=December 7, 1969}}
}}
  1. Elk, Anne (November 16, 1972). Anne Elk's Theory on Brontosauruses.
  • Praline, Eric (December 7, 1969). Dead Parrot sketch.

  • Roman numeral labels

    * The brontosaurus is thin at one end.{{listref|i}}
    * Then it becomes much thicker in the middle.{{listref|i}}
    * The Norwegian Blue Parrot will not move if its feet are nailed to the perch.{{listref|ii}}
    * Its metabolic processes are a matter of interest only to historians.{{listref|ii}}
    
    {{listref/reflist|liststyle=lower-roman
    |id1=i |ref1={{cite book |last=Elk |first=Anne |title=[[Anne Elk's Theory on Brontosauruses]] |date=November 16, 1972}}
    |id2=ii |ref2={{cite book |last=Praline |first=Eric |title=[[Dead Parrot sketch]] |date=December 7, 1969}}
    }}
    1. Elk, Anne (November 16, 1972). Anne Elk's Theory on Brontosauruses.
  • Praline, Eric (December 7, 1969). Dead Parrot sketch.

  • Freestyle labels

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<ref>consectetur adipisicing elit</ref> Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.<ref>sunt in culpa qui officia</ref> Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
    * The brontosaurus is thin at one end.{{listref|AE}}
    * Then it becomes much thicker in the middle.{{listref|AE}}
    * The Norwegian Blue Parrot will not move if its feet are nailed to the perch.{{listref|EP}}
    * Its metabolic processes are a matter of interest only to historians.{{listref|EP}}
    
    {{listref/reflist|liststyle=square
    |id1=AE |ref1={{cite book |last=Elk |first=Anne |title=[[Anne Elk's Theory on Brontosauruses]] |date=November 16, 1972}}
    |id2=EP |ref2={{cite book |last=Praline |first=Eric |title=[[Dead Parrot sketch]] |date=December 7, 1969}}
    }}
    {{reflist}}

    Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.[1] Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.[2] Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

    1. [AE] Elk, Anne (November 16, 1972). Anne Elk's Theory on Brontosauruses.
  • [EP] Praline, Eric (December 7, 1969). Dead Parrot sketch.
    1. ^ consectetur adipisicing elit
  • ^ sunt in culpa qui officia
  • Troubleshooting

    [edit]

    With manual links it is easy to introduce errors such as duplicate anchors and unused references. The script User:Trappist the monk/HarvErrors will show many related errors. Duplicate anchors may be found by using the W3C Markup Validation Service.

    MediaWiki:ListrefErrors.js

    After installing the script, errors should show in this test:

    1. Citation defined in {{listref/reflist}} with no in-text links.

    Bug

    [edit]

    The issue with over-backlinking has been reported as T25455 Cite extension: suppress backlink. If the extension is updated, then this template should be deprecated.

    See also

    [edit]

    Notes

    [edit]
    1. ^ Backlinks are defined in MediaWiki:Cite references link many format backlink labels. Backlinks were originally only az but over time have been increased to aazz allowing for 1377 backlinks.
  • ^ This template is a wrapper for {{ran}} and will work just the same as that template. The only difference is that listref provides a default value of "a" for the "tag" parameter.

  • Retrieved from "https://en.wikipedia.org/w/index.php?title=Template:Listref&oldid=1178526774"

    Categories: 
    Templates using TemplateStyles
    Footnote templates
     



    This page was last edited on 4 October 2023, at 06:50 (UTC).

    Text is available under the Creative Commons Attribution-ShareAlike License 4.0; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit organization.



    Privacy policy

    About Wikipedia

    Disclaimers

    Contact Wikipedia

    Code of Conduct

    Developers

    Statistics

    Cookie statement

    Mobile view



    Wikimedia Foundation
    Powered by MediaWiki