Cite This Page
Bibliographic details for Guidelines on writing Software specification
- Page name: Guidelines on writing Software specification
- Author: X-Cart 4 Classic contributors
- Publisher: X-Cart 4 Classic, .
- Date of last revision: 5 April 2010 10:51 UTC
- Date retrieved: 29 October 2025 00:08 UTC
- Permanent URL: https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=4069
- Page Version ID: 4069
Citation styles for Guidelines on writing Software specification
APA style
Guidelines on writing Software specification. (2010, April 5). X-Cart 4 Classic, . Retrieved 00:08, October 29, 2025 from https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=4069.
MLA style
"Guidelines on writing Software specification." X-Cart 4 Classic, . 5 Apr 2010, 10:51 UTC. 29 Oct 2025, 00:08 <https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=4069>.
MHRA style
X-Cart 4 Classic contributors, 'Guidelines on writing Software specification', X-Cart 4 Classic, , 5 April 2010, 10:51 UTC, <https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=4069> [accessed 29 October 2025]
Chicago style
X-Cart 4 Classic contributors, "Guidelines on writing Software specification," X-Cart 4 Classic, , https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=4069 (accessed October 29, 2025).
CBE/CSE style
X-Cart 4 Classic contributors. Guidelines on writing Software specification [Internet]. X-Cart 4 Classic, ; 2010 Apr 5, 10:51 UTC [cited 2025 Oct 29]. Available from: https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=4069.
Bluebook style
Guidelines on writing Software specification, https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=4069 (last visited October 29, 2025).
BibTeX entry
@misc{ wiki:xxx,
author = "X-Cart 4 Classic",
title = "Guidelines on writing Software specification --- X-Cart 4 Classic{,} ",
year = "2010",
url = "https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=4069",
note = "[Online; accessed 29-October-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 = "Guidelines on writing Software specification --- X-Cart 4 Classic{,} ",
year = "2010",
url = "\url{https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=4069}",
note = "[Online; accessed 29-October-2025]"
}