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: 18 April 2025 00:51 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 00:51, April 18, 2025 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. 18 Apr 2025, 00:51 <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 18 April 2025]
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 April 18, 2025).
CBE/CSE style
X-Cart 4 Classic contributors. X-Cart:Coding conventions [Internet]. X-Cart 4 Classic, ; 2009 Dec 21, 12:20 UTC [cited 2025 Apr 18]. 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 April 18, 2025).
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 18-April-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 = "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 18-April-2025]" }