View source for Module:Wikibase

Jump to navigation Jump to search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Users.
  • Your IP address has been automatically blocked because it was used by another user, who was blocked by Administrator. The reason given is:
    Autoblocked because your IP address has been recently used by "JuanitaGrabowski".
    The reason given for JuanitaGrabowski's block is "Publishing unrelated content with this website"
    • Start of block: 05:58, 16 April 2025
    • Expiration of block: 05:58, 17 April 2025
    • Intended blockee: 172.20.0.2
    You may contact Administrator or one of the other administrators to discuss the block. Note that you may not use the "Email this user" feature unless you have a valid email address registered in your user preferences and you have not been blocked from using it. Your current IP address is 172.20.0.2, and the block ID is #5119. Please include all above details in any queries you make.

You can view and copy the source of this page.

---------- Module:Wikibase ----------------
local p = {}
-- Return the item ID of the item linked to the current page.
function p.id(frame)
if not mw.wikibase then
return "no mw.wikibase"
end
entity = mw.wikibase.getEntityObject()
if entity == nil then
return "no entity"
end
return entity.id
end
-- Return the label of a given data item, or of connected page
-- if no argument is provided to this method.
function p.label(frame)
הההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
000
1:0
Debug console
* The module exports are available as the variable "p", including unsaved modifications. * Precede a line with "=" to evaluate it as an expression or use print(). Use mw.logObject() for tables. * Use mw.log() and mw.logObject() in module code to send messages to this console.

Template used on this page:

Return to Module:Wikibase.