پودمان:NLG/Q35120

از ویکی‌پدیا، دانشنامهٔ آزاد
توضیحات پودمان[ایجاد] [پاکسازی]
--[[
  This data is for testing purposes.
--]]

--- @return Plan for [[d:Q35120|entity (Q35120)]]
return {
	{
		['class'] = 'document',
		['title'] = {
			['class'] = 'message', -- should be canned text
			['text'] = 'References',
		},
		['preconditions'] = {
			['class'] = 'expression',
			['equation'] = 'tag[references]'
		},
		['tags'] = { 'references-title' },
		['before'] = { 'external-links' },
		['close-to'] = { 'references' },
		['after'] = { 'history', 'see-also' }
	},
	{
		['class'] = 'document',
		['title'] = {
			['class'] = 'message', -- should be canned text
			['text'] = 'Literature',
		},
		['preconditions'] = {
			['class'] = 'expression',
			['equation'] = 'tag[external-links]'
		},
		['tags'] = { 'literature-title' },
		['after'] = { 'history', 'see-also', 'references' },
		['close-to'] = { 'literature' },
		['before'] = { 'external-links' }
	},
	{
		['class'] = 'document',
		['title'] = {
			['class'] = 'message', -- should be canned text
			['text'] = 'Eksternal links',
		},
		['preconditions'] = {
			['class'] = 'expression',
			['equation'] = 'tag[external-links]'
		},
		['tags'] = { 'external-links-title' },
		['after'] = { 'history', 'see-also', 'references' },
		['close-to'] = { 'external-links' }
	}
}