Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 05:38, 20 February 2025 by Prd (talk | contribs) (Created page with "{{documentation subpage}}{{tsh|trow}} This template generates a table of examples for use in template documentation. == Usage == === Noname args === <syntaxhighlight lang="wikitext"> <table class="wikitable"> {{template example row|arg1}} {{template example row|arg1|arg2|arg3}} {{template example row|arg1|arg2|arg3|arg4|arg5}} </table> </syntaxhighlight> <!-- Template loop detected: Template:Template example row <table class="wikitable"> {{template example row|arg1}} {{...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This template generates a table of examples for use in template documentation.

Usage

Noname args

<table class="wikitable">
{{template example row|arg1}}
{{template example row|arg1|arg2|arg3}}
{{template example row|arg1|arg2|arg3|arg4|arg5}}
</table>

Named args

<table class="wikitable">
{{template example row|arg1|notes=...}}
{{template example row|arg1|arg2|arg3|notes=...}}
{{template example row|arg1|arg2|arg3|arg4|arg5|notes=...}}
</table>

Subpage

<table class="wikitable">
{{template example row|template=Infobox Fluss/Maß|arg1}}
{{template example row|template=Infobox Fluss/Maß|arg1|arg2|arg3}}
{{template example row|template=Infobox Fluss/Maß|arg1|arg2|arg3|arg4|arg5}}
</table>
{{Infobox Fluss/Maß|arg1}}

Template:Infobox Fluss/Maß

{{Infobox Fluss/Maß|arg1|arg2|arg3}}

Template:Infobox Fluss/Maß

{{Infobox Fluss/Maß|arg1|arg2|arg3|arg4|arg5}}

Template:Infobox Fluss/Maß

It doesn't support named arguments to the example template yet.

See also