MediaWiki:Gadget-aliases.user.css: Difference between revisions
Appearance
m clean up for user style installation |
m description |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* ==UserStyle== | /* ==UserStyle== | ||
@name | @name Show aliases section (gadget-aliases) | ||
@description Reveal full list of aliases on Item pages | @description Reveal full list of aliases on Item pages | ||
@namespace github.com/openstyles/stylus | @namespace github.com/openstyles/stylus | ||
@version 1.0. | @version 1.0.2 | ||
@author reverseDragon | @author reverseDragon | ||
==/UserStyle== */ | ==/UserStyle== */ | ||
| Line 12: | Line 12: | ||
.mediawiki div.aliases-longhand { display: block; } | .mediawiki div.aliases-longhand { display: block; } | ||
.mediawiki dl .row div.aliases-longhand { display: inline-block; } | |||
.mediawiki .aliases-help, span.aliases-longhand { display: inline; } | .mediawiki .aliases-help, span.aliases-longhand { display: inline; } | ||
.mediawiki .aliases-head { text-transform: inherit; } | .mediawiki .aliases-head { text-transform: inherit; } | ||
/* [[C:Hue configuration Gadgets]] */ | /* [[C:Hue configuration Gadgets]] */ | ||
Latest revision as of 02:07, 21 January 2026
/* ==UserStyle==
@name Show aliases section (gadget-aliases)
@description Reveal full list of aliases on Item pages
@namespace github.com/openstyles/stylus
@version 1.0.2
@author reverseDragon
==/UserStyle== */
/* To turn this on all the time, go to Preferences and select gadget-aliases - [https://research.moraleconomy.au/index.php?title=Special:Preferences#mw-prefsection-gadgets]
To easily toggle alias sections on and off, install a user styles add-on, and then open this URL:
https://research.moraleconomy.au/index.php?action=raw&title=MediaWiki:Gadget-aliases.user.css */
.mediawiki div.aliases-longhand { display: block; }
.mediawiki dl .row div.aliases-longhand { display: inline-block; }
.mediawiki .aliases-help, span.aliases-longhand { display: inline; }
.mediawiki .aliases-head { text-transform: inherit; }
/* [[C:Hue configuration Gadgets]] */