Cite This Page
Bibliographic details for X-Cart:Coding conventions
- Page name: X-Cart:Coding conventions
- Author: X-Cart 4 Classic contributors
- Publisher: X-Cart 4 Classic, .
- Date of last revision: 21 December 2009 12:20 UTC
- Date retrieved: 17 March 2026 10:56 UTC
- Permanent URL: https://help.x-cart.com/index.php?title=X-Cart:Coding_conventions&oldid=457
- Page Version ID: 457
Citation styles for X-Cart:Coding conventions
APA style
X-Cart:Coding conventions. (2009, December 21). X-Cart 4 Classic, . Retrieved 10:56, March 17, 2026 from https://help.x-cart.com/index.php?title=X-Cart:Coding_conventions&oldid=457.
MLA style
"X-Cart:Coding conventions." X-Cart 4 Classic, . 21 Dec 2009, 12:20 UTC. 17 Mar 2026, 10:56 <https://help.x-cart.com/index.php?title=X-Cart:Coding_conventions&oldid=457>.
MHRA style
X-Cart 4 Classic contributors, 'X-Cart:Coding conventions', X-Cart 4 Classic, , 21 December 2009, 12:20 UTC, <https://help.x-cart.com/index.php?title=X-Cart:Coding_conventions&oldid=457> [accessed 17 March 2026]
Chicago style
X-Cart 4 Classic contributors, "X-Cart:Coding conventions," X-Cart 4 Classic, , https://help.x-cart.com/index.php?title=X-Cart:Coding_conventions&oldid=457 (accessed March 17, 2026).
CBE/CSE style
X-Cart 4 Classic contributors. X-Cart:Coding conventions [Internet]. X-Cart 4 Classic, ; 2009 Dec 21, 12:20 UTC [cited 2026 Mar 17]. Available from: https://help.x-cart.com/index.php?title=X-Cart:Coding_conventions&oldid=457.
Bluebook style
X-Cart:Coding conventions, https://help.x-cart.com/index.php?title=X-Cart:Coding_conventions&oldid=457 (last visited March 17, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "X-Cart 4 Classic",
title = "X-Cart:Coding conventions --- X-Cart 4 Classic{,} ",
year = "2009",
url = "https://help.x-cart.com/index.php?title=X-Cart:Coding_conventions&oldid=457",
note = "[Online; accessed 17-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 = "X-Cart 4 Classic",
title = "X-Cart:Coding conventions --- X-Cart 4 Classic{,} ",
year = "2009",
url = "\url{https://help.x-cart.com/index.php?title=X-Cart:Coding_conventions&oldid=457}",
note = "[Online; accessed 17-March-2026]"
}