Difference between revisions of "Template:Template example row"

From CannaQAWiki
Jump to navigationJump to search
(Created as needed.)
 
m (Protected "Template:Template example row" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 17:41, 3 March 2015

[edit] [purge] Template documentation

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

Usage

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

 <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>

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

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

See also