Template talk:Infotable
Oh yes, this tepmlate is a good idea if you ask me, getting rid of ALL the miscellaneous templates point ent, brush ent, convar, shader etc. Great {{{type}}} parameter. I was just about to suggest also allowing some descriptive shortcuts, for example point ent, convar, concmd, game, gamesp, tool in addition to e0 etc. but I just saw the source code and why I shoudn't. --Popcorn (talk) 07:19, 5 October 2022 (PDT)
Missing parameter?
The "releasedate" parameter in the usage guide doesn't seem to exist in this template. Perhaps the usage info needs updating? TF2CutContent (talk) 21:01, 7 October 2023 (PDT)
GitHub link not working with type t3?
Noticed this bug when adding an infotable to User:SirYodaJedi/YBSP.
— SirYodaJedi (talk) 14:08, 14 September 2024 (PDT)
- Seems it was due to having blank parameters for other links.
— SirYodaJedi (talk) 14:16, 14 September 2024 (PDT)- Looking at this if it's clear now why
{{#if:{{{steam|{{{moddb|{{{github|{{{wiki|{{{discord|{{{notion|}}}}}}}}}}}}}}}}}}
If steam or moddb param is being set to empty string it won't get to check the rest of the parameters and empty #if will be result in false --Nescius (talk) 14:19, 14 September 2024 (PDT)
- Looking at this if it's clear now why