Cite This Page
Bibliographic details for Hello world
- Page name: Hello world
- Author: ArmadeusWiki contributors
- Publisher: ArmadeusWiki, .
- Date of last revision: 24 September 2018 09:47 UTC
- Date retrieved: 3 May 2026 15:01 UTC
- Permanent URL: http://www.armadeus.org/wiki/index.php?title=Hello_world&oldid=10215
- Page Version ID: 10215
Citation styles for Hello world
APA style
Hello world. (2018, September 24). ArmadeusWiki, . Retrieved 15:01, May 3, 2026 from http://www.armadeus.org/wiki/index.php?title=Hello_world&oldid=10215.
MLA style
"Hello world." ArmadeusWiki, . 24 Sep 2018, 09:47 UTC. 3 May 2026, 15:01 <http://www.armadeus.org/wiki/index.php?title=Hello_world&oldid=10215>.
MHRA style
ArmadeusWiki contributors, 'Hello world', ArmadeusWiki, , 24 September 2018, 09:47 UTC, <http://www.armadeus.org/wiki/index.php?title=Hello_world&oldid=10215> [accessed 3 May 2026]
Chicago style
ArmadeusWiki contributors, "Hello world," ArmadeusWiki, , http://www.armadeus.org/wiki/index.php?title=Hello_world&oldid=10215 (accessed May 3, 2026).
CBE/CSE style
ArmadeusWiki contributors. Hello world [Internet]. ArmadeusWiki, ; 2018 Sep 24, 09:47 UTC [cited 2026 May 3]. Available from: http://www.armadeus.org/wiki/index.php?title=Hello_world&oldid=10215.
Bluebook style
Hello world, http://www.armadeus.org/wiki/index.php?title=Hello_world&oldid=10215 (last visited May 3, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "ArmadeusWiki",
title = "Hello world --- ArmadeusWiki{,} ",
year = "2018",
url = "http://www.armadeus.org/wiki/index.php?title=Hello_world&oldid=10215",
note = "[Online; accessed 3-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 = "ArmadeusWiki",
title = "Hello world --- ArmadeusWiki{,} ",
year = "2018",
url = "\url{http://www.armadeus.org/wiki/index.php?title=Hello_world&oldid=10215}",
note = "[Online; accessed 3-May-2026]"
}