Module:QuestDetails: Difference between revisions
no edit summary
No edit summary |
No edit summary |
||
Line 11:
local requirements;
if (args[
requirements = args[
else
requirements = 'None'
Line 30:
:tag( 'td' )
:tag('p')
:wikitext( args[
:done()
:attr('style', 'max-width:85%; width:auto; padding-left: 1em; padding-right: 2em;')
Line 51:
:done()
if (args[
table
:tag( 'tr' )
Line 62:
:tag( 'td' )
:tag('p')
:wikitext( args[
:done()
:attr('style', 'max-width:85%; width:auto; padding-left: 1em; padding-right: 2em;')
Line 69:
end
if (args[
table
:tag( 'tr' )
Line 80:
:tag( 'td' )
:tag('p')
:wikitext( args[
:done()
:attr('style', 'max-width:85%; width:auto; padding-left: 1em; padding-right: 2em;')
|