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: 25 March 2010 12:58 UTC
- Date retrieved: 31 October 2025 02:44 UTC
- Permanent URL: https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=3996
- Page Version ID: 3996
Citation styles for Guidelines on writing Software specification
APA style
Guidelines on writing Software specification. (2010, March 25). X-Cart 4 Classic, . Retrieved 02:44, October 31, 2025 from https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=3996.
MLA style
"Guidelines on writing Software specification." X-Cart 4 Classic, . 25 Mar 2010, 12:58 UTC. 31 Oct 2025, 02:44 <https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=3996>.
MHRA style
X-Cart 4 Classic contributors, 'Guidelines on writing Software specification', X-Cart 4 Classic, , 25 March 2010, 12:58 UTC, <https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=3996> [accessed 31 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=3996 (accessed October 31, 2025).
CBE/CSE style
X-Cart 4 Classic contributors. Guidelines on writing Software specification [Internet]. X-Cart 4 Classic, ; 2010 Mar 25, 12:58 UTC [cited 2025 Oct 31]. Available from: https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=3996.
Bluebook style
Guidelines on writing Software specification, https://help.x-cart.com/index.php?title=Guidelines_on_writing_Software_specification&oldid=3996 (last visited October 31, 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=3996",
   note = "[Online; accessed 31-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=3996}",
   note = "[Online; accessed 31-October-2025]"
 }
