#Template for footnotes not working properly
36 messages · Page 1 of 1 (latest)
How is exactly that??
Should I put {{{reflist|1=}}} inside the template or in the pages?
In the pages where you are quoting/referencing
Between 1= and }}} you add the reference.
That works the same way
It should be something like this: <code>{{Notefoot|1= Example}}</code> ?
No. Without <code>
I was trying to enclose the code with the wiki syntax, but it seems that it doesn't work in here Discord.
Just use {{{notefoot|1=.......}}}
Okay.
Use the back tick. `
Hold up. I just noticed that you are putting {{{notefoot|1=.......}}} and not {{notefoot|1=.......}}
Oops, that's my mistake
Really weird that templates doesn't work with triple brackets
Corrected them, but still shows this:
Link to that page you show me?
Maybe <ref group> should not be inside a template...
...Or maybe I should replace {{{1}}} by a code word, maybe just {{{Note|}}}, not sure...
https://gaulpedix.miraheze.org/wiki/Template:Notefoot
Normally you use that code directly in the pages
<ref group="lower-greek"><span style="font-family:RobotoCondensed-Italic;">{{{1}}}</span></ref>
Lower-greek isn't a setting, but a name for that group of notes.
Yes, I tend to use greek letters for footnotes. That difference them from the normal references.
What should I change?
Where did you get this code?
well from Wikimedia Help: Cite page.
Cite makes it possible to add footnotes to a page.
See the page on the Cite extension for technical details.
If you use the code on the page directly, does it work?
<ref group="lower-greek"><span style="font-family:RobotoCondensed-Italic;">TEXT</span></ref>
I never used this code before. Always used {{reflist|group=lower-greek|1=TEXT}}
https://en.m.wikipedia.org/wiki/Template:Reflist#Predefined_groups ... this shows how to use lower Greek pre defined
<span style="font-family:RobotoCondensed-Italic;"> is for the text formatting I intend to apply for the footnotes.
<ref> doesnt work in templates, u need to use it in {{#tag:ref parser format
{{#tag:ref
|{{{1}}}
|group=lower-greek
}}