Module:Ideology/List/doc

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

This module is a list of 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",

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