Module:QuestDetails: Difference between revisions

78 bytes added ,  Yesterday at 22:02
no edit summary
No edit summary
No edit summary
Line 11:
local requirements;
if (args[2'requirements']) then
requirements = args[2'requirements']
else
requirements = 'None'
Line 30:
:tag( 'td' )
:tag('p')
:wikitext( args[1'start_point'] )
:done()
:attr('style', 'max-width:85%; width:auto; padding-left: 1em; padding-right: 2em;')
Line 51:
:done()
if (args[3'recommended']) then
table
:tag( 'tr' )
Line 62:
:tag( 'td' )
:tag('p')
:wikitext( args[3'recommended'] )
:done()
:attr('style', 'max-width:85%; width:auto; padding-left: 1em; padding-right: 2em;')
Line 69:
end
if (args[4'enemies']) then
table
:tag( 'tr' )
Line 80:
:tag( 'td' )
:tag('p')
:wikitext( args[4'enemies'] )
:done()
:attr('style', 'max-width:85%; width:auto; padding-left: 1em; padding-right: 2em;')
549

edits