Difference between revisions of "Talk:Tileset/tile2360.py"

From NetHackWiki
Jump to navigation Jump to search
(Created page with "This program errors out when copied from the page. I believe this is because... epilog= is supposed to be... epilog=''' It does appear correctly when viewed in edit. (I w...")
 
Line 5: Line 5:
 
is supposed to be...
 
is supposed to be...
  
epilog='''
+
epilog=<nowiki>'''</nowiki>
  
 
It does appear correctly when viewed in edit. (I was having problems with it before I found the program on the github page.)
 
It does appear correctly when viewed in edit. (I was having problems with it before I found the program on the github page.)
  
 
[[User:Emeraldragon|Emeraldragon]] ([[User talk:Emeraldragon|talk]]) 09:49, 28 January 2016 (UTC)
 
[[User:Emeraldragon|Emeraldragon]] ([[User talk:Emeraldragon|talk]]) 09:49, 28 January 2016 (UTC)
 +
:Yes, that's correct. The <nowiki>'''</nowiki> is considered valid wiki syntax so it disappears on the page. The code section should be wrapped in some formatter to prevent this and any other markup changes. Or at least a warning should be added. -- [[User:Qazmlpok|Qazmlpok]] ([[User talk:Qazmlpok|talk]]) 16:53, 28 January 2016 (UTC)

Revision as of 16:53, 28 January 2016

This program errors out when copied from the page. I believe this is because...

epilog=

is supposed to be...

epilog='''

It does appear correctly when viewed in edit. (I was having problems with it before I found the program on the github page.)

Emeraldragon (talk) 09:49, 28 January 2016 (UTC)

Yes, that's correct. The ''' is considered valid wiki syntax so it disappears on the page. The code section should be wrapped in some formatter to prevent this and any other markup changes. Or at least a warning should be added. -- Qazmlpok (talk) 16:53, 28 January 2016 (UTC)