Cite This Page
1 Bibliographic details for R6 hacking
- Page name: R6 hacking
- Author: stix contributors
- Publisher: stix, .
- Date of last revision: 14 May 2025 22:34 UTC
- Date retrieved: 21 November 2025 15:14 UTC
- Permanent URL: https://pub023.cs.technik.fhnw.ch/wiki/index.php?title=R6_hacking&oldid=16811
- Page Version ID: 16811
2 Citation styles for R6 hacking
2.1 APA style
R6 hacking. (2025, May 14). stix, . Retrieved 15:14, November 21, 2025 from https://pub023.cs.technik.fhnw.ch/wiki/index.php?title=R6_hacking&oldid=16811.
2.2 MLA style
"R6 hacking." stix, . 14 May 2025, 22:34 UTC. 21 Nov 2025, 15:14 <https://pub023.cs.technik.fhnw.ch/wiki/index.php?title=R6_hacking&oldid=16811>.
2.3 MHRA style
stix contributors, 'R6 hacking', stix, , 14 May 2025, 22:34 UTC, <https://pub023.cs.technik.fhnw.ch/wiki/index.php?title=R6_hacking&oldid=16811> [accessed 21 November 2025]
2.4 Chicago style
stix contributors, "R6 hacking," stix, , https://pub023.cs.technik.fhnw.ch/wiki/index.php?title=R6_hacking&oldid=16811 (accessed November 21, 2025).
2.5 CBE/CSE style
stix contributors. R6 hacking [Internet]. stix, ; 2025 May 14, 22:34 UTC [cited 2025 Nov 21]. Available from: https://pub023.cs.technik.fhnw.ch/wiki/index.php?title=R6_hacking&oldid=16811.
2.6 Bluebook style
R6 hacking, https://pub023.cs.technik.fhnw.ch/wiki/index.php?title=R6_hacking&oldid=16811 (last visited November 21, 2025).
2.7 BibTeX entry
@misc{ wiki:xxx,
author = "stix",
title = "R6 hacking --- stix{,} ",
year = "2025",
url = "https://pub023.cs.technik.fhnw.ch/wiki/index.php?title=R6_hacking&oldid=16811",
note = "[Online; accessed 21-November-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 = "stix",
title = "R6 hacking --- stix{,} ",
year = "2025",
url = "\url{https://pub023.cs.technik.fhnw.ch/wiki/index.php?title=R6_hacking&oldid=16811}",
note = "[Online; accessed 21-November-2025]"
}