PIC. (2006, September 2). bocpages, . Retrieved 01:49, June 8, 2021 from https://bocpages.org/w/index.php?title=PIC&oldid=1822.
"PIC." bocpages, . 2 Sep 2006, 04:57 UTC. 8 Jun 2021, 01:49 <https://bocpages.org/w/index.php?title=PIC&oldid=1822>.
bocpages contributors, 'PIC', bocpages, , 2 September 2006, 04:57 UTC, <https://bocpages.org/w/index.php?title=PIC&oldid=1822> [accessed 8 June 2021]
bocpages contributors, "PIC," bocpages, , https://bocpages.org/w/index.php?title=PIC&oldid=1822 (accessed June 8, 2021).
bocpages contributors. PIC [Internet]. bocpages, ; 2006 Sep 2, 04:57 UTC [cited 2021 Jun 8]. Available from: https://bocpages.org/w/index.php?title=PIC&oldid=1822.
PIC, https://bocpages.org/w/index.php?title=PIC&oldid=1822 (last visited June 8, 2021).
@misc{ wiki:xxx,
author = "bocpages",
title = "PIC --- bocpages{,} ",
year = "2006",
url = "https://bocpages.org/w/index.php?title=PIC&oldid=1822",
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 = "PIC --- bocpages{,} ",
year = "2006",
url = "\url{https://bocpages.org/w/index.php?title=PIC&oldid=1822}",
note = "[Online; accessed 8-June-2021]"
}