A couple templates I've been using on the wikia. Will update as needed, just need a place to put these.
-Card : Displays a card image, with a link to the card page. Really simple, but repetitive. Code is {{Card|CARDNAME}}
-Card3 : Used to put 3 cards in a row. Needed for formatting. Can also show 1 or 2 cards in same formatting if 2nd or 3rd variable is ignored. Uses an invisible table, so will get shoved down if there's a CardInfobox to its right for example. Code: {{Card3|CARD1|CARD2|CARD3}}
-CardInfobox : Infobox for cards. That's it, just a couple of the labels renamed. Uses outdated infobox template, but new version looks super crappy displaying card info. Check page if you want code. Ton of variables.
-Rollover : Uses first part of hover CSS. Really glitchy and works weirdly. Use in other template.(don't use by itself.) Meant for use on images, I forced it onto text.
-CardHover : Uses all hover CSS stuff. When you Hover over a card link that uses this template, a popup of the card appears to the right. Can repurpose some of this code into "spoiler text" if it's necessary. Code: {{CardHover|CARDNAME}}
-TabLine : Used for sortable tables with 4 values. Code: {{TabLine|CARDNAME|Mana Cost(#)|Rarity|Type}}