Difference between revisions of "Template:CradleCharacter"
Jump to navigation
Jump to search
(Created page with "{{Infobox | above = {{{title|}}} }} <noinclude> <templatedata> { "params": {}, "description": "An updated template for cradle characters", "format": "block" } </templated...") |
|||
| (6 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{Infobox | {{Infobox | ||
| above = {{{title|}}} | | above = {{{title|}}} | ||
| + | | image = {{#if:{{{image|}}}|[[File:{{{image}}}|200px]]}} | ||
| + | | label1 = Image By | ||
| + | | data1 = {{{image_by|}}} | ||
| + | | header1 = '''<u>General Information</u>''' | ||
| + | | label2 = Name | ||
| + | | data2 = {{{name|}}} | ||
| + | | label3 = Titles | ||
| + | | data3 = {{{titles|}}} | ||
| + | | label4 = Faction | ||
| + | | data4 = {{{faction|}}} | ||
| + | | label5 = Age | ||
| + | | data5 = {{{age|}}} | ||
| + | | label6 = Race | ||
| + | | data6 = {{{race|}}} | ||
| + | | label7 = Sex | ||
| + | | data7 = {{{sex|}}} | ||
| + | | header8 = '''<u>Status</u>''' | ||
| + | | label9 = Vital | ||
| + | | data9 = {{{vital|}}} | ||
| + | | label10 = Marital | ||
| + | | data10 = {{{marital|}}} | ||
| + | | label11 = Residence | ||
| + | | data11 = {{{residence|}}} | ||
| + | | header12 = '''<u>Sacred Arts</u>''' | ||
| + | | label13 = Path | ||
| + | | data13 = {{{path|}}} | ||
| + | | label14 = Aspect | ||
| + | | data14 = {{{aspect|}}} | ||
| + | | label15 = Rank | ||
| + | | data15 = {{{rank|}}} | ||
| + | | label16 = Body | ||
| + | | data16 = {{{body|}}} | ||
| + | | label17 = Goldsign | ||
| + | | data17 = {{{goldsign|}}} | ||
| + | | label18 = Icon | ||
| + | | data18 = {{{icon|}}} | ||
| + | | label19 = Contracts | ||
| + | | data19 = {{{contracts|}}} | ||
| + | | header20 = '''<u>Relationships</u>''' | ||
| + | | label21 = Parents | ||
| + | | data21 = {{{parents|}}} | ||
| + | | label22 = Siblings | ||
| + | | data22 = {{{siblings|}}} | ||
| + | | label23 = Spouse | ||
| + | | data23 = {{{spouse|}}} | ||
| + | | label24 = Children | ||
| + | | data24 = {{{children|}}} | ||
| + | | label25 = Relatives | ||
| + | | data25 = {{{children|}}} | ||
| + | | label26 = Friends | ||
| + | | data26 = {{{friends|}}} | ||
| + | | label27 = Occupation | ||
| + | | data27 = {{{occupation|}}} | ||
| + | | label28 = Master | ||
| + | | data28 = {{{master|}}} | ||
| + | | label29 = Disciple | ||
| + | | data29 = {{{disciple|}}} | ||
| + | | label30 = Allies | ||
| + | | data30 = {{{allies|}}} | ||
| + | | label31 = Enemies | ||
| + | | data31 = {{{enemies|}}} | ||
| + | | header32 = '''<u>Appearances</u>''' | ||
| + | | label33 = First Mention | ||
| + | | data33 = {{{first_mention|}}} | ||
| + | | label34 = Introduced | ||
| + | | data34 = {{{introduced|}}} | ||
| + | | label35 = Appears In | ||
| + | | data35 = {{{appears_in|}}} | ||
}} | }} | ||
| − | |||
| − | |||
<noinclude> | <noinclude> | ||
<templatedata> | <templatedata> | ||
{ | { | ||
| − | "params": {}, | + | "params": { |
| + | "title": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "image": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "image_by": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "name": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "titles": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "faction": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "age": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "race": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "sex": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "vital": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "marital": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "residence": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "path": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "aspect": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "rank": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "body": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "goldsign": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "icon": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "contracts": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "parents": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "siblings": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "spouse": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "children": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "friends": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "occupation": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "master": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "disciple": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "allies": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "enemies": { | ||
| + | "suggested": true | ||
| + | }, | ||
| + | "first_mention": {"suggested": true}, | ||
| + | "introduced": {"suggested": true}, | ||
| + | "appears_in": {"suggested": true} | ||
| + | }, | ||
"description": "An updated template for cradle characters", | "description": "An updated template for cradle characters", | ||
"format": "block" | "format": "block" | ||
Latest revision as of 04:20, 12 November 2024
| General Information | |
|---|---|
| Status | |
| Sacred Arts | |
| Relationships | |
| Appearances |
An updated template for cradle characters
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | no description | Unknown | suggested |
| Image | image | no description | Unknown | suggested |
| Image_by | image_by | no description | Unknown | suggested |
| Name | name | no description | Unknown | suggested |
| Titles | titles | no description | Unknown | suggested |
| Faction | faction | no description | Unknown | suggested |
| Age | age | no description | Unknown | suggested |
| Race | race | no description | Unknown | suggested |
| Sex | sex | no description | Unknown | suggested |
| Vital | vital | no description | Unknown | suggested |
| Marital | marital | no description | Unknown | suggested |
| Residence | residence | no description | Unknown | suggested |
| Path | path | no description | Unknown | suggested |
| Aspect | aspect | no description | Unknown | suggested |
| Rank | rank | no description | Unknown | suggested |
| Body | body | no description | Unknown | suggested |
| Goldsign | goldsign | no description | Unknown | suggested |
| Icon | icon | no description | Unknown | suggested |
| Contracts | contracts | no description | Unknown | suggested |
| Parents | parents | no description | Unknown | suggested |
| Siblings | siblings | no description | Unknown | suggested |
| Spouse | spouse | no description | Unknown | suggested |
| Children | children | no description | Unknown | suggested |
| Friends | friends | no description | Unknown | suggested |
| Occupation | occupation | no description | Unknown | suggested |
| Master | master | no description | Unknown | suggested |
| Disciple | disciple | no description | Unknown | suggested |
| Allies | allies | no description | Unknown | suggested |
| Enemies | enemies | no description | Unknown | suggested |
| First_mention | first_mention | no description | Unknown | suggested |
| Introduced | introduced | no description | Unknown | suggested |
| Appears_in | appears_in | no description | Unknown | suggested |