View source for Module:LiteratureData

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.

local p = {}
function p.getPublicationDate(param)
result = 'information not available on data.jwunited.org for ' .. param.args[1]
names = mw.wikibase.getBestStatements( param.args[1], 'P6' )
for i, name in ipairs(names) do
result = name['mainsnak']['datavalue']['value']['time']
end
return result
end
function p.getNumber(param)
result = 'information not available on data.jwunited.org for ' .. param.args[1]
names = mw.wikibase.getBestStatements( param.args[1], 'P7' )
for i, name in ipairs(names) do
result = name['mainsnak']['datavalue']['value']
end
return result
end
function p.getPageList(param)
הההההההההההההההההההההההההההההההההההההההההההההההההה
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:LiteratureData.