10,731
edits
TheNightAvl (talk | contribs) (Added categorisation) |
TheNightAvl (talk | contribs) mNo edit summary |
||
Line 33: | Line 33: | ||
end | end | ||
local to_Return = "" | local to_Return = "[" | ||
if args["prep"] then | |||
to_Return = to_Return .. "[[" .. args["prep"] .. "#" .. l_data[args["l"]].name .. "|" .. args["prep"] .. "]] " | |||
end | |||
if colour then | if colour then | ||
to_Return = " | to_Return = to_Return .. "<span style=\"background-color: #" .. colour .. ";\">+" .. label .. "</span>]" | ||
else | else | ||
to_Return = " | to_Return = to_Return .. "+" .. label .. "]" | ||
end | end | ||