We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!

Template talk:Code

From The Cutting Room Floor
Jump to navigation Jump to search

What is the purpose of this template? HTML already has <code> or <pre> and MediaWiki already treats anything indented as code:

   Test:
       xor a
       jp $3562, z
       ret

-- Sanky-sig.gif Sanky ~ talk 07:21, 13 June 2012 (EDT)

see the difference:

   Test:
       xor a
       jp $3562, z
       ret

and at least on IE, right side of PRE bounding box is goes under all elements from the right, images, videos, bobs... I was tried to make the same pre inside table bounding box but with one simple command ;)--Cah4e3 12:19, 13 June 2012 (EDT)

Well, how about this? If you notice it breaks anything, I'll reset it, but I'm fine with experimenting a little. --Sanky-sig.gif Sanky ~ talk 14:49, 13 June 2012 (EDT)
perfect ;) now I need to remove all these tables lol--Cah4e3 16:09, 13 June 2012 (EDT)