Character Index
| Name | 
Stock | 
Age | 
Lifepaths
 | 
 | 
 | 
 | 
 | 
| Alias | 
Homeland | 
Features
 | 
 | 
 | 
 | 
Usage
{{BWCharacterSheet/Index
|name=
|stock=
|age=
|alias=
|homeland=
|features=
|lifepaths=
}}
Character Index
| Name | 
Stock | 
Age | 
Lifepaths
 | 
 | 
 | 
 | 
 | 
| Alias | 
Homeland | 
Features
 | 
 | 
 | 
 | 
<templatedata>
{
	"params": {
		"name": {
			"label": "Name",
			"type": "string"
		},
		"stock": {
			"label": "Stock",
			"type": "string"
		},
		"age": {
			"label": "Age",
			"type": "number"
		},
		"lifepaths": {},
		"alias": {
			"label": "Alias",
			"type": "string"
		},
		"homeland": {
			"label": "Homeland",
			"type": "string"
		},
		"features": {
			"label": "Features",
			"description": "What the character looks like",
			"type": "string"
		}
	},
	"paramOrder": [
		"name",
		"stock",
		"age",
		"alias",
		"homeland",
		"features",
		"lifepaths"
	],
	"format": "block"
}
</templatedata>