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: 10 February 2010 14:49 UTC
- Date retrieved: 17 May 2026 22:43 UTC
- Permanent URL: https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=3755
- Page Version ID: 3755
Citation styles for Guidelines on writing Software specification
APA style
Guidelines on writing Software specification. (2010, February 10). X-Cart 4 Classic, . Retrieved 22:43, May 17, 2026 from https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=3755.
MLA style
"Guidelines on writing Software specification." X-Cart 4 Classic, . 10 Feb 2010, 14:49 UTC. 17 May 2026, 22:43 <https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=3755>.
MHRA style
X-Cart 4 Classic contributors, 'Guidelines on writing Software specification', X-Cart 4 Classic, , 10 February 2010, 14:49 UTC, <https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=3755> [accessed 17 May 2026]
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=3755 (accessed May 17, 2026).
CBE/CSE style
X-Cart 4 Classic contributors. Guidelines on writing Software specification [Internet]. X-Cart 4 Classic, ; 2010 Feb 10, 14:49 UTC [cited 2026 May 17]. Available from: https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=3755.
Bluebook style
Guidelines on writing Software specification, https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=3755 (last visited May 17, 2026).
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=3755",
note = "[Online; accessed 17-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 = "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=3755}",
note = "[Online; accessed 17-May-2026]"
}