View source for Module:AfC
MyWikiBiz, Author Your Legacy — Friday June 20, 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.
local p = {}
local diffString = '[[Special:Diff/%s|%s]]'
function p.row(frame)
local status = frame.args.s
local title = frame.args.t
local short = p.shorttitle(title, 40)
local size = frame.args.z
local modified_by = frame.args.mr
local modified_at = frame.args.md
local old_id = frame.args.mi
local special_user = frame.args.sr
local special_time = frame.args.sd
local special_id = tonumber(frame.args.si)
local display_notes = tonumber(frame.args.n)
local rowtemplate = "<tr style=\"background-color:%s\">%s</tr>"
local colorthing = p.color(status, false)
local cols = {
string.format('<td>[[:%s|%s]]</td>', title, short),
string.format('<td data-sort-type="number" data-sort-value="%d">%.1f kB</td>', size, size / 1000)
000
1:0
Templates used on this page:
Return to Module:AfC.