imported>Primefac
m Primefac moved page Module:NLG/Q35120 to Module:Sandbox/Jeblad/NLG/Q35120 without leaving a redirect: per TFD
 
(No difference)

Latest revision as of 04:05, 17 November 2019

Documentation for this module may be created at Module:Sandbox/Jeblad/NLG/Q35120/doc

--[[
  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' }
	}
}