Módulo:Infobox/Fábrica
DescriçãoEste Módulo tem funções auxiliares para criar infocaixas. Ver {{Info/Fábrica}} UsoOutra documentação:
local building = require "Módulo:Infobox/Funções/Edifício"
local general = require "Módulo:Infobox/Funções"
local localdata = require "Módulo:Infobox/Localdata"
local linguistic = require "Módulo:Linguística"
local convert = require "Módulo:Conversão"
local formatnum = require "Módulo:Formato".do_formatnum
local wd = require "Módulo:Infobox/Wikidata"
local plurallabels = {
Q42889 = "veículos",
}
local function keyFigure(statement) -- para tentar fazer isso de uma maneira mais simples e racional
local qty, unit
if statement.qualifiers and statement.qualifiers["P1092"] then
qty = statement.qualifiers["P1092"][1].datavalue.value.amount
unit = statement.qualifiers["P1092"][1].datavalue.value.unit
if unit == '1' then
unit = nil
end
if unit then
unit = mw.ustring.sub(unit, mw.ustring.find(unit, "Q"), -1)
end
end
if qty and (tonumber(qty) > 1) then
speciallabels = plurallabels
end
local product = wd.formatStatement(statement, {speciallabels = speciallabels})
local val = convert.displayvalue(qty, unit, {showunit = "long", }, product)
local date = wd.getFormattedDate(statement)
if date then
date = linguistic.inparentheses(date)
end
return linguistic.conj({val, date}, " ")
end
return
{
parts =
{
general.title(),
building.mainimage('!Artigos sem imagens'),
{type = 'table', title = 'Instalações', rows = {
{type = 'row', label = "Tipo de fábrica", value = "tipo de fábrica", wikidata = {property = 'P31'}},
{type = 'row', label = "Superfície",
value = function() if localdata['superfície'] then return convert.displayvalue(localdata['superfície'], 'ha') end end,
wikidata = {property = 'P2046', targetunit = 'hectare'}
},
}
},
{type = 'table', title = 'Funcionamento', rows = {
{type = 'row', label = 'Operador', value = 'operador', wikidata = {property = 'P137', rank = 'valid', showdate = true, conjtype = '<br />'}},
{type = 'row', label = 'Efectivo',
value =
function()
if (not localdata['efectivo']) then
return nil
end
local n = localdata['data efectivo']
if tonumber(n) then
n = formatnum(n)
end
local dat = localdata['data efectivo']
return linguistic.conj({n, linguistic.inparentheses(dat)}, " ")
end,
wikidata = {property = 'P1128', rank = 'valid', showdate = true, conjtype = '<br />'}},
{type = 'row', label = "Data de abertura", value = "data de abertura", wikidata = {property = 'P1619'}},
{type = 'row', label = "Date de fecho", value = "date de fecho", wikidata = {property = 'P3999'}},
{type = 'row', label = "Destino actual", value = 'destino actual'},
},
},
{type = 'table', title = 'Produção', rows = {
{type = 'row', label = 'Produtos', value = 'produtos'},
{type = 'row', label = 'Marcas', value = 'marcas', wikidata = {property = 'P1716'}},
{type = 'row', label = "Modelos", value = "modelos"},
{type = 'row', label = "Produção",
value = function()
local val, dat = localdata['produção'], localdata['data produção']
return linguistic.conj({val, linguistic.inparentheses(dat)}, " ")
end,
wikidata = {
property = "P2746",
conjtype = "new line",
statementformat = function(statement) return keyFigure(statement) end
}
},
}
},
{type = 'table', title = 'Localização', rows = {
building.country(),
building.adminlocation(),
building.coordenadas(),
},
},
building.geoloc({pointtype = "usina", marker = 'industrial'}),
}
}
|
Index:
pl ar de en es fr it arz nl ja pt ceb sv uk vi war zh ru af ast az bg zh-min-nan bn be ca cs cy da et el eo eu fa gl ko hi hr id he ka la lv lt hu mk ms min no nn ce uz kk ro simple sk sl sr sh fi ta tt th tg azb tr ur zh-yue hy my ace als am an hyw ban bjn map-bms ba be-tarask bcl bpy bar bs br cv nv eml hif fo fy ga gd gu hak ha hsb io ig ilo ia ie os is jv kn ht ku ckb ky mrj lb lij li lmo mai mg ml zh-classical mr xmf mzn cdo mn nap new ne frr oc mhr or as pa pnb ps pms nds crh qu sa sah sco sq scn si sd szl su sw tl shn te bug vec vo wa wuu yi yo diq bat-smg zu lad kbd ang smn ab roa-rup frp arc gn av ay bh bi bo bxr cbk-zam co za dag ary se pdc dv dsb myv ext fur gv gag inh ki glk gan guw xal haw rw kbp pam csb kw km kv koi kg gom ks gcr lo lbe ltg lez nia ln jbo lg mt mi tw mwl mdf mnw nqo fj nah na nds-nl nrm nov om pi pag pap pfl pcd krc kaa ksh rm rue sm sat sc trv stq nso sn cu so srn kab roa-tara tet tpi to chr tum tk tyv udm ug vep fiu-vro vls wo xh zea ty ak bm ch ny ee ff got iu ik kl mad cr pih ami pwn pnt dz rmy rn sg st tn ss ti din chy ts kcg ve
Portal di Ensiklopedia Dunia