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