\documentclass[ngerman]{scrartcl}
\usepackage{filecontents}
\begin{filecontents}{\jobname.bib}
@INREFERENCE{schneider:62,
author = {Bernd Christian Schneider},
title = {Konzil},
booktitle = {Die Religion in Geschichte und Gegenwart. Handbuch für Theologie und Religionswissenschaft},
year = {1962},
pages = {1656-1667},
edition = {6},
pagination ={column},
bookpagination = {column},
address = {Tübingen}
}
\end{filecontents}
\usepackage[latin9]{inputenc}
\usepackage{babel,csquotes}
\usepackage[backend=biber,
style=authortitle-dw,
firstfull=true
]{biblatex}
\addbibresource{\jobname.bib}
\begin{document}
Lorem ispum dolor sit amet.\footcite[1661]{schneider:62}
\nocite{*}
\printbibliography
\end{document}
Bin für jede Hilfe dankbar!
Beste Grüße
Splendor

