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 09:29, April 26, 2024, 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. 26 Apr. 2024, 09:29

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 26 April 2024]

Chicago

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

CBE/CSE

Anonymous Contributors. Collection of snippets for PHP [Internet]. Geany Wiki; 2020 Mar 29, 20:51 GMT [Cited 2024 Apr 26]. 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 April 26, 2024).

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 April 26, 2024.

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 26-April-2024]"
 }
  

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 26-April-2024]"


   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 26-April-2024]"
 }
  

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