De Muysc cubun - Lengua Muisca
(Página creada con «local p = {} function p.render(frame) local args = frame:getParent().args -- Variable de la plantilla que quieres revisar local clase = mw.text.trim(args.clas…») |
m |
||
| Línea 2: | Línea 2: | ||
function p.render(frame) | function p.render(frame) | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
local pageName = mw.title.getCurrentTitle().text | local pageName = mw.title.getCurrentTitle().text | ||
| + | local output = {} | ||
| − | + | for i = 1, 6 do | |
| − | + | table.insert(output, pageName) | |
| − | |||
end | end | ||
| − | + | return table.concat(output, " ") | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
end | end | ||
return p | return p | ||
Revisión del 20:05 24 mar 2026
La documentación para este módulo puede ser creada en Módulo:Conjugador/doc
local p = {}
function p.render(frame)
local pageName = mw.title.getCurrentTitle().text
local output = {}
for i = 1, 6 do
table.insert(output, pageName)
end
return table.concat(output, " ")
end
return p
