------ / ------ / ------ / XXXXXX / ------ / ------. (2013, May 6). bocpages, . Retrieved 22:10, June 7, 2021 from https://bocpages.org/w/index.php?title=------_/_------_/_------_/_XXXXXX_/_------_/_------&oldid=9286.
"------ / ------ / ------ / XXXXXX / ------ / ------." bocpages, . 6 May 2013, 18:41 UTC. 7 Jun 2021, 22:10 <https://bocpages.org/w/index.php?title=------_/_------_/_------_/_XXXXXX_/_------_/_------&oldid=9286>.
bocpages contributors, '------ / ------ / ------ / XXXXXX / ------ / ------', bocpages, , 6 May 2013, 18:41 UTC, <https://bocpages.org/w/index.php?title=------_/_------_/_------_/_XXXXXX_/_------_/_------&oldid=9286> [accessed 7 June 2021]
bocpages contributors, "------ / ------ / ------ / XXXXXX / ------ / ------," bocpages, , https://bocpages.org/w/index.php?title=------_/_------_/_------_/_XXXXXX_/_------_/_------&oldid=9286 (accessed June 7, 2021).
bocpages contributors. ------ / ------ / ------ / XXXXXX / ------ / ------ [Internet]. bocpages, ; 2013 May 6, 18:41 UTC [cited 2021 Jun 7]. Available from: https://bocpages.org/w/index.php?title=------_/_------_/_------_/_XXXXXX_/_------_/_------&oldid=9286.
------ / ------ / ------ / XXXXXX / ------ / ------, https://bocpages.org/w/index.php?title=------_/_------_/_------_/_XXXXXX_/_------_/_------&oldid=9286 (last visited June 7, 2021).
@misc{ wiki:xxx,
author = "bocpages",
title = "------ / ------ / ------ / XXXXXX / ------ / ------ --- bocpages{,} ",
year = "2013",
url = "https://bocpages.org/w/index.php?title=------_/_------_/_------_/_XXXXXX_/_------_/_------&oldid=9286",
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 = "------ / ------ / ------ / XXXXXX / ------ / ------ --- bocpages{,} ",
year = "2013",
url = "\url{https://bocpages.org/w/index.php?title=------_/_------_/_------_/_XXXXXX_/_------_/_------&oldid=9286}",
note = "[Online; accessed 7-June-2021]"
}