Request Can't find your category? Suggest your category here!

Michael

Administrator
Staff member
  • Thread starter
  • Admin
  • #1
logosmall.png

Suggest your category here!

You can't find your category pool in the WSID-Tool? Suggest your category here.

Current Categories
  • Situations
  • Overwatch (Game)
  • Rick and Morty (Series)
  • Objects
  • ... as Person
  • Animals
  • Characters

Categories with Items (in PHP)
PHP:
<?php
return array(
    'categories' => array(
                    'Characters' => array(
                        'Justin Bieber',
                        'Taylor Swift',
                        'Ariana Grande',
                        'Selena Gomez',
                        'Baby Ariel',
                        'Pewdiepie',
                        'Nicki Minaj',
                        'Miley Cyrus',
                        'Barack Obama',
                        'Katy Perry',
                        'Michael Jackson',
                        'Chris Brown',
                        'Zac Efron',
                        'Eminem',
                        'Jacksepticeye',
                        'Adele',
                        'Caspar Lee',
                        'Steve Jobs',
                        'Bill Gates',
                        'John F. Kennedy',
                        'Marilyn Monroe',
                        'Abraham Lincoln'
                    ),
                    'Animals' => array(
                        'Dog',
                        'Cat',
                        'Horse',
                        'Chicken',
                        'Fish',
                        'Bear',
                        'Bird',
                        'Shark',
                        'Snake',
                        'Pig',
                        'Lion',
                        'Turkey',
                        'Gray Wolf',
                        'Spider',
                        'Rabbit',
                        'Duck',
                        'Deer',
                        'Cow',
                        'Monkey',
                        'Lobster',
                        'Ape',
                        'Pony',
                        'Eagle',
                        'Dolphin',
                        'Bison'
                    ),
                    '... as Person' => array(
                        'Alcohol as a Person',
                        'Love as a Person',
                        'Music as a Person',
                        'Drugs as a Person',
                        'Water as a Person',
                        'YouTube as a Person',
                        'Google (Search Engine) as a Person',
                        'Fear as a Person',
                        'Joy as a Person',
                        'Bing (Search Engine) as a Person',
                        'Amazon as a Person',
                        'Sun as a Person',
                        'Summer as a Person',
                        'Winter as a Person',
                        'Spring as a Person',
                        'School as a Person',
                        'Rain as a Person'
                    ),
                    'Objects' => array(
                        'Book',
                        'Bell',
                        'Brush',
                        'Money',
                        'Cards',
                        'Coin',
                        'Shoes',
                        'Smart Phone',
                        'Pencil',
                        'Hand',
                        'Bucket'
                    ),
                    'Rick and Morty (Series)' => array(
                        'Jerry Smith',
                        'Summer Smith',
                        'Morty Smith',
                        'Rick Sanchez',
                        'Beth Smith',
                        'Ice-T',
                        'The President',
                        'Snuffles',
                        'Mr. Meeseeks',
                        'Birdperson',
                        'Mr. Poopybutthole',
                        'Citadel of Ricks',
                        'Dimension C-132',
                        'Plumbus',
                        'Portal gun and Portal technology',
                        'Butter Robot',
                        'Mr. Meeseeks Box',
                        'Personal Space (Tv Show)',
                        'Frank Palicky',
                        'Diane Sanchez',
                        'Rick´s Father',
                        'Doofus Rick',
                        'Jessica'
                    ),
                    'Overwatch (Game)' => array(
                        'Doomfist',
                        'Genji',
                        'McCree',
                        'Pharah',
                        'Reaper',
                        'Soldier: 76',
                        'Sombra',
                        'Tracer',
                        'Bastion',
                        'Hanzo',
                        'Junkrat',
                        'Mei',
                        'Torbjörn',
                        'Widowmaker',
                        'D.Va',
                        'Orisa',
                        'Reinhardt',
                        'Roadhog',
                        'Winston',
                        'Zarya',
                        'Ana',
                        'Lúcio',
                        'Mercy',
                        'Symmetra',
                        'Zenyatta',
                        'Hanamura',
                        'Temple of Anubis',
                        'Volskaya Industries',
                        'Horizon Lunar Colony',
                        'Dorado',
                        'King´s Row',
                        'Nepal',
                        'Ilios',
                        'Oasis',
                        'Necropolis',
                        'Black Forest',
                        'Hollywood'
                    ),
                    'Situations' => array(
                        'Sleeping Man',
                        'Sleeping Girl',
                        'Writing Man',
                        'Writing Girl',
                        'Walking Man',
                        'Walking Girl',
                        'Walking Couple',
                        'Kissing Couple',
                        'Cuddling Couple',
                        'Staying Man',
                        'Staying Girl',
                        'Singing Man',
                        'Singing Girl',
                        'Singing Family',
                        'Singing Grandpa',
                        'Singing Grandma'
                    )
                    )
  
);
?>

Request Example
Please reply only with this format with new category items:
PHP:
'Name of Category' => array(
'Random Item',
'Random Item',
'Random Item',
'....',

Element 1@0.5x.png

Get fresh ideas!​
 
Top