You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When requesting a URL with [[<page>]] or {{<page>}} the bot usually doesn't show the page embed. However, this is inconsistent when the bot has to "think".
Expected result: [[Template:Babel]], {{Babel}}, and {{Template:Babel}} all return the same link without any embeds shown
Actual result:
The embed is visible when using {{Template:Babel}}
Affected versions:
Fandom MediaWiki pages (Tested on multiple wikis, including CC)
{{<page>}} was originally intended to embed the page under that name (like !wiki <page>) and the fallback to template links was only added later.
{{Babel}} is looking for a page named "Babel" in the main namespace, doesn't find anything and then falls back to "Template:Babel" which exists and is only linked.
{{Template:Babel}} is looking for a page named "Template:Babel" which exists and is therefor fully embedded. The fallback for template links is not triggered.
I know this is unintuitive and annoying for normal users and wiki editors alike and I have been planning to overwork the inline links for a while but just didn't get to it yet.
When requesting a URL with
[[<page>]]
or{{<page>}}
the bot usually doesn't show the page embed. However, this is inconsistent when the bot has to "think".Expected result:
[[Template:Babel]]
,{{Babel}}
, and{{Template:Babel}}
all return the same link without any embeds shownActual result:
The embed is visible when using
{{Template:Babel}}
Affected versions:
Additional remarks:
Babel
(instead ofTemplate:Babel
) when requesting{{Babel}}
on wikipedia.orgThe text was updated successfully, but these errors were encountered: