Help:Cite
![]() |
OBS: När du redigerar denna sida samtycker du till att släppa ditt bidrag under CC0. Se hjälpsidorna för Public Domain för mer information. En del gamla sidversioner för denna sida importerades under licensen CC BY-SA. Bara nya bidraget är PD. |
![]() |
Cite gör det möjligt att lägga till fotnoter på en sida.
Se Cite extension för tekniska detaljer.
Användning
Den grundläggande principen för <ref>
-taggen är att den lägger in texten som skrivs mellan ref-taggar som fotnoter i ett avsett avsnitt, som man kan bestämma med platshållartaggen <references />
. Det här formatet kan inte blandas med äldre format - du måste välja det ena eller det andra.
Ytterligare platshållartaggar <references />
kan läggas i texten, och alla <ref>
taggar fram till dess, i den gruppen, kommer läggas där.
Om du glömmer att inkludera <references />
i artikeln kommer fotnoterna inte försvinna, men referenserna visas i slutet av sidan istället.
Den här sidan använder själv fotnoter, om den i slutet av den här meningen.[note 1] Om du tittar på den här sidans källkod, kan du se fungerande exempel på fotnoter.
Wikitext | Återgivning |
---|---|
Solen är rätt så stor.<ref>E. Miller, ''The Sun'', (New York: Academic Press, 2005), 23–5.</ref> Månen, däremot, är inte så stor.<ref>R. Smith, "Size of the Moon", ''Scientific American'', 46 (april 1978): 44–6.</ref>
== Anteckningar ==
<references />
|
Solen är rätt så stor.[1] Månen, däremot, är inte så stor.[2] Anteckningar
|
Flera användningar av samma fotnot
För att ge en fotnot en unik identifierare, använd <ref name="namn">
.
Du kan sen referera till samma fotnot igen genom att använda en ref-tagg med samma namn.
Texten i den andra taggen spelar ingen roll, eftersom texten redan finns i den första referensen.
Du kan antingen kopiera hela fotnoten, eller använda en avlutad tom ref-tagg som ser ut så här: <ref name="namn" />
.
I följande exempel används samma referens tre gånger.
Wikitext | Resultat |
---|---|
Detta är ett exempel på flertalet referenser med samma fotnot.<ref name="multiple">Kom ihåg att om du använder samma fotnot fler gånger används bara texten från den första referensen.</ref>
Dessa referenser är särskilt användbara när det kommer till att citera källor om flera uttalanden kommer från samma källa.<ref name="multiple" /> Alla återanvända taggar borde inte innehålla mer innehåll, det kommer orsaka fel. Använd bara tomma taggar i den här rollen.
En konsekvent sätt att få flera referenser är att använda tomma ref-taggar, vilka har ett snedstreck i slutet.
Trots att detta kan reducera arbete, var medveten om att om en framtida skribent tar bort den första referensen kommer detta resultera i att efterföljande referenser blir tomma.<ref name="multiple" />
== Anteckningar ==
<references />
|
Detta är ett exempel på flertalet referenser med samma fotnot.[1] Dessa referenser är särskilt användbara när det kommer till att citera källor om flera uttalanden kommer från samma källa.[1] Alla återanvända taggar borde inte innehålla mer innehåll, det kommer orsaka fel. Använd bara tomma taggar i den här rollen. En konsekvent sätt att få flera referenser är att använda tomma ref-taggar, vilka har ett snedstreck i slutet. Trots att detta kan reducera arbete, var medveten om att om en framtida skribent tar bort den första referensen kommer detta resultera i att efterföljande referenser blir tomma.[1] Anteckningar
|
<span id="The_<references />
_tag">
<references />
-taggen
<references />
-taggen lägger in texten i alla citeringar som har definierats med <ref>
-taggar fram tills där i sidan.
Till exempel, baserat på citaten ovan borde det finnas en referens för note-gruppen.
Wikitext | Resultat |
---|---|
<references group="note"/>
|
|
Referenslistan kan ha en responsiv bredd (visar ibland referenserna i flera kolumner).
I så fall används responsive
-attributet för att konfigurera det beteendet.
På wikier med standardkonfigureringen kommer detta hända på alla sidor; på andra behöver du aktivera det.
Om en sida inkluderar fler än en <references />
-lista, inkluderar varje lista <references />
-taggarna som definierats efter föregående referenslista.
If these references lists are produced by templates, each one lists the ref tags defined before the first references list, and there is an error message saying that there is a ref tag but not a references list.
Grupperade referenser
Om det önskas kan detta avaktiveras av $wgAllowCiteGroups = false;
.
Följande exempel genererar separata referenslistor för citat och diverse fotnoter:
Wikitext | Resultat |
---|---|
Enligt forskare är solen rätt så stor.<ref>E. Miller, ''The Sun'', (New York: Academic Press, 2005), 23–5.</ref> Faktum är att den är jättestor.<ref group="footnotes"> Lita på dem. Se inte rakt in i solen!</ref>
== Anteckningar ==
<references group="footnotes" />
== Referenser ==
<references />
|
Enligt forskare är solen rätt så stor.[1] Faktum är att den är jättestor.[footnotes 1]
Anteckningar
Referenser
|
The anonymous group works as before, while references destined for the named group will only show up in the designated <references />
element.
The rendering of a given group can be customized across the wiki by creating MediaWiki:Cite_link_label_group-<name> and listing the used signs in the order they appear, separated by spaces or newlines.
For example, if MediaWiki:Cite_link_label_group-lower-alpha is created with the contenta b c d e f g h i j k l m n o p q r s t u v w x y zthen the first
<ref group="lower-alpha">...</ref>
renders [a], the second one renders [b], and so on, the 26th renders [z].
It is an error to use more footnotes in a custom-rendered group than the number of signs defined, so the 27th footnote in this group causes an error.
The following group names are often defined as custom groups by the following messages respectively:
gruppnamn | meddelande |
---|---|
upper-alpha |
MediaWiki:Cite link label group-upper-alpha |
lower-alpha |
MediaWiki:Cite link label group-lower-alpha |
upper-roman |
MediaWiki:Cite link label group-upper-roman |
lower-roman |
MediaWiki:Cite link label group-lower-roman |
lower-greek |
MediaWiki:Cite link label group-lower-greek |
<ref group="lower-alpha">...</ref>
will render as lower-alpha 1.
Citing different parts of the same source
When several parts from the same work are used as references in an article, you can cluster them in the reference section. This gives readers a way to identify which references originate from the same source. It also allows you to cite different parts of the same source without repeating the entire source every time.
Wikitext | Resultat |
---|---|
Enligt forskare är solen rätt så stor.<ref name="Miller">E. Miller, ''The Sun'', (New York: Academic Press, 2005).</ref> Faktum är att den är jättestor.<ref extends="Miller">p. 123</ref> Lita på dem. Se inte rakt in i solen!<ref extends="Miller">p. 42</ref>
== Referenser ==
<references />
|
Enligt forskare är solen rätt så stor.[1] Faktum är att den är jättestor.[1.1] Lita på dem. Se inte rakt in i solen![1.2]
Referenser
1. E. Miller, The Sun, (New York: Academic Press, 2005) |
Separating references from text
In-text references make it easy to copy the text to another page; on the other hand, they make it hard to read.
References containing a lot of data, quotes or elaborate citation templates can make up a significantly larger fraction of the source than the text that will actually be visible.
To avoid this, recent versions of the extension allow moving some or all of the references into the <references />
section, to the place where they will actually appear to the reader.
Wikitext | Resultat |
---|---|
According to scientists, the Sun is pretty big.<ref name="miller" /> The Moon, however, is not so big.<ref name="smith" />
<span id="Notes"></span>
== Anteckningar ==
<references>
<ref name="miller">E. Miller, ''The Sun'', (New York: Academic Press, 2005), 23–25.</ref>
<ref name="smith">R. Smith, "Size of the Moon", ''Scientific American'', 46 (April 1978): 44–46.</ref>
</references>
|
According to scientists, the Sun is pretty big.[1] The Moon, however, is not so big.[2] Notes
|
Thus, the code above will have the same output as the first example above, although the numbering and order of the references will not in general be the same.
Substitution and embedded parser functions
Since Cite's <ref>
tag is parsed before MediaWiki's parser functions (e.g. {{#ifexpr:…}}
) or variables (e.g. {{PAGENAME}}
) or before subst:
, these will not work inside of citation references.
Instead, you have to use the magic word {{#tag:…}}
.
Wikitext | Resultat |
---|---|
Foo<ref>Detta fungerar inte, se {{cite journal|url=https://www.google.com |author= |date= |accessdate={{subst:#time:Y-m-d|now}}|title=Search}}</ref> bar baz…
Foo{{#tag:ref|Men det gör det här, se {{cite journal|url=https://www.google.com |author= |date= |accessdate={{subst:#time:Y-m-d|now}}|title=Search}}}} bar baz…
<references />
|
Foo[1] bar baz… Foo[2] bar baz…
|
Adding an automatic heading before the references list
Up to MediaWiki 1.28, one could use the system message MediaWiki:Cite references prefix
to define a wiki-wide heading which would be automatically inserted before each references list. In MediaWiki 1.29, this system message was removed. A hacky way to enter a headline now is to add the following code to MediaWiki:Common.js
:
$(document).ready(function(){
$('.mw-references-wrap').before('<h2>References</h2>');
});
Note that this adds the header unconditionally, i.e. if you already have the header it gets added again thus creating duplicated headers.
If you only need a text heading (no link or other active elements) you could add the following to MediaWiki:Common.css
(Chrome 4, IE9, FF 3.5, Safari 3.1, Opera 7):
.mw-references-wrap::before {
content: "Blue references";
color: #0645ad;
text-decoration: none;
background: none;
font-style: italic;
font-size: 100%;
font-weight: bold;
line-height: 1.6;
direction: ltr;
font-family: sans-serif;
}
Merging two texts into a single reference
A typical Wikisource issue are references that span multiple pages in the source material.
These can be merged using a <ref name="name">
tag for the first part of the reference, and tagging the following parts with a tag <ref follow="name">
using the same name.
Exempel:
Wikitext | Resultat |
---|---|
This is an example of merging multiple texts into the same footnote.<ref name="main">Remember that all the texts will be included into the reference containing the name="…" attribute.</ref>
<ref follow="main">Simply include the additional text in a tag with the follow="…" attribute, matching the first ref's name.</ref>
<span id="References"></span>
== Referenser ==
<references/>
|
This is an example of merging multiple texts into the same footnote.[1]
Referenser
|
When using this syntax, take care that the "follow" part of the footnote is included on the same page as the first part of the reference.
Note that reference names cannot start with a number, so always include some text like, <ref name="p32">
and <ref follow="p32">
.
Anpassning
The format of the output of <ref>
and <references>
is almost completely customizable through MediaWiki messages, that can be modified, for example, through the MediaWiki namespace depending on the configuration of the wiki.
For a list of messages that control the output of <ref>
and <references>
and the values, if any, that are passed to them ($1, $2, $3 ...), see an up-to-date listing of the default values that can be obtained directly from MediaWiki.
- Incomplete list
cite_reference_link_key_with_num
- key
- num
cite_reference_link_prefix
cite_reference_link_suffix
cite_references_link_prefix
cite_references_link_suffix
cite_reference_link
- ref ID
- backlink ID
- count to display
cite_references_link_one
- Used to format the source list that
<references />
outputs, it configures 3 things: the backlink ID, the ref ID, and text of note.
- backlink ID — Used for creating the number order of the source list.
- ref ID — Used to link back to the actual reference in the text, this is where you can configure the
^
symbol. - text of note — text used above describing the source info
- Used to format the source list that
cite_references_link_many
- backlink ID
- list of links
- text of note
cite_references_link_many_format
- ref ID
- numeric value to use as a backlink
- custom value (as defined in
cite_references_link_many_format_backlink_labels
to use as a backlink)
cite_references_link_many_format_backlink_labels
cite_references_link_many_sep
cite_references_link_many_and
cite_references_suffix
Set references to use ^ and letters
To replace the default uparrow (↑) with caret (^), modify the following system messages. All of these pages can be found on Special:AllMessages.
Från | Till |
---|---|
<li id="$1"$4><span class="mw-cite-backlink">[[#$2|↑]]</span> $3</li>
|
<li id="$1"$4><span class="mw-cite-backlink">[[#$2|^]]</span> $3</li>
|
Från | Till |
---|---|
<li id="$1"$4><span class="mw-cite-backlink">↑ $2</span> $3</li>
|
<li id="$1"$4><span class="mw-cite-backlink">^ $2</span> $3</li>
|
Ersätter man $2 med $3 ändras länkarna från 1.0, 1.1, 1.2 till a, b, c osv…
Från | Till |
---|---|
<sup>[[#$1|$2]]</sup>
|
<sup>[[#$1|$3]]</sup>
|
Searching for these pages for the first time will result in no matches. Simply click "Create this page" to edit the code. The changes will not show up until a page with references is rebuilt.
Set reference and reference number highlighting
Cite/modules/ext.cite.css
. Thus the CSS code below no longer needs to be added manually.Add the following code to the MediaWiki:Common.css
page.
/* make the Cite extension list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 90%; }
ol.references li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }
Trasiga referenser
Är <ref>
eller <references />
-taggarna felaktigt använda, kommer Cite-tillägget att infoga ett felmeddelande på sidan, och lägga till "Sidor med referensfel"-kategorin.
Felmeddelandena kommer visas i användarens gränssnittsspråk, antingen i artikelns innehåll eller i Referenser-sektionen.
Till exempel:
Wikitext | Resultat |
---|---|
Detta är ett exempel på ett referensfelmeddelande.<ref broken>Tänkt text.</ref>
== Anteckningar ==
<references />
|
Detta är ett exempel på ett referensfelmeddelande.Cite error: Invalid Anteckningar
|
Se spec for Parsoid's Cite error representation. (på engelska)
Se även
- w:Help:Cite link labels (på engelska)