View source for Module:Infobox video game awards
MyWikiBiz, Author Your Legacy — Sunday June 22, 2025
Jump to navigationJump to searchYou do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
require('Module:No globals')
local getArgs = require('Module:Arguments').getArgs
local p = {}
local function award(builder, text)
builder:tag('td')
:attr('class', 'dt')
:css('font-weight', 'bold')
:css('vertical-align', 'middle')
:css('text-align', 'center')
:wikitext(text)
end
local function won(builder, text)
builder:tag('td')
:css('vertical-align', 'middle')
:css('text-align', 'center')
:css('background-color', '#9F9')
:wikitext(text)
end
000
1:0
Template used on this page:
Return to Module:Infobox video game awards.