Wikipedia:Don't use hiddenStructure: Difference between revisions

Content deleted Content added
Solutions: limiting conditional rows avoids the issue
m Solutions: =if -> if=
Line 30:
* Use Weeble code (such as {{tl|row}}).
**'''Advantage''': Can avoid meta-templates altogether.
**'''Problem''': Requires that a blank parameter (usually <code>=if=</code>) be passed. Also, if and when conditionals are implemented in MediaWiki, it may be more difficult to find and replace templates utilizing this method. Finally, templates that use Weeble are generally the ugliest as far as the code is concerned.
* Limit or eliminate conditional rows.
**'''Advantage''': Avoids the issue of conditional row displays.