личные инструменты

Bibliographic details for "FAQ"

  • Page name: FAQ
  • Author: Институт НеоКода
  • Publisher: Институт НеоКода – Новый код НЛП.
  • Date of this revision: 5 October 2009 22:59 MSD
  • Date retrieved: 15 October 2025 23:37 MSK
  • Page Version ID: 1254769193

Please remember to check with your standards guide or professor’s guidelines for the exact syntax to suit your needs.

Citation styles for "FAQ"

APA style

Институт НеоКода (2009). FAQ. Институт НеоКода – Новый код НЛП. Retrieved 23:37, 15 October, 2025 from http://newcode.ru/doku.php?id=faq&rev=1254769193.

MLA style

“FAQ.” Институт НеоКода – Новый код НЛП. 5 Oct 2009, 22:59 MSD. 15 Oct 2025, 23:37 <http://newcode.ru/doku.php?id=faq&rev=1254769193>.

MHRA style

Институт НеоКода, ‘FAQ’, Институт НеоКода – Новый код НЛП, 5 October 2009, 22:59 MSD, <http://newcode.ru/doku.php?id=faq&rev=1254769193> [accessed 15 October 2025]

Chicago style

Институт НеоКода, “FAQ,” Институт НеоКода – Новый код НЛП, http://newcode.ru/doku.php?id=faq&rev=1254769193 (accessed October 15, 2025).

CBE/CSE style

Институт НеоКода. FAQ [Internet]. Институт НеоКода – Новый код НЛП; 2009 Oct 5, 22:59 MSD [cited 2025 Oct 15]. Available from: http://newcode.ru/doku.php?id=faq&rev=1254769193.

Bluebook style

FAQ, http://newcode.ru/doku.php?id=faq&rev=1254769193 (last visited October 15, 2025).

AMA style

Институт НеоКода. FAQ. Институт НеоКода – Новый код НЛП. October 5, 2009, 22:59 MSD. Available at: http://newcode.ru/doku.php?id=faq&rev=1254769193. Accessed October 15, 2025.

BibTeX entry

 @misc{ wiki:xxx,
   author = "Институт НеоКода",
   title = "FAQ --- Институт НеоКода – Новый код НЛП",
   year = "2009",
   url = "http://newcode.ru/doku.php?id=faq&rev=1254769193",
   note = "[Online; accessed 15-October-2025]"
 }

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 = "Институт НеоКода",
   title = "FAQ --- Институт НеоКода – Новый код НЛП",
   year = "2009",
   url = "\url{http://newcode.ru/doku.php?id=faq&rev=1254769193}",
   note = "[Online; accessed 15-October-2025]"
 }