Cite This Page
Bibliographic details for Coding Standards
- Page name: Coding Standards
- Author: PCGen Wiki contributors
- Publisher: PCGen Wiki, .
- Date of last revision: 21 October 2009 17:36 UTC
- Date retrieved: 3 November 2025 10:04 UTC
- Permanent URL: http://159.203.101.162/w/index.php?title=Coding_Standards&oldid=1856
- Page Version ID: 1856
Citation styles for Coding Standards
APA style
Coding Standards. (2009, October 21). PCGen Wiki, . Retrieved 10:04, November 3, 2025 from http://159.203.101.162/w/index.php?title=Coding_Standards&oldid=1856.
MLA style
"Coding Standards." PCGen Wiki, . 21 Oct 2009, 17:36 UTC. 3 Nov 2025, 10:04 <http://159.203.101.162/w/index.php?title=Coding_Standards&oldid=1856>.
MHRA style
PCGen Wiki contributors, 'Coding Standards', PCGen Wiki, , 21 October 2009, 17:36 UTC, <http://159.203.101.162/w/index.php?title=Coding_Standards&oldid=1856> [accessed 3 November 2025]
Chicago style
PCGen Wiki contributors, "Coding Standards," PCGen Wiki, , http://159.203.101.162/w/index.php?title=Coding_Standards&oldid=1856 (accessed November 3, 2025).
CBE/CSE style
PCGen Wiki contributors. Coding Standards [Internet]. PCGen Wiki, ; 2009 Oct 21, 17:36 UTC [cited 2025 Nov 3]. Available from: http://159.203.101.162/w/index.php?title=Coding_Standards&oldid=1856.
Bluebook style
Coding Standards, http://159.203.101.162/w/index.php?title=Coding_Standards&oldid=1856 (last visited November 3, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "PCGen Wiki",
title = "Coding Standards --- PCGen Wiki{,} ",
year = "2009",
url = "http://159.203.101.162/w/index.php?title=Coding_Standards&oldid=1856",
note = "[Online; accessed 3-November-2025]"
}
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 = "PCGen Wiki",
title = "Coding Standards --- PCGen Wiki{,} ",
year = "2009",
url = "\url{http://159.203.101.162/w/index.php?title=Coding_Standards&oldid=1856}",
note = "[Online; accessed 3-November-2025]"
}