אונטערשייד צווישן ווערסיעס פון "יחידה:תבנית חוזרת"

תבנית>מוסטער
ק (ביטול גרסה 31948648 של עלי: גלגול לגרסה קודמת עד לביצוע בדיקות רגרסיה)
 
(תבנית>מוסטער)
 
(איין צווישנדיגע ווערסיע פונעם זעלבן באַניצער נישט געוויזן)
שורה 2: שורה 2:


function p.parse( frame )
function p.parse( frame )
local template = frame.args['תבנית']
local template = frame.args['מוסטער']
local i = 0
local i = 0
local req_params = {}
local req_params = {}
שורה 48: שורה 48:
function p.invoker( frame )
function p.invoker( frame )
local res = {}
local res = {}
local template = frame.args['תבנית']
local template = frame.args['מוסטער']
local templateParams = {}
local templateParams = {}
for k, v in pairs(frame.args) do
for k, v in pairs(frame.args) do
if k~='תבנית' then
if k~='מוסטער' then
templateParams[k] = v
templateParams[k] = v
end
end