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