Module:Data Table/Tags: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
local frame = mw.getCurrentFrame()
local frame = mw.getCurrentFrame()


local playerName
local playerNameOutput
local function playerName()
local function playerName()
return playerName or frame:expandTemplate({
return playerNameOutput or frame:expandTemplate({
title = "Player Name"
title = "Player Name"
})
})