MTG Wiki
Advertisement

Sweet, deck tags are up. And what did you change to get <card> as a reckognized tag? What file is this (I take it, not one I can access). Could you change color to brown. Also, Gatherer is the best autocard, if you can use it. Maybe you could make Voice of All do all that Voice of All can do, which should be pretty easy. Then I can delete the template, since <card> is better b/c it has no dummy window and is not pop-up blocked.Voice of AllTalk 09:17, 11 April 2006 (CDT)

Wait a sec, what's the "official" method for card-linking now? I'd like to update the MTG Salvation Wiki:Manual of Style with the correct info. --Binary 09:21, 11 April 2006 (CDT)
Several pages are tagged with {{c| and }} after the card name, those will have to be updated, but since WoTC Gatherer has orracle text it is better than the one launched by <CARD>. CARD works great in that it is very direct and does not get caught up in popup blocking. I suggest that you shorted the card tag to just CD, like <CD></CD> and make it open the window like {{c| tagging:
----
var cardvwin = window.open("http://gatherer.wizards.com/gathererlookup.asp?set=&name=" + target,
             "CardviewMTGSwin:" + target,
             'width=800,height=600,scrollbars');
----
Where "target" is the card name. You can also add the (c) thing at the end of CARD tagged cards, that would link to:
----
location.href = 'http://www.moxdiamond.com/index.php?page=702&min=0&cardname=' + target;
----

The code I posted here is straight from MediaWiki:monobook.js. Also, see Legacy (Format)Voice of AllTalk 11:30, 11 April 2006 (CDT)

Personally I hate the (c) thing it looks terrible and no one is going to use it. People can find their own combo's. Sneakyhomunculus 11:32, 11 April 2006 (CDT)

Translations: technical problems[]

ą, ę, ś, ć, ż, ,ź ,ń ł, ó.

Thanks for fixing it. :-) MORT (T) 19:37, 6 May 2007 (UTC)

Deck Lists[]

Hi There! I posted a question on the administrators' noticeboard (for lack of somewhere better to put it) asking about how to make the decklists using the <deck title="Dragonstorm"> type formatting. I ask because I'd really like to implement this on my own (private) wiki which I use to keep track of lots of different notes and information that I make, and would love to keep track of my own Magic decks there. Magic Mage replied on my talk page and said either you or VoiceOfAll were the best to ask about this. I posted a message on VoiceOfAll's talk page, but didn't get a response so now I'm asking you. Any help is appreciated. --Stoz 00:44, 10 September 2007 (UTC)

Advertisement