Template:ReferenceEntry

From Ediaqi Wiki
Revision as of 11:08, 23 January 2025 by Ular.palmiste (talk | contribs) (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....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

```mediawiki

{{{author}}} ({{{year}}}). {{{title}}}. {{{publisher}}}. {{{other}}}. 
```
**Explanation:**

* `

`: 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 `` will help us later to call the reference.