Template:Efn/testcases: Difference between revisions
Appearance
Content deleted Content added
No edit summary Tags: Reverted Mobile edit Mobile web edit |
←Blanked the page Tags: Blanking Reverted Mobile edit Mobile web edit |
||
Line 1: | Line 1: | ||
== Testing main template == |
|||
Using full citations in footnotes: |
|||
{{markup|<nowiki> |
|||
Some information.<ref name=Smith2009>{{cite book|last=Smith|year=2009|title=Smith's book}}</ref> More information.{{efn|A clarification.<ref name=Smith2009/>}} |
|||
==Notes== |
|||
{{notelist}} |
|||
==References== |
|||
{{reflist}} |
|||
</nowiki>| |
|||
Some information.<ref name=Smith2009>{{cite book|last=Smith|year=2009|title=Smith's book}}</ref> More information.{{efn|A clarification.<ref name=Smith2009/>}} |
|||
{{fake heading|Notes}} |
|||
{{reflist|group=lower-alpha|close=1}}<!-- Notelist does not support "close"; nor should it, outside of doc pages--> |
|||
{{fake heading|References}} |
|||
<references/> |
|||
}} |
|||
Using {{sfnote}}: |
|||
{{markup|<nowiki> |
|||
Some information.{{sfn|Smith|2010|p=1}} More information.{{efn|A clarification.{{sfn|Smith|2010|p=2}}}} |
|||
==Notes== |
|||
{{notelist}} |
|||
==Citations== |
|||
{{reflist}} |
|||
==References== |
|||
* {{citation|last=Smith|year=2010|title=Smith's book}} |
|||
</nowiki>| |
|||
Some information.{{sfn|Smith|2010|p=1}} More information.{{efn|A clarification.{{sfn|Smith|2010|p=2}}}} |
|||
{{fake heading|Notes}} |
|||
{{reflist|group=lower-alpha|close=1}}<!-- Notelist does not support "close"; nor should it, outside of doc pages--> |
|||
{{fake heading|Citations}} |
|||
{{reflist|close=1}} |
|||
{{fake heading|References}} |
|||
* {{citation|last=Smith|year=2010|title=Smith's book}} |
|||
}} |