Cite This Page
Bibliographic details for Axe Parser
- Page name: Axe Parser
- Author: Rosetta Code contributors
- Publisher: Rosetta Code, .
- Date of last revision: 2 July 2015 04:30 UTC
- Date retrieved: 22 March 2023 18:52 UTC
- Permanent URL: https://rosettacode.org/w/index.php?title=Axe_Parser&oldid=259564
- Page Version ID: 259564
Citation styles for Axe Parser
APA style
Axe Parser. (2015, July 2). Rosetta Code, . Retrieved 18:52, March 22, 2023 from https://rosettacode.org/w/index.php?title=Axe_Parser&oldid=259564.
MLA style
"Axe Parser." Rosetta Code, . 2 Jul 2015, 04:30 UTC. 22 Mar 2023, 18:52 <https://rosettacode.org/w/index.php?title=Axe_Parser&oldid=259564>.
MHRA style
Rosetta Code contributors, 'Axe Parser', Rosetta Code, , 2 July 2015, 04:30 UTC, <https://rosettacode.org/w/index.php?title=Axe_Parser&oldid=259564> [accessed 22 March 2023]
Chicago style
Rosetta Code contributors, "Axe Parser," Rosetta Code, , https://rosettacode.org/w/index.php?title=Axe_Parser&oldid=259564 (accessed March 22, 2023).
CBE/CSE style
Rosetta Code contributors. Axe Parser [Internet]. Rosetta Code, ; 2015 Jul 2, 04:30 UTC [cited 2023 Mar 22]. Available from: https://rosettacode.org/w/index.php?title=Axe_Parser&oldid=259564.
Bluebook style
Axe Parser, https://rosettacode.org/w/index.php?title=Axe_Parser&oldid=259564 (last visited March 22, 2023).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Axe Parser --- Rosetta Code{,} ", year = "2015", url = "https://rosettacode.org/w/index.php?title=Axe_Parser&oldid=259564", note = "[Online; accessed 22-March-2023]" }
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 = "Rosetta Code", title = "Axe Parser --- Rosetta Code{,} ", year = "2015", url = "\url{https://rosettacode.org/w/index.php?title=Axe_Parser&oldid=259564}", note = "[Online; accessed 22-March-2023]" }