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