I am trying to make a poll exactly like this one, as pictured below
https://mtwabv.fandom.com/wiki/Victor_Walker.
I have figured out that it links back to a poll discussion post so I've made one of those and adapted their Poll template to fit my own wiki. I have also managed to get it in the right place on my home page. This is their template, and the second image is mine.
Template:Poll | My Three Beautiful Wives Are Vampires Wiki | Fandom
My template is exactly the same format aside from the difference in color and
Linking to my discussion post rather than theirs, but my poll itself won't show up. For further reference I will copy in both of the templates. Theirs:
<div style="padding: 0.4em 1em; border: 3px solid #d21f3c; color: white; border-radius: 8px; background: #2a0101">
<h1 style="text-align: center;">Poll</h1>
<hr style="margin-top: 20px; margin-bottom: 20px; width: 90%; border: 0; height: 4px; background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(210, 31, 60), rgba(255, 255, 255, 0));">
<div class="discussions-poll" data-thread-id="4400000000000028666" style="margin-bottom: 10px;">
[https://my-three-beautiful-wives-are-vampires.fandom.com/f/p/4400000000000028666 Click here to participate in Poll]
</div>
</div>
<!-- Credit to: ThunderGod95 -->
And mine:
<div style="padding: 0.4em 1em; border: 3px solid #F2C165; color: yellow; border-radius: 8px; background: #36452E">
<h1 style="text-align: center;">Poll</h1>
<hr style="margin-top: 20px; margin-bottom: 20px; width: 90%; border: 0; height: 4px; background-image: linear-gradient(to right, rgba(54, 69, 46, 1), rgb(242, 193, 101), rgba(54, 69, 46, 1));">
<div class="discussions-poll" data-thread-id="4400000000000031812" style="margin-bottom: 10px;">
[https://dual-cultivation-god-returns.fandom.com/f/p/4400000000000031812 Click here to participate in Poll]
</div>
</div>
<!-- Credit to: ThunderGod95 -->
In addition to the poll itself not showing up, I do not know how to get it to show up on the right sidebar of pages that are not the homepage.
Thanks in advance.