Content deleted Content added
sync from main |
test fetching from Wikidata |
||
Line 1:
require('Module:No globals')
getValue = require('Module:WikidataIB')._getValue
local citeq = {}
Line 181 ⟶ 182:
args = frame.args; -- now get frame arguments (from the template wikisource)
args.publisher = getValue( {'P123', ps = 1, qid = args.qid } )
for k, v in pairs (args) do -- copy args into citeq_args
|