Bibliographic details for "Collection of snippets for PHP"

Please remember to check your manual of style, standards guide or instructor's guidelines for the exact syntax to suit your needs.

Citation styles for "Collection of snippets for PHP"

APA

Collection of snippets for PHP. (2020, Mar 29). In Geany Wiki. Retrieved 03:17, June 6, 2023, from https://wiki.geany.org/doku.php?id=snippets:php:start&rev=1585515073.

MLA

Anonymous Contributors. "Collection of snippets for PHP". Geany Wiki. 29 Mar. 2020. Web. 6 Jun. 2023, 03:17

MHRA

Anonymous Contributors, 'Collection of snippets for PHP', Geany Wiki, 29 March 2020, 20:51 GMT, <https://wiki.geany.org/doku.php?id=snippets:php:start&rev=1585515073> [Accessed 6 June 2023]

Chicago

Anonymous Contributors, "Collection of snippets for PHP", Geany Wiki, https://wiki.geany.org/doku.php?id=snippets:php:start&rev=1585515073 (Accessed June 6, 2023).

CBE/CSE

Anonymous Contributors. Collection of snippets for PHP [Internet]. Geany Wiki; 2020 Mar 29, 20:51 GMT [Cited 2023 Jun 6]. Available at: https://wiki.geany.org/doku.php?id=snippets:php:start&rev=1585515073.

Bluebook

Collection of snippets for PHP, https://wiki.geany.org/doku.php?id=snippets:php:start&rev=1585515073 (Last visited June 6, 2023).

AMA

Anonymous Contributors. Collection of snippets for PHP. Geany Wiki. March 29, 2020, 20:51 GMT. Available at: https://wiki.geany.org/doku.php?id=snippets:php:start&rev=1585515073. Accessed June 6, 2023.

BibTeX

 @misc{ wiki:xxx,
   author = "Anonymous Contributors",
   title = "Collection of snippets for PHP --- Geany Wiki",
   year = "2020",
   url = "https://wiki.geany.org/doku.php?id=snippets:php:start&rev=1585515073",
   note = "[Online; accessed 6-June-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 = "Anonymous Contributors",
   title = "Collection of snippets for PHP --- Geany Wiki",
   year = "2020",
   url = "\url{https://wiki.geany.org/doku.php?id=snippets:php:start&rev=1585515073}",
   note = "[Online; accessed 6-June-2023]"


   author = "Anonymous Contributors",
   title = "Collection of snippets for PHP --- Geany Wiki",
   year = "2020",
   url = "\url{https://wiki.geany.org/doku.php?id=snippets:php:start&rev=1585515073}",
   note = "[Online; accessed 6-June-2023]"
 }
  

DokuWiki talk pages

Markup
[[snippets:php:start|Collection of snippets for PHP]] ([[snippets:php:start?rev=1585515073|this version]])
Result
Collection of snippets for PHP (this version)
Print/export