Template talk:Infobox Object
Template revamp
Good job on revamping the template! Some thoughts:
- Fire Shrine: "attrib" in the "you see ..." text is sort of wrong, it doesn't reflect how it's in-game.
- Solution: just display in the infobox table to the right?
- Location wasn't added, I just did.
- Itemid doesn't always show up, maybe it doesn't when there are more than 1 value with comma delimited?
- Related objects don't show up
-- Bennie (talk ~ fellows) 09:01, May 29, 2015 (UTC)
Btw, on mobile phone it's different, then the itemid is visible for example:

-- Bennie (talk ~ fellows) 09:16, May 29, 2015 (UTC)
- We had the same issue with items. Objects should be consistent with items. Attrib should be consistent with the look text; it's basically a field for everything not covered in the other parameters. "You can't move/take it." is obviously not suitable for the attrib since we have movable and pickupable. Ah, but objects don't support that yet.
- Thanks I must have missed that.
- Itemid isn't meant to show up, ever. It's metadata that scripts can use. Don't know if we can hide things for mobile, did that CSS work for you?
- Don't know why that is. Same happened for some item categories. DPL sometimes just doesn't return any results...
-- Sixorish (talk) 10:14, May 29, 2015 (UTC)
Nevermind I'm an idiot. It's using Category=Object instead of Objects. Also added parameters relevant to objects: volume, destructible, immobile, movable, walkable, unshootable, blockspath, pickupable, holdliquid, usable, writable, rewritable, writechars, mapcolor, rotatable; also added to the table version, status. -- Sixorish (talk) 10:41, May 29, 2015 (UTC)
Cool! I guess most of that stuff can be automatically added when the itemid is known? Unfortunately the hide-mobile css class didn't do anything, I'm not sure if the MediaWiki:Handheld.css page is hooked for mobile phones anymore. Wikia is updating a lot in their responsive display lately. I think the latest trend is to not separate desktop and mobile views but just look at the screen size and do conditional css, something with viewport. -- Bennie (talk ~ fellows) 10:57, May 29, 2015 (UTC)
Yeah if we know the itemid we can add most of it automatically. I'll most likely remove the attribs automatically as well but for now I am working on converting quests. -- Sixorish (talk) 11:08, May 29, 2015 (UTC)