Documentation for this module may be created at Module:Wikidata/Formatters/empty/τεκμηρίωση
--require "strict" local p = {} function p.formatValue() return "" end p.formatRawValue = p.formatValue p.getRawValue = p.formatValue return p