Topic on User talk:Harakoni

Jump to navigation Jump to search

"Paintable" boolean property

4
Summary by Harakoni

Added property to infobox

Daylong698 (talkcontribs)

Hi Harakoni,

Is there a reason why the "paintable" boolean property is not visible by default in the info boxes? I've noticed that in several pages, the property & value is provided (e.g. in Toy box), but it is not displayed currently.

Arcangelus (talkcontribs)

Hello Daylong698

Not Harakoni, but the reason is that "Template:Infobox main" was not updated to use that value. It should have a section added along the lines of:

{ {#if: { { {paintable|}} } | { {#if: { {#var:setProperty}} | { {#set:Paintable= { { {paintable|}}} }} }}

;Paintable

:{ {ucfirst:{ { {placeable|} } } } }

}}

Changing that template always leaves the wiki temporally unavailable, which is why is not updated very often.

PD: I wrote the above before submitting the change, but it was never sent. Ups.

Harakoni (talkcontribs)

Nice. Always great to see an issue reported and already fixed. Implementation looks good and its working on the pages.

Daylong698 (talkcontribs)

Thanks a lot, Arcangelus!