Template:Infobox person: Difference between revisions
Appearance
alright come on |
ts is so janky |
||
| Line 13: | Line 13: | ||
| label3 = Age | | label3 = Age | ||
| data3 = {{{age}}} | | data3 = {{{age|}}} | ||
| label4 = Gender | | label4 = Gender | ||
| data4 = {{{gender}}} | | data4 = {{{gender|}}} | ||
| label5 = Text colors | | label5 = Text colors | ||
| Line 22: | Line 22: | ||
| label6 = Chat colors | | label6 = Chat colors | ||
| data6 = {{#if:{{{chat_color}}}|{{{chat_color}}}|{{{chatColor|}}}}} | | data6 = {{#if:{{{chat_color|}}}|{{{chat_color}}}|{{{chatColor|}}}}} | ||
| label7 = Notable actions/creations | | label7 = Notable actions/creations | ||
| Line 28: | Line 28: | ||
| label8 = Noteable worlds | | label8 = Noteable worlds | ||
| data8 = {{{worlds}}} | | data8 = {{{worlds|}}} | ||
| label9 = Active at | | label9 = Active at | ||
| data9 = {{{active}}} | | data9 = {{{active|}}} | ||
| header10 = Community | | header10 = Community | ||
| Line 42: | Line 42: | ||
| label13 = Roles | | label13 = Roles | ||
| data13 = {{{roles}}} | | data13 = {{{roles|}}} | ||
| label14 = Affiliations | | label14 = Affiliations | ||
| data14 = {{{affiliations}}} | | data14 = {{{affiliations|}}} | ||
| header15 = Socials | | header15 = Socials | ||
| label16 = Webpage | | label16 = Webpage | ||
| data16 = {{{webpage}}} | | data16 = {{{webpage|}}} | ||
| label17 = Others | | label17 = Others | ||
| Line 61: | Line 61: | ||
| label20 = Race | | label20 = Race | ||
| data20 = {{{race}}} | | data20 = {{{race|}}} | ||
| label21 = Residence | | label21 = Residence | ||
| data21 = {{{residence}}} | | data21 = {{{residence|}}} | ||
| label22 = Religion | | label22 = Religion | ||
| data22 = {{{religion}}} | | data22 = {{{religion|}}} | ||
| label23 = Date of birth | | label23 = Date of birth | ||
| Line 87: | Line 87: | ||
| label29 = Occupation | | label29 = Occupation | ||
| data29 = {{{occupation}}} | | data29 = {{{occupation|}}} | ||
| label30 = Marital status | | label30 = Marital status | ||
| data30 = {{{marital}}} | | data30 = {{{marital|}}} | ||
| label31 = {{#if:{{{significant_other|}}}|Significant other|{{#if:{{{significantOther|}}}|Significant other|Significant others}}}} | | label31 = {{#if:{{{significant_other|}}}|Significant other|{{#if:{{{significantOther|}}}|Significant other|Significant others}}}} | ||
| Line 96: | Line 96: | ||
| label32 = Height | | label32 = Height | ||
| data32 = {{{height}}} | | data32 = {{{height|}}} | ||
| label33 = Weight | | label33 = Weight | ||
| data33 = {{{weight}}} | | data33 = {{{weight|}}} | ||
| label34 = Eye color | | label34 = Eye color | ||
| data34 = {{{eyes}}} | | data34 = {{{eyes|}}} | ||
}}<noinclude> | }}<noinclude> | ||
{{Documentation}} | {{Documentation}} | ||
| Line 132: | Line 132: | ||
"label": "Image", | "label": "Image", | ||
"description": "The file name of the image attributed to the person. File: is not required.", | "description": "The file name of the image attributed to the person. File: is not required.", | ||
"type": "wiki-file-name" | "type": "wiki-file-name", | ||
"suggested": true | |||
}, | }, | ||
"image_size": { | "image_size": { | ||
| Line 317: | Line 318: | ||
"description": "Places the person is active at. Put anywhere on OWoT at the start of the list, followed by the OWoT Discord, followed by anywhere else.", | "description": "Places the person is active at. Put anywhere on OWoT at the start of the list, followed by the OWoT Discord, followed by anywhere else.", | ||
"example": "Front page, Global chat (until 26th May 2025)", | "example": "Front page, Global chat (until 26th May 2025)", | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
"discord_roles": { | "discord_roles": { | ||
| Line 346: | Line 346: | ||
"type": "string" | "type": "string" | ||
}, | }, | ||
" | "worlds": { | ||
"label": "Notable worlds", | |||
"example": "{{Owoturl|lime.owot|/lime.owot}}, {{Owoturl|lime.owot/city|/lime.owot/city}}...", | |||
"type": "string" | |||
}, | |||
"chat_color": { | |||
"aliases": [ | "aliases": [ | ||
" | "chatColor" | ||
], | ], | ||
"label": "Chat color", | "label": "Chat color", | ||
"description": "The colors used by the user in the chat feature of OWoT.", | "description": "The colors used by the user in the chat feature of OWoT.", | ||
"example": "#00d900, #d927d9, #d9d900, #d90000", | "example": "#00d900, #d927d9, #d9d900, #d90000", | ||
"type": "string" | "type": "string" | ||
} | } | ||
| Line 374: | Line 374: | ||
"age", | "age", | ||
"canvas_color", | "canvas_color", | ||
" | "chat_color", | ||
"known_for", | "known_for", | ||
"worlds", | "worlds", | ||