View source for Module:Bestiary/Sandbox
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reason:
You can view and copy the source of this page.
local p = {}
local yesno = require('Module:Yesno')
local pt = require('Module:Paramtest')
local enum = require('Module:Enum')
local pagelisttools = require('Module:PageListTools')
local avg = require('Module:Average_drop_value/Sandbox')
local curr = require('Module:Currency')._amount
local pageswithcats = pagelisttools.pageswithcats
local smwstats = {}
-- Formats a table header
function p.header(tbl, verbose)
local tr = tbl:tag('tr')
:tag('th'):addClass('unsortable'):node(''):done()
:tag('th'):css('text-align', 'left'):wikitext('Monster'):done()
:tag('th'):wikitext('[[File:Member icon.png|link=|Members]]'):done()
:tag('th'):wikitext('[[File:Attack style icon.png|link=|Combat level]]'):done()
:tag('th'):wikitext('[[File:Hitpoints icon.png|link=|Hitpoints]]'):done()
000
1:0
Template used on this page:
Return to Module:Bestiary/Sandbox.