MediaWiki API help

This is an auto-generated MediaWiki API documentation page.

Documentation and examples: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

list=growthtasks (gt)

(main | query | growthtasks)
  • This module is internal or unstable, and you should not use it. Its operation may change without notice.
  • This module requires read rights.
  • This module can be used as a generator.
  • Source: GrowthExperiments
  • License: GPL-3.0-or-later

Λάβετε προτάσεις εργασιών κατάλληλες για νεοεισερχόμενους.

Suggests a set of articles which have some outstanding issues easy enough for a new editor to tackle.

Specific parameters:
Other general parameters are available.
gttasktypes

Task types to limit results to. Leave empty to receive all suggestions.

copyedit
Επιμέλεια κειμένου
expand
Επέκταση μικρών λημμάτων
links
Προσθήκη συνδέσμων μεταξύ λημμάτων
references
Αναζήτηση παραπομπών
update
Ενημέρωση λημμάτων
image-recommendation
Προσθέστε μια εικόνα σε ένα μη εικονογραφημένο άρθρο
link-recommendation
Προσθήκη συνδέσμων μεταξύ λημμάτων
section-image-recommendation
Προσθέστε μια εικόνα σε μια ενότητα άρθρου
Values (separate with | or alternative): copyedit, expand, image-recommendation, link-recommendation, links, references, section-image-recommendation, update
Default: (empty)
gttopics

Article topics to prefer in task suggestions.

sports
Αθλητισμός
architecture
Αρχιτεκτονική
video-games
Βιντεοπαιχνίδια
comics-and-anime
Κόμικ και άνιμε
literature
Λογοτεχνία
fashion
Μόδα
music
Μουσική
performing-arts
Παραστατικές τέχνες
art
Τέχνη
tv-and-film
Τηλεόραση και ταινίες
entertainment
Ψυχαγωγία
biography
Βιογραφίες (όλες)
women
Βιογραφίες (γυναίκες)
education
Εκπαίδευση
business-and-economics
Επιχειρήσεις και οικονομικά
history
Ιστορία
society
Κοινωνία
transportation
Μεταφορές
politics-and-government
Πολιτικά και κυβέρνηση
military-and-warfare
Στρατός και πόλεμος
food-and-drink
Τρόφιμα και ποτά
philosophy-and-religion
Φιλοσοφία και θρησκεία
biology
Βιολογία
general-science
Γενική επιστήμη
earth-and-environment
Γη και περιβάλλον
medicine-and-health
Ιατρική και υγεία
mathematics
Μαθηματικά
engineering
Μηχανική
technology
Τεχνολογία
computers-and-internet
Υπολογιστές και διαδίκτυο
physics
Φυσική
chemistry
Χημεία
asia
Ασία
africa
Αφρική
north-america
Βόρεια Αμερική
europe
Ευρώπη
central-america
Κεντρική Αμερική
south-america
Νότια Αμερική
oceania
Ωκεανία
Values (separate with | or alternative): africa, architecture, art, asia, biography, biology, business-and-economics, central-america, chemistry, comics-and-anime, computers-and-internet, earth-and-environment, education, engineering, entertainment, europe, fashion, food-and-drink, general-science, history, literature, mathematics, medicine-and-health, military-and-warfare, music, north-america, oceania, performing-arts, philosophy-and-religion, physics, politics-and-government, society, south-america, sports, technology, transportation, tv-and-film, video-games, women
Default: (empty)
gttopicsmode

Matching mode for topics.

One of the following values: AND, OR
gtlimit

Maximum number of task suggestions to return.

Τύπος: ακέραιος ή max
The value must be between 0 and 250.
gtoffset

When more results are available, use this to continue. More detailed information on how to continue queries can be found on mediawiki.org.

Type: integer
The value must be no less than 1.
gtdebug

Add debug data to the output.

Type: boolean (details)
gtexcludepageids

Page IDs to exclude from the query.

Type: list of integers
Separate values with | or alternative.
Maximum number of values is 1.000.
Examples:
Get task recommendations for copy-editing-type tasks for the current user.
api.php?action=query&list=growthtasks&gttasktypes=copyedit [open in sandbox]
Get task recommendations for the current user, with extended information about the pages.
api.php?action=query&generator=growthtasks&ggtlimit=max&prop=info|revision [open in sandbox]