#Template for footnotes not working properly

36 messages · Page 1 of 1 (latest)

bright ether
#

You need to link to the template/page on your wiki

#

But normally you need to write {{{reflist|1=}}} for that to work.

night glacier
night glacier
bright ether
#

In the pages where you are quoting/referencing
Between 1= and }}} you add the reference.

bright ether
#

That works the same way

night glacier
#

It should be something like this: <code>{{Notefoot|1= Example}}</code> ?

bright ether
#

No. Without <code>

night glacier
bright ether
#

Just use {{{notefoot|1=.......}}}

night glacier
#

Okay.

bright ether
#

Use the back tick. `

night glacier
#

Hold up. I just noticed that you are putting {{{notefoot|1=.......}}} and not {{notefoot|1=.......}}

bright ether
#

Oops, that's my mistake

night glacier
#

Really weird that templates doesn't work with triple brackets

bright ether
#

Only 2

#

Sorry

night glacier
#

Corrected them, but still shows this:

bright ether
#

Link to that page you show me?

night glacier
#

Maybe <ref group> should not be inside a template...

#

...Or maybe I should replace {{{1}}} by a code word, maybe just {{{Note|}}}, not sure...

bright ether
night glacier
#

What should I change?

bright ether
#

Where did you get this code?

night glacier
#

well from Wikimedia Help: Cite page.

bright ether
#

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}}

night glacier
#

<span style="font-family:RobotoCondensed-Italic;"> is for the text formatting I intend to apply for the footnotes.

young pumice
#

<ref> doesnt work in templates, u need to use it in {{#tag:ref parser format

{{#tag:ref
|{{{1}}}
|group=lower-greek
}}
night glacier
#

In this page, I just paste the raw {{reflist}} parameter, and works with no problem.

#

Compare it with the notefoot screenshot I just passed previously.