More actions
mNo edit summary |
m Change unknown interwiki pefix M to mdieawikiwiki. Change invalid self-closed HTML tags as per "https://www.mediawiki.org/wiki/Help:Lint_errors/self-closed-tag" replaced <font /> with <nowiki/> |
||
| Line 63: | Line 63: | ||
:<code>group<sub>n</sub> - </code>the left-side text before list-n (if group-n omitted, list-n starts at left of box). | :<code>group<sub>n</sub> - </code>the left-side text before list-n (if group-n omitted, list-n starts at left of box). | ||
:<code>list<sub>n</sub> - </code>text listing wikilinks, often separated by middot templates, such as: [< | :<code>list<sub>n</sub> - </code>text listing wikilinks, often separated by middot templates, such as: [<nowiki/>[A]]<code>{<nowiki/>{·}}</code> [<nowiki/>[B]] | ||
:<code>below - </code>optional text to appear below the group/list section. | :<code>below - </code>optional text to appear below the group/list section. | ||
| Line 285: | Line 285: | ||
*This template uses CSS classes for most of its looks, thus it is fully skinnable. | *This template uses CSS classes for most of its looks, thus it is fully skinnable. | ||
*Internally this meta template uses HTML markup instead of wiki markup for the table code. That is the usual way we make meta templates since wiki markup has several drawbacks. For instance it makes it harder to use [[ | *Internally this meta template uses HTML markup instead of wiki markup for the table code. That is the usual way we make meta templates since wiki markup has several drawbacks. For instance it makes it harder to use [[mediawikiwiki:Help:ParserFunctions|parser functions]] and special characters in parameters. | ||
*For more technical details see the CSS classes in [[MediaWiki:common.css]] and the collapsible table used to hide the box in [[MediaWiki:common.js]]. | *For more technical details see the CSS classes in [[MediaWiki:common.css]] and the collapsible table used to hide the box in [[MediaWiki:common.js]]. | ||