HowToAddReferences: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div style="border: 1px solid #ccc; padding: 1em; background-color: #f9f9f9;"> | |||
'''Contribute a Reference''' | |||
You can add references in two ways - one simple and one more advanced. Please choose the one that works best for you: | You can add references in two ways - one simple and one more advanced. Please choose the one that works best for you: | ||
➤ Option A: Simple Contribution | '''➤ Option A: Simple Contribution (Fast & Easy)''' | ||
This workflow adds a reference directly in the theme page (without BibTeX) | This workflow adds a reference directly in the theme page (without BibTeX) | ||
Click and scroll in any of the Bibliography pages and: | Click and scroll in any of the Bibliography pages and: | ||
* Add your reference under the correct letter in the alphabetical list. | |||
Add your reference under the correct letter in the alphabetical list. | |||
Please use this format: | Please use this format: | ||
<nowiki> | |||
AuthorLast, First. Year. "Title." ''Journal or Source''. Date. [Link] | AuthorLast, First. Year. "Title." ''Journal or Source''. Date. [Link] | ||
</nowiki> | |||
➤ Option B: Structured Entry | |||
'''➤ Option B: Structured Entry (For wiki editors / advanced users)''' | |||
This workflow creates a unique reference page with BibTeX that can be simply copied. | This workflow creates a unique reference page with BibTeX that can be simply copied. | ||
1. Create a new page: | 1. Create a new page: | ||
<nowiki>Bibliography/References/Lastname_Year_Title</nowiki> | |||
2. Use this template: | 2. Use this template: | ||
<pre> | |||
== Title == | == Title == | ||
'''Author.''' Year. [Link] ''Journal or Source''. Date. | '''Author.''' Year. [Link] ''Journal or Source''. Date. | ||
| Line 35: | Line 42: | ||
url = {Link} | url = {Link} | ||
} | } | ||
3. | </pre> | ||
</pre> | |||
3. Instead of writing out the reference for the Bibliography theme page, please add instead the reference to the unique page: | |||
<nowiki>{{:Bibliography/References/Lastname_Year_Title}}</nowiki> | |||
</div> | |||
Many thanks ⚡️ | Many thanks ⚡️ | ||
And, remember if you add references to the list, you can add your name to the list of Contributors. | |||
Revision as of 02:50, 30 March 2025
Contribute a Reference
You can add references in two ways - one simple and one more advanced. Please choose the one that works best for you:
➤ Option A: Simple Contribution (Fast & Easy)
This workflow adds a reference directly in the theme page (without BibTeX)
Click and scroll in any of the Bibliography pages and:
- Add your reference under the correct letter in the alphabetical list.
Please use this format:
AuthorLast, First. Year. "Title." ''Journal or Source''. Date. [Link]
➤ Option B: Structured Entry (For wiki editors / advanced users)
This workflow creates a unique reference page with BibTeX that can be simply copied.
1. Create a new page:
Bibliography/References/Lastname_Year_Title
2. Use this template:
== Title ==
'''Author.''' Year. [Link] ''Journal or Source''. Date.
''Themes:'' [[Category:YourTheme1]], [[Category:YourTheme2]]
=== BibTeX ===
<pre>
@article{LastnameYearTitle,
author = {First Last},
title = {Title},
journal = {Journal},
year = {Year},
url = {Link}
}
3. Instead of writing out the reference for the Bibliography theme page, please add instead the reference to the unique page: {{:Bibliography/References/Lastname_Year_Title}}
Many thanks ⚡️
And, remember if you add references to the list, you can add your name to the list of Contributors.