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