Help talk:Reference display customization

Can someone help me? I want to use the below code to remove brackets from references but it doesn't work at all. Every other change in the style of the referenc

Help talk:Reference display customization

Customization

Can someone help me? I want to use the below code to remove brackets from references but it doesn't work at all. Every other change in the style of the references works well except this one:

sup.reference a span {
  display: none;
}

-Yoosef (talk) 19:46, 20 July 2021 (UTC)Reply

Yoosef Pooranvary, this is super dumb, will probably break something, but it seems to work, relatively speaking:
.reference > a {
	position: relative;
}
.reference > a::after,
.reference > a::before {
	color: var(--background-color-base,#fff);
	position: absolute;
}
.reference > a::before {
	content: "▍";
	left: 0;
	top: 0.3em;
}
.reference > a::after {
	content: "▐";
	right: -0.20em;
	top: 0.3em;
}
The content are two of the Box-drawing characters. —⁠andrybak (talk) 00:29, 23 July 2024 (UTC)Reply

"Put in a box with a scrollbar" as gadget?

If sb. could take the time to test my addition with the various skins and propose a gadget for it it could be a super useful gadgets addition (especially since this page has notibly increased in views over the past 3 weeks). See "Gadget criteria" D4n2016 AMD  RYZEN  ZEN 3 user Talk 17:33, 4 August 2026 (UTC)Reply

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.