Cite This Page
Bibliographic details for Linux help
- Page name: Linux help
 - Author: Linux Advocacy contributors
 - Publisher: Linux Advocacy, .
 - Date of last revision: 23 December 2020 00:46 UTC
 - Date retrieved: 14 March 2023 21:20 UTC
 - Permanent URL: https://linuxadvocacy.miraheze.org/w/index.php?title=Linux_help&oldid=439
 - Page Version ID: 439
 
Citation styles for Linux help
APA style
Linux help. (2020, December 23). Linux Advocacy, . Retrieved 21:20, March 14, 2023 from https://linuxadvocacy.miraheze.org/w/index.php?title=Linux_help&oldid=439.
MLA style
"Linux help." Linux Advocacy, . 23 Dec 2020, 00:46 UTC. 14 Mar 2023, 21:20 <https://linuxadvocacy.miraheze.org/w/index.php?title=Linux_help&oldid=439>.
MHRA style
Linux Advocacy contributors, 'Linux help', Linux Advocacy, , 23 December 2020, 00:46 UTC, <https://linuxadvocacy.miraheze.org/w/index.php?title=Linux_help&oldid=439> [accessed 14 March 2023]
Chicago style
Linux Advocacy contributors, "Linux help," Linux Advocacy, , https://linuxadvocacy.miraheze.org/w/index.php?title=Linux_help&oldid=439 (accessed March 14, 2023).
CBE/CSE style
Linux Advocacy contributors. Linux help [Internet]. Linux Advocacy, ; 2020 Dec 23, 00:46 UTC [cited 2023 Mar 14]. Available from: https://linuxadvocacy.miraheze.org/w/index.php?title=Linux_help&oldid=439.
Bluebook style
Linux help, https://linuxadvocacy.miraheze.org/w/index.php?title=Linux_help&oldid=439 (last visited March 14, 2023).
BibTeX entry
 @misc{ wiki:xxx,
   author = "Linux Advocacy",
   title = "Linux help --- Linux Advocacy{,} ",
   year = "2020",
   url = "https://linuxadvocacy.miraheze.org/w/index.php?title=Linux_help&oldid=439",
   note = "[Online; accessed 14-March-2023]"
 }
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 = "Linux Advocacy",
   title = "Linux help --- Linux Advocacy{,} ",
   year = "2020",
   url = "\url{https://linuxadvocacy.miraheze.org/w/index.php?title=Linux_help&oldid=439}",
   note = "[Online; accessed 14-March-2023]"
 }