Cite This Page
Bibliographic details for A Tarduino example done properly
- Page name: A Tarduino example done properly
- Author: Da Nerd Mage Wiki contributors
- Publisher: Da Nerd Mage Wiki, .
- Date of last revision: 3 January 2022 21:49 UTC
- Date retrieved: 15 May 2026 02:14 UTC
- Permanent URL: https://wiki.nerdmage.ca/index.php?title=A_Tarduino_example_done_properly&oldid=244
- Page Version ID: 244
Citation styles for A Tarduino example done properly
APA style
A Tarduino example done properly. (2022, January 3). Da Nerd Mage Wiki, . Retrieved 02:14, May 15, 2026 from https://wiki.nerdmage.ca/index.php?title=A_Tarduino_example_done_properly&oldid=244.
MLA style
"A Tarduino example done properly." Da Nerd Mage Wiki, . 3 Jan 2022, 21:49 UTC. 15 May 2026, 02:14 <https://wiki.nerdmage.ca/index.php?title=A_Tarduino_example_done_properly&oldid=244>.
MHRA style
Da Nerd Mage Wiki contributors, 'A Tarduino example done properly', Da Nerd Mage Wiki, , 3 January 2022, 21:49 UTC, <https://wiki.nerdmage.ca/index.php?title=A_Tarduino_example_done_properly&oldid=244> [accessed 15 May 2026]
Chicago style
Da Nerd Mage Wiki contributors, "A Tarduino example done properly," Da Nerd Mage Wiki, , https://wiki.nerdmage.ca/index.php?title=A_Tarduino_example_done_properly&oldid=244 (accessed May 15, 2026).
CBE/CSE style
Da Nerd Mage Wiki contributors. A Tarduino example done properly [Internet]. Da Nerd Mage Wiki, ; 2022 Jan 3, 21:49 UTC [cited 2026 May 15]. Available from: https://wiki.nerdmage.ca/index.php?title=A_Tarduino_example_done_properly&oldid=244.
Bluebook style
A Tarduino example done properly, https://wiki.nerdmage.ca/index.php?title=A_Tarduino_example_done_properly&oldid=244 (last visited May 15, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "Da Nerd Mage Wiki",
title = "A Tarduino example done properly --- Da Nerd Mage Wiki{,} ",
year = "2022",
url = "https://wiki.nerdmage.ca/index.php?title=A_Tarduino_example_done_properly&oldid=244",
note = "[Online; accessed 15-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 = "Da Nerd Mage Wiki",
title = "A Tarduino example done properly --- Da Nerd Mage Wiki{,} ",
year = "2022",
url = "\url{https://wiki.nerdmage.ca/index.php?title=A_Tarduino_example_done_properly&oldid=244}",
note = "[Online; accessed 15-May-2026]"
}