X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=docs%2Fhooks.txt;h=effc6d9ee23844bf1a95902e72b738100bc4feb8;hp=a19e9fc0e242ec620e5a9da97d223342e52bcb2d;hb=f783b2707183c64fcd2dc7e43e6c3c38c0c4f02b;hpb=a8379682a46a428320c88702c800a6107c015137 diff --git a/docs/hooks.txt b/docs/hooks.txt index a19e9fc0e2..effc6d9ee2 100644 --- a/docs/hooks.txt +++ b/docs/hooks.txt @@ -689,6 +689,8 @@ $destTitle: destination title (object) 'ArticlePageDataBefore': Before loading data of an article from the database. &$wikiPage: WikiPage (object) that data will be loaded &$fields: fields (array) to load from the database +&$tables: tables (array) to load from the database +&$joinConds: join conditions (array) to load from the database 'ArticlePrepareTextForEdit': Called when preparing text to be saved. $wikiPage: the WikiPage being saved