Open main menu

Changes

Template:BWCharacterSheet/Index/doc

810 bytes added, 15:48, 6 May 2023
Created page with "== Usage == <pre> {{BWCharacterSheet/Index |name= |stock= |age= |alias= |homeland= |features= |lifepaths= }} </pre> {{BWCharacterSheet/Index |name= |stock= |age= |alias= |home..."
== Usage ==
<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>