diff options
author | C. Scott Ananian <cscott@cscott.net> | 2024-11-20 16:22:03 -0500 |
---|---|---|
committer | Winston Sung <winston21.sung@gmail.com> | 2024-11-25 06:57:11 +0000 |
commit | 8835c5755724f80b354fe4e563fef0154b139631 (patch) | |
tree | 0fafc0eaa50a335df3e053971f5f19040cac824a /RELEASE-NOTES-1.44 | |
parent | ac47f676dbe7437fe412076786c4b64890510aaf (diff) | |
download | mediawikicore-8835c5755724f80b354fe4e563fef0154b139631.tar.gz mediawikicore-8835c5755724f80b354fe4e563fef0154b139631.zip |
Rename {{#iwlink}}/{{#langlink}} to {{#interwikilink}}/{{#interlanguagelink}}
In the interests of readability and easier localization, don't
abbreviate the names of these core parser functions.
Bug: T363538
Bug: T204792
Follows-Up: Ib3da40ff352861517bf71a4e6b2535333ad2d152
Change-Id: Icb257ae8150968941302c71a02f35c5f53f2df3e
Diffstat (limited to 'RELEASE-NOTES-1.44')
-rw-r--r-- | RELEASE-NOTES-1.44 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/RELEASE-NOTES-1.44 b/RELEASE-NOTES-1.44 index 49a90399df6b..6243808a5fdc 100644 --- a/RELEASE-NOTES-1.44 +++ b/RELEASE-NOTES-1.44 @@ -44,10 +44,10 @@ For notes on 1.43.x and older releases, see HISTORY. === New user-facing features in 1.44 === -* (T363538, T204792) New parser functions {{#iwlink:prefix|title|caption}} - and {{#langlink:prefix|title}} to unambiguously create interwiki and - interlanguage links, respectively, even when the "prefix" might conflict - with a namespace on the local wiki. +* (T363538, T204792) New parser functions {{#interlanguagelink:prefix|title}} + and {{#interwikilink:prefix|title|caption}} to unambiguously create + interlanguage and interwiki links, respectively, even when the "prefix" + might conflict with a namespace on the local wiki. * … === New features for sysadmins in 1.44 === |