Add text to tab links telling if they do exist
authorAlbert221 <w.albert221@gmail.com>
Wed, 3 Jan 2018 14:33:58 +0000 (15:33 +0100)
committerMvolz <mvolz@wikimedia.org>
Mon, 8 Jan 2018 16:42:01 +0000 (16:42 +0000)
commita9cbe0c847f2a1a15e96768419ddbb481ce08698
tree646f9c84f47052734bb89c3410cf6e3be0076ec6
parentd1a1d04fc8438d9ab681539cef492a2295253a0e
Add text to tab links telling if they do exist

And changed a little bit signature of Linker::titleAttrib
and Linker::tooltipAndAcceskeyAttribs. Added $options
parameter to the second one and made $options parameter
satisfied by passing an array with options, because there
is one more now: 'nonexisting' which tells to add text
about the thing that the page does not exist to its tooltip.

Bug: T19099
Change-Id: Ia76dd6db363f6add5efb8955be9e23a1f8e8476f
includes/Linker.php
includes/skins/BaseTemplate.php
includes/skins/SkinTemplate.php