Cite This Page
Bibliographic details for QUBLAN/2023
- Page name: QUBLAN/2023
- Author: CS Codex contributors
- Publisher: CS Codex, .
- Date of last revision: 27 October 2024 16:01 UTC
- Date retrieved: 24 March 2026 13:39 UTC
- Permanent URL: http://cscodex.com/mediawiki-1.28.1/index.php?title=QUBLAN/2023&oldid=5905
- Page Version ID: 5905
Citation styles for QUBLAN/2023
APA style
QUBLAN/2023. (2024, October 27). CS Codex, . Retrieved 13:39, March 24, 2026 from http://cscodex.com/mediawiki-1.28.1/index.php?title=QUBLAN/2023&oldid=5905.
MLA style
"QUBLAN/2023." CS Codex, . 27 Oct 2024, 16:01 UTC. 24 Mar 2026, 13:39 <http://cscodex.com/mediawiki-1.28.1/index.php?title=QUBLAN/2023&oldid=5905>.
MHRA style
CS Codex contributors, 'QUBLAN/2023', CS Codex, , 27 October 2024, 16:01 UTC, <http://cscodex.com/mediawiki-1.28.1/index.php?title=QUBLAN/2023&oldid=5905> [accessed 24 March 2026]
Chicago style
CS Codex contributors, "QUBLAN/2023," CS Codex, , http://cscodex.com/mediawiki-1.28.1/index.php?title=QUBLAN/2023&oldid=5905 (accessed March 24, 2026).
CBE/CSE style
CS Codex contributors. QUBLAN/2023 [Internet]. CS Codex, ; 2024 Oct 27, 16:01 UTC [cited 2026 Mar 24]. Available from: http://cscodex.com/mediawiki-1.28.1/index.php?title=QUBLAN/2023&oldid=5905.
Bluebook style
QUBLAN/2023, http://cscodex.com/mediawiki-1.28.1/index.php?title=QUBLAN/2023&oldid=5905 (last visited March 24, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "CS Codex",
title = "QUBLAN/2023 --- CS Codex{,} ",
year = "2024",
url = "http://cscodex.com/mediawiki-1.28.1/index.php?title=QUBLAN/2023&oldid=5905",
note = "[Online; accessed 24-March-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/2023 --- CS Codex{,} ",
year = "2024",
url = "\url{http://cscodex.com/mediawiki-1.28.1/index.php?title=QUBLAN/2023&oldid=5905}",
note = "[Online; accessed 24-March-2026]"
}