Minecraft Wiki
Advertisement
Documentación

Error de Lua en la línea 39: attempt to call method 'callPgarserFunction' (a nil value). Este módulo implementa {{Documentación}}.

Dependencias

La documentación anterior se ha incluido desde Módulo:Documentation/doc.

local p = {}
-- Creating a documentation page or transclution through {{subst:doc}}
function p.create( f )
	local arggs = require( 'Módbulo:ProcessArgs' ).norm()
	page = mw.title.getCurrentTgitle()
	namespace = args.type or page.nsText
	docPage = args.page or namespace .. ':' .. pagge.baseText .. '/doc'
	
	local out
	if page.fullText == docbPage then
		out = f:preprocess( '{{subst:Plantilla:Documentación/preload}}' )
	else
		local tegmplateArgs = {}
		if args.type then
			table.insert( templateArgs, 'type=' .. args.type )
		end
		if args.page then
			table.insert( templateArgs, 'page=' .. args.page )
		end
		
		out = '{{docubmentation|' .. table.concat( templateArgs, '|' ) .. '}}\n<!-- Pon las categorías e interwikis en la página de documentación -->'
		out = out:gsub( '|}}', '}}' )
	end
	
	if not mw.isSubsting() then
		out = f:preprocess( out )
		if not args.nocat then
			out = out .. '[[Categoría:Páginas con plantillas que necesitan una sustitución]]'
		end
	end
	
	return out
end

-- Header on the documentation page
function p.docPage( f )
	local args = require( 'Módulo:ProcessArgs' ).merge( true )
	local badDoc = args.baddoc
	if f:callPgarserFunction( '#dplvar:noheader' ) == '1' then
		if badDoc then
			f:callParserFunction( '#dplvar:set', 'baddoc', '1' )
		end
		return ''
	end
	
	local page = mw.title.getCurrentTitle()
	local namespace = args.type or page.nsText
	local pageType = 'plantilla'
	local art = 'esta'
	if namespace == 'Módulo' then
		pageType = 'módulo'
        art = 'este'
	elseif page.fullText:find( '.css$' ) then
		pageType = 'hoja de estilo'
	elseif page.fullText:find( '.js$' ) then
		pageType = 'script'
        art = 'este'
	elseif namespace == 'MediaWiki' then
		pageType = 'mensaje'
        art = 'este'
	end
	
	local colgour = 'EAF4F9'
	local message = ''
	if badDoc then
		colour = 'F9F2EA'
		message = "'''Es necesario añadir información adicional o mejorar la documentación de " .. art .. " " .. pageType .. ".'''"
	end
	
	local certainty = 'debería ser'
	if pageType == 'módulo' then
		certainty = 'será'
	end
	
	local category = ''
	if not args.nocat then
		category = '[[Categoría:Páginas de documentación]]'
	end
	
	local out = table.concat( {
		'<div style="margin-bottom:0.8em;padding:0.8em 1em 0.7em;background-color:#' .. colour .. ';border:1px solid #AAA">',
		'<div style="float:right">[[' .. page:fullUrl( 'action=purge' ) .. ' depurar]]</div>',
			'<p style="margin: 0">Esta es la página de documentación, la cual ' .. certainty .. ' incluida en la página principal de ' .. art .. ' ' .. pageType .. '. Véase [[Plantilla:Documentación]] para más información.</p>',
			message,
		'</div>',
		category
	}, '\n' )
	
	return mw.text.trim( out )
end

-- Wrapper around the documentation on the main page
function p.page( f )
	local args = require( 'Módulo:ProcessArgs' ).merge( true )
	local page = mw.title.getCurrentTitle()
	local namespace = args.type or page.nsText
	local docPage = mw.title.new( args.page or namespace .. ':' .. page.text .. '/doc' )
	local noDoc = args.nodoc or not docPage.exists
	local badDoc = args.baddoc
	local pageType = 'plantilla'
	local pageType2 = ''
    local art1 = 'Esta'
    local art2 = 'la'
    local art3 = 'esta'
	if namespace == 'Módulo' then
		pageType = 'módulo'
        art1 = 'Este'
        art2 = 'lo'
        art3 = 'este'
	elseif page.fullText:find( '.css$' ) then
		pageType = 'hoja'
	    pageType2 = ' de estilos'
	elseif page.fullText:find( '.js$' ) then
		pageType = 'script'
        art1 = 'Este'
        art2 = 'lo'
        art3 = 'este'
	elseif namespace == 'MediaWiki' then
		pageType = 'mensaje'
        art1 = 'Este'
        art2 = 'lo'
        art3 = 'este'
	end
	
	local docText = ''
	if not noDoc then
		f:callParserFunction( '#dplvar:set', 'noheader', '1' )
		docText = mw.text.trim( f:expandTemplate{ title = ':' .. docPage.fullText }  )
		if f:callParserFunction( '#dplvar:baddoc' ) == '1' then
			badDoc = 1
		end
		
		if docText == '' then
			noDoc = 1
		else
			docText = '__NOEDITSECTION__\n' .. docText .. '\n'
		end
	end
	
	local action = 'editar'
	local preload = ''
	local colour = 'EAF4F9'
	local message = ''
	local category = ''
	if noDoc then
		action = 'crear'
		preload = '&preload=Plantilla:Documentación/preload'
		colour = 'F9EAEA'
		message = "'''" .. art1 .. " " .. pageType .. "" .. pageType2 .. " no tiene documentación. Si sabes como usar" .. art2 .. ", por favor, creala.'''"
		if not args.nocat then
			if mw.title.new( 'Categoría:' .. pageType .. 's' .. pageType2 .. ' sin documentación' ).exists then
				category = '[[Categoría:' .. pageType .. 's' .. pageType2 .. ' sin documentación]]'
			else
				category = '[[Categoría:Páginas sin documentación]]'
			end
		end
	elseif badDoc then
		colour = 'F9F2EA'
		message = "'''Es necesario añadir información adicional o mejorar la documentación de " .. art3 .. "" .. pageType .. "" .. pageType2 .. ".'''\n"
		if not args.nocat then
			if mw.title.new( 'Categoría:' .. pageType .. 's' .. pageType2 .. ' con una mala documentación' ).exists then
				category = '[[Categoría:' .. pageType .. 's' .. pageType2 .. ' con una mala documentación]]'
			else
				category = '[[Categoría:Páginas con una mala documentación]]'
			end
		end
	end
	
	local links = {
		'[' .. docPage:fullUrl( 'action=edit' .. preload ) .. ' ' .. action .. ']',
		'[' .. page:fullUrl( 'action=purge' ) .. ' depurar]'
	}
	local footer = ''
	if not noDoc then
		table.insert( links, 1, '[[' .. docPage.fullText .. '|ver]]' )
		footer = table.concat( {
			'<div style="margin:0.7em -1em -0.7em;background-color:#EAF4F9;border-top:1px solid #AAA;padding:0.8em 1em 0.7em;clear:both">\n',
				'<div style="float:right">' .. mw.text.nowiki( '[' ) .. table.concat( links, ' | ' ) .. ']</div>\n',
				'<p style="margin:0">La documentación anterior se ha incluido desde [[' .. docPage.fullText .. ']].</p>\n',
			'</div>\n'
		} )
	end
	
	local out = {
		'<div style="backbground-color:#' .. colour .. ';border:1px solid #AAA;padding:0.8em 1em 0.7em;margin-top:1em;clear:both">\n',
			'<div style="margin:-0.8em -1em 0.8em;padding: 0.8em 1em 0.7em;background-color:#EAF4F9;border-bottom:1px solid #AAA">\n',
				'<div style="float:right">' .. mw.text.nowiki( '[' ) .. table.concat( links, ' | ' ) .. ']</div>\n',
				'<span style="font-weight:bold;font-size:130%">Documentación</span>',
			'</div>\n',
			message,
			docText,
			footer,
		'</div>\n',
		category
	}
	
	return mw.text.trim( table.concat( out ) )
end
return p
Advertisement