Module:QuestList: Difference between revisions
no edit summary
mNo edit summary |
No edit summary |
||
Line 33:
:addClass('wikitable quest-table sortable align-center-2 align-left-3')
:css{
['width'] = '
}
:attr{ cellspacing = '3' }
Line 62:
:done()
:tag('td')
:css{
['width'] = '100px'
}
:wikitext( parse.difficulty_func( tostring( quest['Difficulty']) ) )
:done()
:tag('td')
:css{
['width'] = '55%'
}
:IF(quest['Requirements'])
:tag('div')
|