Cite This Page
Bibliographic details for Formatting Text Messages for Wiki Log Posts
- Page name: Formatting Text Messages for Wiki Log Posts
- Author: City of Hope MUSH contributors
- Publisher: City of Hope MUSH, .
- Date of last revision: 3 September 2020 17:47 UTC
- Date retrieved: 25 March 2026 21:20 UTC
- Permanent URL: https://cityofhopemush.net/index.php?title=Formatting_Text_Messages_for_Wiki_Log_Posts&oldid=215850
- Page Version ID: 215850
Citation styles for Formatting Text Messages for Wiki Log Posts
APA style
Formatting Text Messages for Wiki Log Posts. (2020, September 3). City of Hope MUSH, . Retrieved 21:20, March 25, 2026 from https://cityofhopemush.net/index.php?title=Formatting_Text_Messages_for_Wiki_Log_Posts&oldid=215850.
MLA style
"Formatting Text Messages for Wiki Log Posts." City of Hope MUSH, . 3 Sep 2020, 17:47 UTC. 25 Mar 2026, 21:20 <https://cityofhopemush.net/index.php?title=Formatting_Text_Messages_for_Wiki_Log_Posts&oldid=215850>.
MHRA style
City of Hope MUSH contributors, 'Formatting Text Messages for Wiki Log Posts', City of Hope MUSH, , 3 September 2020, 17:47 UTC, <https://cityofhopemush.net/index.php?title=Formatting_Text_Messages_for_Wiki_Log_Posts&oldid=215850> [accessed 25 March 2026]
Chicago style
City of Hope MUSH contributors, "Formatting Text Messages for Wiki Log Posts," City of Hope MUSH, , https://cityofhopemush.net/index.php?title=Formatting_Text_Messages_for_Wiki_Log_Posts&oldid=215850 (accessed March 25, 2026).
CBE/CSE style
City of Hope MUSH contributors. Formatting Text Messages for Wiki Log Posts [Internet]. City of Hope MUSH, ; 2020 Sep 3, 17:47 UTC [cited 2026 Mar 25]. Available from: https://cityofhopemush.net/index.php?title=Formatting_Text_Messages_for_Wiki_Log_Posts&oldid=215850.
Bluebook style
Formatting Text Messages for Wiki Log Posts, https://cityofhopemush.net/index.php?title=Formatting_Text_Messages_for_Wiki_Log_Posts&oldid=215850 (last visited March 25, 2026).
BibTeX entry
@misc{ wiki:xxx,
author = "City of Hope MUSH",
title = "Formatting Text Messages for Wiki Log Posts --- City of Hope MUSH{,} ",
year = "2020",
url = "https://cityofhopemush.net/index.php?title=Formatting_Text_Messages_for_Wiki_Log_Posts&oldid=215850",
note = "[Online; accessed 25-March-2026]"
}
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 = "City of Hope MUSH",
title = "Formatting Text Messages for Wiki Log Posts --- City of Hope MUSH{,} ",
year = "2020",
url = "\url{https://cityofhopemush.net/index.php?title=Formatting_Text_Messages_for_Wiki_Log_Posts&oldid=215850}",
note = "[Online; accessed 25-March-2026]"
}