Module:Ideology/Movement/doc

这是Module:Ideology/Movement的文档页面

This module is a list of movement ideologies for use with Module:Ideology.

To add a new entry to this list, copy the template below and fill in the information. Note that single or double quotes must be used as in the template

p['<name>'] = {
	loc = "<localization>",
	desc = "<description>",
	icon = "Ideology <icon>.png",

	move = true,
	stances = {
		["<Law Group>"] = {
			{ "<law>", },
			{ "<law>", "<law>", },
			{ },
			{ },
			{ },
		},
	},
}