Cite This Page
Bibliographic details for How to write an article
- Page name: How to write an article
- Author: VSI OpenVMS Wiki contributors
- Publisher: VSI OpenVMS Wiki.
- Date of last revision: 20 October 2022 10:16 UTC
- Date retrieved: 10 September 2026 13:50 UTC
- Permanent URL: https://wiki.vmssoftware.com/index.php?title=How_to_write_an_article&oldid=2542
- Page Version ID: 2542
Citation styles for How to write an article
APA style
How to write an article. (2022, October 20). VSI OpenVMS Wiki. Retrieved 13:50, September 10, 2026 from https://wiki.vmssoftware.com/index.php?title=How_to_write_an_article&oldid=2542.
MLA style
"How to write an article." VSI OpenVMS Wiki. 20 Oct 2022, 10:16 UTC. 10 Sep 2026, 13:50 <https://wiki.vmssoftware.com/index.php?title=How_to_write_an_article&oldid=2542>.
MHRA style
VSI OpenVMS Wiki contributors, 'How to write an article', VSI OpenVMS Wiki, 20 October 2022, 10:16 UTC, <https://wiki.vmssoftware.com/index.php?title=How_to_write_an_article&oldid=2542> [accessed 10 September 2026]
Chicago style
VSI OpenVMS Wiki contributors, "How to write an article," VSI OpenVMS Wiki, https://wiki.vmssoftware.com/index.php?title=How_to_write_an_article&oldid=2542 (accessed September 10, 2026).
CBE/CSE style
VSI OpenVMS Wiki contributors. How to write an article [Internet]. VSI OpenVMS Wiki; 2022 Oct 20, 10:16 UTC [cited 2026 Sep 10]. Available from: https://wiki.vmssoftware.com/index.php?title=How_to_write_an_article&oldid=2542.
Bluebook style
How to write an article, https://wiki.vmssoftware.com/index.php?title=How_to_write_an_article&oldid=2542 (last visited September 10, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "VSI OpenVMS Wiki",
title = "How to write an article --- VSI OpenVMS Wiki{,} ",
year = "2022",
url = "https://wiki.vmssoftware.com/index.php?title=How_to_write_an_article&oldid=2542",
note = "[Online; accessed 10-September-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 = "VSI OpenVMS Wiki",
title = "How to write an article --- VSI OpenVMS Wiki{,} ",
year = "2022",
url = "\url{https://wiki.vmssoftware.com/index.php?title=How_to_write_an_article&oldid=2542}",
note = "[Online; accessed 10-September-2026]"
}