دليل:وصلات/ArticleContentOnDiff

This page is a translated version of the page Manual:Hooks/ArticleContentOnDiff and the translation is 100% complete.
ArticleContentOnDiff
متوفر بدءً من الإصدار 1.17.0
قبل عرض محتوى المقالة أسفل الاختلافات.
تعريف الوظيفة:
public static function onArticleContentOnDiff( $diffEngine, $output ) { ... }
وصلة الربط الشبكية: في extension.json:
{
	"Hooks": {
		"ArticleContentOnDiff": "MediaWiki\\Extension\\MyExtension\\Hooks::onArticleContentOnDiff"
	}
}
تستدعى من: ملف/ملفات: diff/DifferenceEngine.php
واجهة: ArticleContentOnDiffHook.php

لمزيد من المعلومات المتعلقة بإضافة وصلة شبكية، طالع دليل:وصلات .
كي تطلع على أمثلة على امتدادات تستخدم هذا الرابط، طالع Category:ArticleContentOnDiff extensions/ar.

التفاصيل

استخدمه كي تغيّر المحتوى في هذه المساحة أو كيفية تحميله.

  • $diffEngine - هو DifferenceEngine
  • $output - هو عنصر OutputPage في (‎$wgOut )