Interview. (2008, March 16). bocpages, . Retrieved 03:13, June 8, 2021 from https://bocpages.org/w/index.php?title=Interview&oldid=3406.
"Interview." bocpages, . 16 Mar 2008, 20:09 UTC. 8 Jun 2021, 03:13 <https://bocpages.org/w/index.php?title=Interview&oldid=3406>.
bocpages contributors, 'Interview', bocpages, , 16 March 2008, 20:09 UTC, <https://bocpages.org/w/index.php?title=Interview&oldid=3406> [accessed 8 June 2021]
bocpages contributors, "Interview," bocpages, , https://bocpages.org/w/index.php?title=Interview&oldid=3406 (accessed June 8, 2021).
bocpages contributors. Interview [Internet]. bocpages, ; 2008 Mar 16, 20:09 UTC [cited 2021 Jun 8]. Available from: https://bocpages.org/w/index.php?title=Interview&oldid=3406.
Interview, https://bocpages.org/w/index.php?title=Interview&oldid=3406 (last visited June 8, 2021).
@misc{ wiki:xxx,
author = "bocpages",
title = "Interview --- bocpages{,} ",
year = "2008",
url = "https://bocpages.org/w/index.php?title=Interview&oldid=3406",
note = "[Online; accessed 8-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 = "Interview --- bocpages{,} ",
year = "2008",
url = "\url{https://bocpages.org/w/index.php?title=Interview&oldid=3406}",
note = "[Online; accessed 8-June-2021]"
}