View source for Module:AfC

MyWikiBiz, Author Your Legacy — Friday June 20, 2025
Jump to navigationJump to search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in one of the groups: Users, vuser.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

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)
 
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
000
1:0
Debug console
* The module exports are available as the variable "p", including unsaved modifications. * Precede a line with "=" to evaluate it as an expression or use print(). Use mw.logObject() for tables. * Use mw.log() and mw.logObject() in module code to send messages to this console.

Return to Module:AfC.