Modul:Citation/CS1/Arguments: Perbedaan antara revisi
Konten dihapus Konten ditambahkan
. |
kTidak ada ringkasan suntingan |
||
Baris 4:
function c.build_whitelist( frame )
local title = mw.title.new( "
local source = title:getContent();
Baris 39:
end
title = mw.title.new( "
source = title:getContent();
for s in source:gmatch( "%sparameters%s*=%s{(.-)}" ) do
Baris 55:
end
cfg = require( "
for k, v in pairs( cfg.aliases ) do
if type( v ) == 'table' then
|