Extension:Cite/da

This page documents the extension. For how to use it, see help on citing.
Denne udvidelse følger med MediaWiki 1.21 og nyere. Thus you do not have to download it again. However, you still need to follow the other instructions provided.
Category:Extensions bundled with MediaWiki 1.21/da Category:GPL licensed extensions/da
MediaWiki extensions manual
Cite
Release status: stabilCategory:Stable extensions/da
Implementation Tag Category:Tag extensions/da
Beskrivelse Allows footnotes for citing sources and helps for correctly citing content in offline media
Forfatter(e) Ævar Arnfjörð Bjarmasondiskussion
Latest version Continuous updates
Compatibility policy Snapshots releases along with MediaWiki. Master is not backward compatible.
MediaWiki 1.34+Category:Extensions with manual MediaWiki version
PHP 7.0+
Licens GNU General Public License 2.0 or later
Download Category:Extensions in Wikimedia version control/da
Eksempel Wikipedia:Footnotes
  • $wgCiteDefaultBacklinkAlphabet
  • $wgCiteReferencePreviewsConflictingNavPopupsGadgetName
  • $wgCiteResponsiveReferencesThreshold
  • $wgCiteResponsiveReferences
  • $wgCiteSubReferencing
  • $wgCiteBacklinkCommunityConfiguration
  • $wgCiteReferencePreviews
  • $wgCiteUseLegacyBacklinkLabels
  • $wgCiteVisualEditorOtherGroup
  • $wgCiteReferencePreviewsConflictingRefTooltipsGadgetName
Quarterly downloads 145 (Ranked 13th)
Public wikis using 14,146 (Ranked 6th)
Translate the Cite extension if it is available at translatewiki.net
Issues Open tasks · Report a bug
Category:All extensions/da

The Cite extension allows a user to create references as footnotes on a page. It adds two parser hooks to MediaWiki, <ref> and <references />; these operate together to add citations to pages.

Usage

See the help page for using the Cite extension for further information.

Installation

  • Download and move the extracted Cite folder to your extensions/ directory.
    Developers and code contributors should install the extension from Git instead, using:cd extensions/
    git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'Cite' );
    
  • Configure as required.
  • Yes DoneNavigate to Special:Version on your wiki to verify that the extension is successfully installed.


Vagrant installation:

  • If using Vagrant , install with vagrant roles enable cite --provision

Configuration

$wgCiteBookReferencing

Enables an experimental feature for sub-references when set to true, see the help page. Default value: false

$wgCiteResponsiveReferences

Default setting for responsive display of references. When set to true, the references section will be displayed in multiple columns. See the usage documentation. Default value: true

$wgCiteVisualEditorOtherGroup

When set to true, the Cite toolbar button can be moved under the Insert menu. This is used on Wikivoyage sites. See the original feature request. Default value: false.

Se også

Category:Extensions used on Wikimedia/da#Cite/da Category:Referencing extensions/da Category:Extensions with VisualEditor support/da
Category:APIQuerySiteInfoGeneralInfo extensions/da Category:All extensions/da Category:CommunityConfigurationProvider initList extensions/da Category:ContentHandlerDefaultModelFor extensions/da Category:EditPage::showEditForm:initial extensions/da Category:Extensions available as Debian packages/da Category:Extensions bundled with MediaWiki 1.21/da Category:Extensions in Wikimedia version control/da Category:Extensions included in BlueSpice/da Category:Extensions included in Canasta/da Category:Extensions included in Fandom/da Category:Extensions included in Miraheze/da Category:Extensions included in MyWikis/da Category:Extensions included in ProWiki/da Category:Extensions included in ShoutWiki/da Category:Extensions included in Telepedia/da Category:Extensions included in WikiForge/da Category:Extensions included in semantic::core/da Category:Extensions included in wiki.gg/da Category:Extensions used on Wikimedia/da Category:Extensions with VisualEditor support/da Category:Extensions with manual MediaWiki version Category:GPL licensed extensions/da Category:GetPreferences extensions/da Category:MakeGlobalVariablesScript extensions/da Category:ParserAfterParse extensions/da Category:ParserClearState extensions/da Category:ParserCloned extensions/da Category:ParserFirstCallInit extensions/da Category:Referencing extensions/da Category:ResourceLoaderGetConfigVars extensions/da Category:ResourceLoaderRegisterModules extensions/da Category:Stable extensions/da Category:Tag extensions/da Category:UserGetDefaultOptions extensions/da