මාධ්යවිකි API උදවු
මෙය ස්වයං-ජනිත මාධ්යවිකි API ප්රලේඛන පිටුවකි.
ප්රලේඛනය සහ උදාහරණ: https://www.mediawiki.org/wiki/API
action=feedcontributions
(main | feedcontributions)
- මෙම ඒකකය සදහා හිමිකම් කියවීම අවශ්ය වේ.
- Source: MediaWiki
- License: GPL-2.0+
Returns a user contributions feed.
පරාමිතීන්:
- feedformat
The format of the feed.
- එක් වටිනාකමක්: rss, atom
- Default: rss
- user
What users to get the contributions for.
- මෙම පරාමිතිය අවශ්යයි.
- Type: user name
- namespace
Which namespace to filter the contributions by.
- එක් වටිනාකමක්: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 828, 829
- year
From year (and earlier).
- Type: integer
- month
From month (and earlier).
- Type: integer
- tagfilter
Filter contributions that have these tags.
- වටිනාකම් ("|" සමග වෙන් කරන්න):
- Default: (හිස්)
- deletedonly
Show only deleted contributions.
- Type: boolean (details)
- toponly
Only show edits that are latest revisions.
- Type: boolean (details)
- newonly
Only show edits that are page creations.
- Type: boolean (details)
- showsizediff
Show the size difference between revisions.
- Type: boolean (details)
උදාහරණය:
- Return contributions for user Example.
- api.php?action=feedcontributions&user=Example [open in sandbox]