Manual:Hooks/ArticleContentOnDiff/pl

This page is a translated version of the page Manual:Hooks/ArticleContentOnDiff and the translation is 17% complete.
ArticleContentOnDiff
Dostępne od wersji version 1.17.0
Before showing the article content below a diff.
Zdefiniuj funkcję:
public static function onArticleContentOnDiff( $diffEngine, $output ) { ... }
Dołącz hak: W extension.json:
{
	"Hooks": {
		"ArticleContentOnDiff": "MediaWiki\\Extension\\MyExtension\\Hooks::onArticleContentOnDiff"
	}
}
Called from: Plik(i): diff/DifferenceEngine.php
Interface: ArticleContentOnDiffHook.php

For more information about attaching hooks, see Podręcznik:Haki .
For examples of extensions using this hook, see Category:ArticleContentOnDiff extensions/pl.

Szczegóły

Use this to change the content in this area or how it is loaded.

  • $diffEngine - the DifferenceEngine
  • $output - the OutputPage object ($wgOut )