Hi all,
I hope this is the right place to post this. Currently having some issues with a new template I'm trying to create - it simply won't display the text entered into a parameter and I'm at a loss for why.
The code I have at the moment is as follows:
{{#if:{{{name|}}}|<ref name="{{{name|}}} speculation" group="speculation">This statement is speculation and should not be relied upon. It has not been confirmed by any official sources, but has been {{#if:{{{link|}}}|[{{{link}}} reported]|reported}} by {{{name}}}, who is considered a reliable insider by the community.</ref>|<ref name="speculation" group="speculation">This statement is speculation and should not be relied upon. It has not been reported by any official source, but is considered widespread knowledge in the fan community.</ref>}}I would expect the following usage:
{{Speculation|name=Haecandrome|link=https://community.fandom.com/wiki/User:Haecandrome}}To result in the following text to be shown in the reflist:
"This statement is speculation and should not be relied upon. It has not been confirmed by any official sources, but has been reported by Haecandrome who is considered a reliable insider by the community."
However, at the moment it results in:
"This statement is speculation and should not be relied upon. It has not been confirmed by any official sources, but has been reported by {{{name}}}, who is considered a reliable insider by the community."
Anyone have any idea why the parameter isn't being filled in? I'm sure it's probably a very obvious error but I can't figure it out for the life of me. I'd be very appreciative of any pointers.
Thanks!
