Module:Find sources/autodoc/config
Appearance
Documentation for this module may be created at Module:Find sources/autodoc/config/doc
return {
-- The search term used in example template invocations.
['example-search-term'] = 'Tusaale',
-- The blurb used in the end box in the template documentation for individual
-- source-finding templates.
['end-box-blurb'] = 'Xogtaan waxaa soo saaray ' ..
'[[Template:Find sources documentation]] xogta waxaa bixiyay ' ..
'[[Module:Find sources/autodoc]]. Fiiri ' ..
'[[Module:Find sources#Dukumentiga tooska ah]] si loo helo dulmar guud.',
-- The separator used to separate links to the main config and the
-- documentation config in the link and template tables.
['table-config-separator'] = mw.message.new('Comma-separator'):plain(),
-- Error for invalid template names. $1 waa magaca naloo gudbiyay, halka $2 uu yahay
-- the name of the template module that is missing.
['invalid-template-name-error'] = "magac template aan sax ahayn ‘$1’; wax qaabayn ah lagama helin [[$2]]",
-------------------------------------------------------------------------------
-- Link table
-------------------------------------------------------------------------------
-- Code column header.
['link-table-code-header'] = 'Koodh',
-- Description column header.
['link-table-description-header'] = 'Sharaxaad',
-- Example column header.
['link-table-example-header'] = 'Tusaale',
-- Configuration column header.
['link-table-config-header'] = 'Qaabeyn',
-- Display value for the wikilink to the main configuration page.
['link-table-main-config-link-display'] = 'aasaasi',
-- Display value for the wikilink to the documentation configuration page.
['link-table-autodoc-config-link-display'] = 'documentation',
-- Notes column header.
['link-table-notes-header'] = 'Xusuusin',
-- Error for invalid link config pages. Erayga $1 waa magaca bogga.
['invalid-link-config-error'] = 'Qaabeynta xiriirka aan sax ahayn ayaa laga helay bogga [[$1]].',
-------------------------------------------------------------------------------
-- Template table
-------------------------------------------------------------------------------
-- Template column header.
['template-table-template-header'] = 'Template',
-- Description column header.
['template-table-description-header'] = 'Sharaxaad',
-- Example column header.
['template-table-example-header'] = 'Tusaale',
-- Configuration column header.
['template-table-config-header'] = 'qaabayn',
-- Display value for the wikilink to the main configuration page.
['template-table-main-config-link-display'] = 'aasaasi',
-- Display value for the wikilink to the documentation configuration page.
['template-table-autodoc-config-link-display'] = 'documentation',
-- Error for invalid template config pages. Erayga $1 waa magaca bogga.
['invalid-template-config-error'] = 'Qaabayn template aan sax ahayn ayaa laga helay bogga [[$1]].'
}