Difference between revisions of "BWCharacterSheet/Index/doc"

From West Of Vipers Gate
m (1 revision imported)
Tag: New redirect
 
Line 1: Line 1:
== Usage ==
+
#REDIRECT [[Template:BWCharacterSheet/Index/doc]]
<pre>
 
{{BWCharacterSheet/Index
 
|name=
 
|stock=
 
|age=
 
|alias=
 
|homeland=
 
|features=
 
|lifepaths=
 
}}
 
</pre>
 
{{BWCharacterSheet/Index
 
|name=
 
|stock=
 
|age=
 
|alias=
 
|homeland=
 
|features=
 
|lifepaths=
 
}}
 
<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>
 

Latest revision as of 23:17, 1 October 2022