<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://guanches.org/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3AWikibase</id>
	<title>Módulo:Wikibase - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://guanches.org/index.php?action=history&amp;feed=atom&amp;title=M%C3%B3dulo%3AWikibase"/>
	<link rel="alternate" type="text/html" href="https://guanches.org/index.php?title=M%C3%B3dulo:Wikibase&amp;action=history"/>
	<updated>2026-05-16T21:29:57Z</updated>
	<subtitle>Historial de revisiones de esta página en la wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://guanches.org/index.php?title=M%C3%B3dulo:Wikibase&amp;diff=218164&amp;oldid=prev</id>
		<title>Atamankad: Página creada con «-- Module:Wikibase local p = {}   -- Devuelve la ID del ítem, el nombre o el enlace de la página en la wiki local. function p.id(frame)         if not mw.wikibase then            return &quot;módulo wikibase no encontrado&quot;         end           return mw.wikibase.getEntityIdForCurrentPage() or &#039;&#039; end   -- Devuelve la etiqueta de un ítem dado. function p.etiqueta(frame)         return mw.wikibase.getLabel(frame.args[1]) end   -- Devuelve la página local de un ítem dad…»</title>
		<link rel="alternate" type="text/html" href="https://guanches.org/index.php?title=M%C3%B3dulo:Wikibase&amp;diff=218164&amp;oldid=prev"/>
		<updated>2026-02-10T20:26:38Z</updated>

		<summary type="html">&lt;p&gt;Página creada con «-- Module:Wikibase local p = {}   -- Devuelve la ID del ítem, el nombre o el enlace de la página en la wiki local. function p.id(frame)         if not mw.wikibase then            return &amp;quot;módulo wikibase no encontrado&amp;quot;         end           return mw.wikibase.getEntityIdForCurrentPage() or &amp;#039;&amp;#039; end   -- Devuelve la etiqueta de un ítem dado. function p.etiqueta(frame)         return mw.wikibase.getLabel(frame.args[1]) end   -- Devuelve la página local de un ítem dad…»&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- Module:Wikibase&lt;br /&gt;
local p = {}&lt;br /&gt;
 &lt;br /&gt;
-- Devuelve la ID del ítem, el nombre o el enlace de la página en la wiki local.&lt;br /&gt;
function p.id(frame)&lt;br /&gt;
        if not mw.wikibase then&lt;br /&gt;
           return &amp;quot;módulo wikibase no encontrado&amp;quot;&lt;br /&gt;
        end&lt;br /&gt;
 &lt;br /&gt;
        return mw.wikibase.getEntityIdForCurrentPage() or &amp;#039;&amp;#039;&lt;br /&gt;
end&lt;br /&gt;
 &lt;br /&gt;
-- Devuelve la etiqueta de un ítem dado.&lt;br /&gt;
function p.etiqueta(frame)&lt;br /&gt;
        return mw.wikibase.getLabel(frame.args[1])&lt;br /&gt;
end&lt;br /&gt;
 &lt;br /&gt;
-- Devuelve la página local de un ítem dado.&lt;br /&gt;
function p.enlace(frame)&lt;br /&gt;
        if frame.args[1] == nil then&lt;br /&gt;
            id = mw.wikibase.getEntityIdForCurrentPage()&lt;br /&gt;
            if not id then return nil end&lt;br /&gt;
        else&lt;br /&gt;
            id = frame.args[1]&lt;br /&gt;
        end&lt;br /&gt;
 &lt;br /&gt;
        return mw.wikibase.getSitelink( id )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
-- Devuelve la descripción de un ítem dado.&lt;br /&gt;
function p.descripcion(frame)&lt;br /&gt;
		return mw.wikibase.getDescription(frame.args[1])&lt;br /&gt;
end&lt;br /&gt;
 &lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Atamankad</name></author>
	</entry>
</feed>