Is there any particular reason why
Granite's "Required By" column isn't showing
Stone Hedge when it's properly filled in on that page? It also does not show that
Stove (which is actually called "Simple Stove" in-game") requires it as well.
Actually, after looking into the template further it seems that it looks into the "Objects" category on the wiki to fill in that value, but none of the structures are in that category.
I don't feel comfortable making a change to one of the base templates when i'm not that familiar with the under-workings myself, but i'm pretty sure that this line in
Template:Structure should be changed from:
- Code: Select all
{{#IFEQ: {{PAGENAME}} | Contributing | |[[Category:Structures]]}}
to
- Code: Select all
{{#IFEQ: {{PAGENAME}} | Contributing | |[[Category:Structures]] [[Category:Objects]]}}
On another note, I believe that the "|" directly preceding the categories section of the IFEQ should be removed, to prevent the templates themselves from appearing within the category listings.
