Template talk:Infotable: Difference between revisions
Jump to navigation
Jump to search
(→Missing parameter?: new section) |
No edit summary |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 5: | Line 5: | ||
The "releasedate" parameter in the usage guide doesn't seem to exist in this template. Perhaps the usage info needs updating? [[User:TF2CutContent|TF2CutContent]] ([[User talk:TF2CutContent|talk]]) 21:01, 7 October 2023 (PDT) | The "releasedate" parameter in the usage guide doesn't seem to exist in this template. Perhaps the usage info needs updating? [[User:TF2CutContent|TF2CutContent]] ([[User talk: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]].<br/>— [[User:SirYodaJedi|SirYodaJedi]] ([[User_talk:SirYodaJedi|talk]]) 14:08, 14 September 2024 (PDT) | |||
:Seems it was due to having blank parameters for other links.<br/>— [[User:SirYodaJedi|SirYodaJedi]] ([[User_talk:SirYodaJedi|talk]]) 14:16, 14 September 2024 (PDT) | |||
::Looking at this if it's clear now why <code><nowiki>{{#if:{{{steam|{{{moddb|{{{github|{{{wiki|{{{discord|{{{notion|}}}}}}}}}}}}}}}}}}</nowiki></code> 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 --[[User:Nescius|Nescius]] ([[User talk:Nescius|talk]]) 14:19, 14 September 2024 (PDT) |
Latest revision as of 14:20, 14 September 2024
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