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.
Added property to infobox
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.
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.
Nice. Always great to see an issue reported and already fixed. Implementation looks good and its working on the pages.