Wikipedia:Don't use hiddenStructure: Difference between revisions
Content deleted Content added
Locke Cole (talk | contribs) m →See also: fix sort keys |
→Solutions: limiting conditional rows avoids the issue |
||
Line 32:
**'''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.
**'''Problem''': Avoids the issue of conditional row displays.
Other possible solutions, which are ill-advised, include:
* Breaking apart a single template into various multiple other templates, with each handling different combinations of parameters.
|