Documentation icon คู่มือการใช้งานมอดูล[สร้าง]
return {

-- The search term used in example template invocations.
['example-search-term'] = 'ตัวอย่าง',

-- The blurb used in the end box in the template documentation for individual
-- source-finding templates.
['end-box-blurb'] = 'This documentation is generated by ' ..
	'[[Template:Find sources documentation]] with data provided by ' ..
	'[[Module:Find sources/autodoc]]. See ' ..
	'[[Module:Find sources#Automatic documentation]] for an overview.',

-- 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 is the name we were passed, and $2 is
-- the name of the template module that is missing.
['invalid-template-name-error'] = "ชื่อแม่แบบไม่สมเหตุสมผล '$1'; ไม่พบโครงแบบแม่แบบที่ [[$2]]",

-------------------------------------------------------------------------------
-- Link table
-------------------------------------------------------------------------------

-- Code column header.
['link-table-code-header'] = 'โค้ด',

-- Description column header.
['link-table-description-header'] = 'คำอธิบาย',

-- Example column header.
['link-table-example-header'] = 'ตัวอย่าง',

-- Configuration column header.
['link-table-config-header'] = 'โครงแบบ',

-- Display value for the wikilink to the main configuration page.
['link-table-main-config-link-display'] = 'หลัก',

-- Display value for the wikilink to the documentation configuration page.
['link-table-autodoc-config-link-display'] = 'เอกสารประกอบ',

-- Notes column header.
['link-table-notes-header'] = 'หมายเหตุ',

-- Error for invalid link config pages. The string $1 is the page name.
['invalid-link-config-error'] = 'พบโครงแบบแม่แบบไม่สมเหตุสมผลในหน้า [[$1]]',

-------------------------------------------------------------------------------
-- Template table
-------------------------------------------------------------------------------

-- Template column header.
['template-table-template-header'] = 'แม่แบบ',

-- Description column header.
['template-table-description-header'] = 'คำอธิบาย',

-- Example column header.
['template-table-example-header'] = 'ตัวอย่าง',

-- Configuration column header.
['template-table-config-header'] = 'โตรงแบบ',

-- Display value for the wikilink to the main configuration page.
['template-table-main-config-link-display'] = 'หลัก',

-- Display value for the wikilink to the documentation configuration page.
['template-table-autodoc-config-link-display'] = 'เอกสารประกอบ',

-- Error for invalid template config pages. The string $1 is the page name.
['invalid-template-config-error'] = 'พบโครงแบบแม่แบบไม่สมเหตุสมผลในหน้า [[$1]]'

}