MediaWiki API yardımı
Bu otomatik olarak oluşturulan bir MediaWiki API belgelenme sayfasıdır.
Belgeler ve örnekler: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page
action=wbmergeitems
- Bu modül okuma hakları gerektirir.
- Bu modül yazma hakları gerektirir.
- Bu modül yalnızca POST isteklerini kabul eder.
- Kaynak: WikibaseClient
- Lisans: GPL-2.0-or-later
Birden çok öğeyi birleştirir.
- fromid
Birleştirilecek kimlik
- Bu parametre gerekli.
- toid
Birleştirilecek kimlik
- Bu parametre gerekli.
- ignoreconflicts
Çatışmayı görmezden gelmek için öğenin öğeleri dizisi. Yalnızca "description", "sitelink" ve "statement" değerlerini içerebilir
- Değer (| veya alternatif ile ayırın): description, sitelink, statement
- summary
Değişiklik özeti. Otomatik olarak oluşturulan bir yorumun başına gelecektir. Özetle birlikte otomatik kaydın uzunluğu 260 karakterdir. Sınırın üstündeki her şeyin silineceğini unutmayın.
Düzeltmelere uygulanacak etiketleri değiştirin.
- Değer (| veya alternatif ile ayırın):
- bot
Bu düzenlemeyi bot olarak işaretleyin. Bu URL işaretine yalnızca kullanıcı "bot" grubuna aitse saygı gösterilir.
- Tür: boole (ayrıntılar)
- token
action=query&meta=tokens üzerinden alınan bir "csrf" anahtarı
- Bu parametre gerekli.
- returnto
Page title. If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to the given page, instead of the page that was edited.
- Tür: sayfa başlığı
- Var olmayan sayfaları kabul eder.
- returntoquery
URL query parameters (with leading ?). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given query parameters.
- Varsayılan: (boş)
- returntoanchor
URL fragment (with leading #). If saving the edit created a temporary account, the API may respond with an URL that the client should visit to complete logging in. If this parameter is provided, the URL will redirect to a page with the given fragment.
- Varsayılan: (boş)
- Q999999998 ile Q999999999 arasındaki verileri birleştirir
- api.php?action=wbmergeitems&fromid=Q999999998&toid=Q999999999 [sandbox'ta açın]
- Çakışan site bağlantılarını yok sayarak Q999999998 ile Q999999999 verilerini birleştirir
- api.php?action=wbmergeitems&fromid=Q999999998&toid=Q999999999&ignoreconflicts=sitelink [sandbox'ta açın]
- Çakışan site bağlantılarını ve açıklamaları yok sayarak Q999999998 ile Q999999999 verilerini birleştirir
- api.php?action=wbmergeitems&fromid=Q999999998&toid=Q999999999&ignoreconflicts=sitelink|description [sandbox'ta açın]