Template:ReferenceEntry: Difference between revisions
(Created page with "```mediawiki <div class="citation"> '''{{{author}}}''' ({{{year}}}). ''{{{title}}}.'' {{{publisher}}}. {{{other}}}. <span class="citation-name" style="display:none;">{{#if:{{{name|}}}|{{anchorencode:{{{name}}}}}}}</span> </div> ``` **Explanation:** * `<div class="citation">`: Wraps each citation in a `div` for potential styling later. * `'''{{{author}}}'''`, `({{{year}}})`, etc.: These are template parameters that will be filled in when you use the template....") |
m (Replaced content with " <div class="citation"> </div>") Tag: Replaced |
||
Line 1: | Line 1: | ||
<div class="citation"> | <div class="citation"> | ||
</div> | </div> | ||