I'm using this website which is powered by MediaWiki, my problem is that I'm trying to reference the bibliography in elegant way following the procedure explained in the Help:Footnotes, but the references rendering isn't working at all.
can you please tell me how to render my bibliography in elegant way?
{{#tag:ref|...{{tc}}...{{{1}}}...}}
{|class=wikitable
|
:The only reference to Excel For Dummies.<ref>Excel For Dummies, First Edition, Hungry Minds, Inc., 1980.</ref>
:The first reference to Perry's Handbook.<ref name="Perry">Perry's Handbook, Sixth Edition, McGraw-Hill Co., 1984.</ref>
:The second reference to Perry's Handbook.<ref name="Perry"/>
:The third reference to Perry's Handbook.<ref name="Perry"/>
|}
{|class=wikitable
|
<references/>
|}
also tried:
<ref>{{cite book
|author1-last=Clément
|author1-first= Serge
|author2-last=Rolland
|author2-first=Christine
|author3-last=Thoer-Fabre
|author3-first=Christine
|title=Usages, normes, autonomie : analyse critique de la bibliographie concernant le vieillissement de la population
|url=https://halshs.archives-ouvertes.fr/halshs-00142514
|year=2007
|publisher=PARIS: Plan Urbanisme Construction Architecture
|isbn=2-11-085689-0
|page=240 }}</ref>
You need to activate the extension Cite, which is bundled with MediaWiki in LocalSettings.php
:
wfLoadExtension( 'Cite' );