הצגת המקור של הדף "יחידה:פרמטרים"
קפיצה לניווט
קפיצה לחיפוש
אין באפשרותך לערוך את הדף הזה, מהסיבה הבאה:
באפשרותך לצפות בקוד המקור של הדף הזה ולהעתיקו.
-- This function is used for תבנית:הערה parameters control
function equal(frame)
local pframe = frame:getParent()
type = mw.ustring.sub(pframe:getTitle(), 7)
oldargs = pframe.args
local newargs = {}
local kinds = frame.args
local stop
for p, pp in pairs(oldargs) do
stop = false
if tostring(p) == tostring(kinds[1]) and newargs[p] == nil then
newargs[p] = pp
stop = true
elseif tostring(p) == tostring(kinds[1]) then
equalerror("תוכן כפול: " .. newargs[p] .. " וגם " .. pp)
stop = true
else
for z, zz in ipairs(kinds) do
if tostring(p) == tostring(zz) then
newargs[p] = pp
000
1:0
תבנית המופיעה בדף זה:
חזרה לדף יחידה:פרמטרים.