Module:template: Difference between revisions

Jump to navigation Jump to search
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 3: Line 3:
local function make_template(frame, nested)
local function make_template(frame, nested)
local args = (frame:getParent() and frame:getParent().args) or frame.args
local args = (frame:getParent() and frame:getParent().args) or frame.args
local out = {"&#123;&#123;", (nested and "<code>") or "", args[1]}
local out = {"&#123;&#123;", (nested and "") or "<code>", args[1]}
local i = 2
local i = 2
while args[i] do
while args[i] do

Navigation menu