Cite This Page
Bibliographic details for QUBLAN/2025
- Page name: QUBLAN/2025
- Author: CS Codex contributors
- Publisher: CS Codex, .
- Date of last revision: 18 July 2025 09:46 UTC
- Date retrieved: 22 May 2026 19:32 UTC
- Permanent URL: http://cscodex.com/mediawiki-1.28.1/index.php?title=QUBLAN/2025&oldid=6576
- Page Version ID: 6576
Citation styles for QUBLAN/2025
APA style
QUBLAN/2025. (2025, July 18). CS Codex, . Retrieved 19:32, May 22, 2026 from http://cscodex.com/mediawiki-1.28.1/index.php?title=QUBLAN/2025&oldid=6576.
MLA style
"QUBLAN/2025." CS Codex, . 18 Jul 2025, 09:46 UTC. 22 May 2026, 19:32 <http://cscodex.com/mediawiki-1.28.1/index.php?title=QUBLAN/2025&oldid=6576>.
MHRA style
CS Codex contributors, 'QUBLAN/2025', CS Codex, , 18 July 2025, 09:46 UTC, <http://cscodex.com/mediawiki-1.28.1/index.php?title=QUBLAN/2025&oldid=6576> [accessed 22 May 2026]
Chicago style
CS Codex contributors, "QUBLAN/2025," CS Codex, , http://cscodex.com/mediawiki-1.28.1/index.php?title=QUBLAN/2025&oldid=6576 (accessed May 22, 2026).
CBE/CSE style
CS Codex contributors. QUBLAN/2025 [Internet]. CS Codex, ; 2025 Jul 18, 09:46 UTC [cited 2026 May 22]. Available from: http://cscodex.com/mediawiki-1.28.1/index.php?title=QUBLAN/2025&oldid=6576.
Bluebook style
QUBLAN/2025, http://cscodex.com/mediawiki-1.28.1/index.php?title=QUBLAN/2025&oldid=6576 (last visited May 22, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "CS Codex",
title = "QUBLAN/2025 --- CS Codex{,} ",
year = "2025",
url = "http://cscodex.com/mediawiki-1.28.1/index.php?title=QUBLAN/2025&oldid=6576",
note = "[Online; accessed 22-May-2026]"
}
When using the LaTeX package url (\usepackage{url} somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx,
author = "CS Codex",
title = "QUBLAN/2025 --- CS Codex{,} ",
year = "2025",
url = "\url{http://cscodex.com/mediawiki-1.28.1/index.php?title=QUBLAN/2025&oldid=6576}",
note = "[Online; accessed 22-May-2026]"
}