Template:ReferenceEntry: Difference between revisions

From Ediaqi Wiki
(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:
```mediawiki
 
  <div class="citation">
  <div class="citation">
'''{{{author}}}''' ({{{year}}}). ''{{{title}}}.'' {{{publisher}}}. {{{other}}}. <span class="citation-name" style="display:none;">{{#if:{{{name|}}}|{{anchorencode:{{{name}}}}}}}</span>
 
  </div>
  </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.
*  The line with `{{#if:{{{name|}}}|{{anchorencode:{{{name}}}}}}}` will help us later to call the reference.

Latest revision as of 11:31, 23 January 2025