Please install Extension:ShortURL at es.wikibooks. Community consensus: here (permanent link).
Description
Details
Project | Branch | Lines +/- | Subject | |
---|---|---|---|---|
operations/mediawiki-config | master | +1 -0 | Enable ShortUrl on es.wikibooks |
Status | Subtype | Assigned | Task | ||
---|---|---|---|---|---|
Resolved | None | T97320 [Tracking] Plan a ShortUrl deployment on a new wave of wikis | |||
Resolved | Dereckson | T96668 Install Extension:ShortUrl on es.wikibooks |
Event Timeline
Change 206737 had a related patch set uploaded (by Dereckson):
Enable ShortUrl on es.wikibooks
{F162021}
As you can see in the image above, now at all top pages we can see the short url. Is there a way not to show the short url in the pages?
This task is about installing the extension. Closing again. Please file another task requesting this feature. :) I don't think this feature is currently available in the extension. You could hide it with CSS as a temporary fix.
Add following code into MediaWiki:Common.css:
.title-shortlink-container { display: none; }
And wait 5 minutes for it to take effect.
@Mjbmr That would hide it from all the pages and MA is requesting to hide it on specific pages. It would need to be selected for per page as well. In this case, .page-Wikilibros_Café .title-shortlink-container would be used.