×
Create a new article
Write your page title here:
We currently have 6 articles on NOISZ Wiki. Type your article name above or click on one of the titles below and start writing!



NOISZ Wiki
6Articles

Module:Character Infobox

Revision as of 12:53, 3 June 2025 by RiceEmpress (talk | contribs)

Documentation for this module may be created at Module:Character Infobox/doc

if args.eye_colour or args.hair_colour or args.height then
		infobox:addHeader( 'Physical' )
		for _, row in ipairs(physical) do
			local label, value = row[1], row[2]
			if value then
           		infobox:addRow(label, value)
			end
		end
	end