Line Two. (2008, November 1). bocpages, . Retrieved 00:04, June 8, 2021 from https://bocpages.org/w/index.php?title=Line_Two&oldid=5955.
"Line Two." bocpages, . 1 Nov 2008, 15:31 UTC. 8 Jun 2021, 00:04 <https://bocpages.org/w/index.php?title=Line_Two&oldid=5955>.
bocpages contributors, 'Line Two', bocpages, , 1 November 2008, 15:31 UTC, <https://bocpages.org/w/index.php?title=Line_Two&oldid=5955> [accessed 8 June 2021]
bocpages contributors, "Line Two," bocpages, , https://bocpages.org/w/index.php?title=Line_Two&oldid=5955 (accessed June 8, 2021).
bocpages contributors. Line Two [Internet]. bocpages, ; 2008 Nov 1, 15:31 UTC [cited 2021 Jun 8]. Available from: https://bocpages.org/w/index.php?title=Line_Two&oldid=5955.
Line Two, https://bocpages.org/w/index.php?title=Line_Two&oldid=5955 (last visited June 8, 2021).
@misc{ wiki:xxx,
author = "bocpages",
title = "Line Two --- bocpages{,} ",
year = "2008",
url = "https://bocpages.org/w/index.php?title=Line_Two&oldid=5955",
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 = "Line Two --- bocpages{,} ",
year = "2008",
url = "\url{https://bocpages.org/w/index.php?title=Line_Two&oldid=5955}",
note = "[Online; accessed 8-June-2021]"
}