Extension:Cite/el
Κατάσταση κυκλοφόρησης: σταθερή |
|
|---|---|
![]() |
|
| Υλοποίηση | Ετικέτα |
| Περιγραφή | Allows footnotes for citing sources and helps for correctly citing content in offline media |
| Συγγραφέας(είς) | Ævar Arnfjörð Bjarmasonσυζήτηση |
| Τελευταία έκδοση | Continuous updates |
| Πολιτική συμβατότητας | Κυκλοφορίες στιγμιότυπων μαζί με το MediaWiki. Η master δεν είναι συμβατή προς τα πίσω. |
| MediaWiki | 1.34+ |
| PHP | 7.0+ |
| Αλλαγές βάσης δεδομένων | Όχι |
|
|
|
|
| Άδια Χρήσης | GNU General Public License 2.0 ή νεότερη |
| Κατέβασμα | |
| Παράδειγμα | Wikipedia:Footnotes |
| Μεταφράστε την επέκταση Cite αν είναι διαθέσιμη στο translatewiki.net | |
| Θέματα | Ανοικτά καθήκοντα · Αναφορά σφάλματος |
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
- Κάντε λήψη και τοποθετήστε τα αρχεία σε έναν κατάλογο που ονομάζεται
Citeστον φάκελοextensions/σας.
Developers and code contributors should install the extension from Git instead, using:cd extensions/ git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
- Προσθέστε τον παρακάτω κώδικα στο κάτω μέρος του $LocalSettings σας:
wfLoadExtension( 'Cite' );
- Configure as required.
Done – Πλοηγηθείτε στο Special:Version στο wiki για να βεβαιωθείτε ότι η επέκταση έχει εγκατασταθεί με επιτυχία.
Vagrant installation:
- Εάν χρησιμοποιείτε Vagrant, εγκαταστήστε με
vagrant roles enable cite --provision
Configuration
| Name | Description | Default |
|---|---|---|
$wgCiteSubReferencing
|
Enables an experimental feature for sub-references when set to true, see the help page.
|
false
|
$wgCiteReferencePreviews
|
Enables Reference Previews when Extension:Popups is installed and set to true
|
true
|
$wgCiteReferencePreviewsConflictingRefTooltipsGadgetName
|
The local Reference Tooltips gadget name used as its identifier in MediaWiki:Gadgets-definition.
This gadget is incompatible with reference previews. Reference previews will disable themselves for users with the gadget enabled. |
|
$wgCiteResponsiveReferences
|
Default setting for responsive display of references.
When set to |
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.
|
false
|
By adding a definition in JSON to MediaWiki:Cite-tool-definition.json, the cite menu can be populated with tools that create references containing specific templates.
The content of the definition should be an array containing a series of objects, one for each tool.
Each object must contain name, icon, template properties.
An optional title property can also be used to define the tool title in plain text.
The name property is a unique identifier for the tool, and also provides a fallback title for the tool by being transformed into a message key.
The name is prefixed with visualeditor-cite-tool-name-, and messages can be defined on Wiki.
Some common messages are pre-defined for tool names such as web, book, news, journal, map.
Example:
[ { "name": "web", "icon": "browser", "template": "Cite web" }, ... ]
Limitations
- The pipe trick and other pre-save transforms do not work within footnotes created with this extension.
See also
| Αυτή η επέκταση χρησιμοποιείται σε ένα ή περισσότερα έργα Wikimedia. Αυτό πιθανώς σημαίνει ότι η επέκταση είναι σταθερή και λειτουργεί αρκετά καλά για να χρησιμοποιηθεί από τέτοιους ιστοτόπους υψηλής κυκλοφορίας. Αναζητήστε το όνομα αυτής της επέκτασης στα αρχεία ρυθμίσεων CommonSettings.php και InitialiseSettings.php του Wikimedia για να δείτε πού είναι εγκατεστημένη. Μια πλήρης λίστα με τις επεκτάσεις που έχουν εγκατασταθεί σε ένα συγκεκριμένο wiki μπορεί να βρεθεί στη σελίδα Special:Version του wiki. |
| This extension is included in the following wiki farms/hosts and/or packages: |
- Stable extensions/el
- Tag extensions/el
- APIQuerySiteInfoGeneralInfo extensions/el
- CommunityConfigurationProvider initList extensions/el
- ContentHandlerDefaultModelFor extensions/el
- EditPage::showEditForm:initial extensions/el
- GetPreferences extensions/el
- MakeGlobalVariablesScript extensions/el
- ParserAfterParse extensions/el
- ParserClearState extensions/el
- ParserFirstCallInit extensions/el
- ResourceLoaderGetConfigVars extensions/el
- ResourceLoaderRegisterModules extensions/el
- UserGetDefaultOptions extensions/el
- GPL licensed extensions/el
- Extensions in Wikimedia version control/el
- All extensions/el
- Extensions bundled with MediaWiki 1.21/el
- Extensions used on Wikimedia/el
- Extensions included in BlueSpice/el
- Extensions included in Canasta/el
- Extensions available as Debian packages/el
- Extensions included in Fandom/el
- Extensions included in Miraheze/el
- Extensions included in MyWikis/el
- Extensions included in ProWiki/el
- Extensions included in semantic::core/el
- Extensions included in ShoutWiki/el
- Extensions included in Telepedia/el
- Extensions included in wiki.gg/el
- Referencing extensions/el
- Extensions with VisualEditor support/el

