Difference between revisions of "User:GuyThatExists/Sandbox/Character Infobox New"
From Drawn to Life Wiki
(Created page with "<noinclude>Right now the problem is separating both Human and Raposa hair/fur colors.</noinclude> {|class="InfoboxDynamic InfoboxStyle" style="border:solid 3px {{{boxcolor|#F...") |
m |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | Right now the problem is separating both Human and Raposa hair/fur colors. | |
| + | |||
| + | The psuedocode is easy --> | ||
| + | |||
| + | <pre> | ||
| + | if species == Raposa && gender == Male{ | ||
| + | only Fur | ||
| + | } | ||
| + | else if species == Human{ | ||
| + | only Hair | ||
| + | } | ||
| + | else{ | ||
| + | both | ||
| + | } | ||
| + | </pre> | ||
| + | |||
| + | However, this doesn't account for characters such as Choco or Butler and it doesn't account for characters like the Baki Thief or Shork | ||
{|class="InfoboxDynamic InfoboxStyle" style="border:solid 3px {{{boxcolor|#F29400}}};" | {|class="InfoboxDynamic InfoboxStyle" style="border:solid 3px {{{boxcolor|#F29400}}};" | ||
| Line 88: | Line 104: | ||
{{Infobox/Character/New | {{Infobox/Character/New | ||
|name = Dr. Cure | |name = Dr. Cure | ||
| − | |image = [[File: | + | |image = [[File:DrCure.gif|center]] |
|fur = Orange | |fur = Orange | ||
|hair = Black | |hair = Black | ||
| − | |gender = | + | |gender = Female |
|age = Adult | |age = Adult | ||
|species = [[Raposa]] | |species = [[Raposa]] | ||
| Line 101: | Line 117: | ||
}} | }} | ||
{{Infobox/Character/New | {{Infobox/Character/New | ||
| − | |name = | + | |name = Jowee |
| − | |image = [[File: | + | |image = [[File:Jowee.gif|center]] |
|fur = Orange | |fur = Orange | ||
| − | |hair = | + | |hair = N/A |
| − | |gender = | + | |gender = Male |
|age = Adult | |age = Adult | ||
|species = [[Raposa]] | |species = [[Raposa]] | ||
|role = Minor Character | |role = Minor Character | ||
|job = Doctor | |job = Doctor | ||
| + | |games = 1 | ||
| + | |home = [[Rapoville]] | ||
| + | |boxcolor = orange | ||
| + | }} | ||
| + | {{Infobox/Character/New | ||
| + | |name = Mike | ||
| + | |image = [[File:Mike.gif|center]] | ||
| + | |fur = None | ||
| + | |hair = Yellow | ||
| + | |gender = Male | ||
| + | |age = Adult | ||
| + | |species = [[Human]] | ||
| + | |role = Main Character | ||
| + | |job = Child | ||
|games = 1 | |games = 1 | ||
|home = [[Rapoville]] | |home = [[Rapoville]] | ||
Latest revision as of 20:46, 20 February 2025
Right now the problem is separating both Human and Raposa hair/fur colors.
The psuedocode is easy -->
if species == Raposa && gender == Male{
only Fur
}
else if species == Human{
only Hair
}
else{
both
}
However, this doesn't account for characters such as Choco or Butler and it doesn't account for characters like the Baki Thief or Shork
| GuyThatExists/Sandbox/Character Infobox New | |
| Characteristics | |
|---|---|
| Species | Raposa |
| Gender | Male |
| Age | N/A |
| Information | |
| Home | N/A |
| Role | N/A |
| Occupation | N/A |
| Status | Alive |
| Game(s) | N/A |
Example
| Dr. Cure | |
| Characteristics | |
|---|---|
| Species | Raposa |
| Gender | Female |
| Age | Adult |
| Fur Color | Orange |
| Information | |
| Home | Rapoville |
| Role | Minor Character |
| Status | Alive |
| Game(s) | |
| Jowee | |
| Characteristics | |
|---|---|
| Species | Raposa |
| Gender | Male |
| Age | Adult |
| Fur Color | Orange |
| Information | |
| Home | Rapoville |
| Role | Minor Character |
| Status | Alive |
| Game(s) | |
| Mike | |
| Characteristics | |
|---|---|
| Species | Human |
| Gender | Male |
| Age | Adult |
| Fur Color | None
|
| Information | |
| Home | Rapoville |
| Role | Main Character |
| Status | Alive |
| Game(s) | |
