Snippet Contest. (2017, March 28). bocpages, . Retrieved 21:17, June 7, 2021 from https://bocpages.org/w/index.php?title=Snippet_Contest&oldid=13507.
"Snippet Contest." bocpages, . 28 Mar 2017, 18:02 UTC. 7 Jun 2021, 21:17 <https://bocpages.org/w/index.php?title=Snippet_Contest&oldid=13507>.
bocpages contributors, 'Snippet Contest', bocpages, , 28 March 2017, 18:02 UTC, <https://bocpages.org/w/index.php?title=Snippet_Contest&oldid=13507> [accessed 7 June 2021]
bocpages contributors, "Snippet Contest," bocpages, , https://bocpages.org/w/index.php?title=Snippet_Contest&oldid=13507 (accessed June 7, 2021).
bocpages contributors. Snippet Contest [Internet]. bocpages, ; 2017 Mar 28, 18:02 UTC [cited 2021 Jun 7]. Available from: https://bocpages.org/w/index.php?title=Snippet_Contest&oldid=13507.
Snippet Contest, https://bocpages.org/w/index.php?title=Snippet_Contest&oldid=13507 (last visited June 7, 2021).
@misc{ wiki:xxx,
author = "bocpages",
title = "Snippet Contest --- bocpages{,} ",
year = "2017",
url = "https://bocpages.org/w/index.php?title=Snippet_Contest&oldid=13507",
note = "[Online; accessed 7-June-2021]"
}
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 = "bocpages",
title = "Snippet Contest --- bocpages{,} ",
year = "2017",
url = "\url{https://bocpages.org/w/index.php?title=Snippet_Contest&oldid=13507}",
note = "[Online; accessed 7-June-2021]"
}