View source for Module:I18n/name
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
--[[
Return a map from each type of name to a localized description:
* a string refering to a Wikidata item identifier ('Qnnn') to get its translated labels (does not depend on name parameter),
* an array indexed by language code and whose value is either a string for the description, or a function of name in parameter for derived types
]]
return {
-- ======================================================
-- === Name type: name format ===========================
-- ======================================================
first = 'Q202444',
middle = {
ar = 'الاسم الأوسط',
ast = 'segundu apellíu',
bn = 'মধ্য নাম',
ca = 'segon nom',
de = 'zweiter Vorname',
en = 'middle name',
fr = 'deuxième prénom',
hu = 'második keresztnév',
mk = 'средно име',
it = 'secondo nome',
nl = 'tweede voornaam',
000
1:0
Template used on this page:
Return to Module:I18n/name.