Jump to content

Seenaa foyyeeffata "Module:PrevalenceData"

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (ammee) = difference with latest revision, (Xumura) = difference with preceding revision, b = minor edit.

15 Caamsaa 2025

  • ammeeXumura 23:3823:38, 15 Caamsaa 2025 2601:18e:d104:4ab0:5955:a305:f9b5:3751 dubbadhu baayti 2,211 +2,211 Fuula Harra: local p = {} p.main = function ( frame ) local qid = frame.args.qId or "" if qid == "" then qid = mw.wikibase.getEntityIdForCurrentPage() end if not qid then return nil end local prevalenceClaims = mw.wikibase.getBestStatements(qid, "P1193") local pRange = '' -- Run through all prevalence claims - the table prevalenceClaims always exists but may be empty for i, prevalenceClaim in ipairs( prevalenceClaims ) do local prevalenceValue = prevalenceClaim.mainsnak.datavalue...