Difference between revisions of "Template:Hlist"

From Ava Zinn Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
m (CsDix moved page Template:Dotlist to Template:Hlist: To complement Template:Vlist)
(updated documentation following move)
Line 63: Line 63:
 
{{documentation
 
{{documentation
 
  |content =
 
  |content =
<code><nowiki>{{dotlist}}</nowiki></code> may be used in place of <code>{{((}}[[Template:Flatlist|flatlist]]{{!}}{{((}}[[Template:Unbulleted list|unbulleted list]]{{))}}{{))}}</code> when creating horizontal lists (hlists) of items in one line of code (i.e. <code><nowiki>{{dotlist |...}}</nowiki></code> rather than <code><nowiki>{{flatlist|{{unbulleted list |...}}}}</nowiki></code>).
+
<code><nowiki>{{hlist}}</nowiki></code> may be used in place of <code>{{((}}[[Template:Flatlist|flatlist]]{{!}}{{((}}[[Template:Unbulleted list|unbulleted list]]{{))}}{{))}}</code> when creating horizontal lists (hlists) of items in one line of code (i.e. <code><nowiki>{{hlist |...}}</nowiki></code> rather than <code><nowiki>{{flatlist|{{unbulleted list |...}}}}</nowiki></code>).
  
The syntax is the same as for <code>unbulleted list</code>, i.e. <code>{{((}}dotlist {{!}}''item1'' {{!}}''item2'' {{!}}''item3'' ... {{!}}''item50''{{))}}</code>. The extra parameters offered by <code>flatlist</code> and <code>unbulleted list</code> are also available.
+
The syntax is the same as for <code>unbulleted list</code>, i.e. <code>{{((}}hlist {{!}}''item1'' {{!}}''item2'' {{!}}''item3'' ... {{!}}''item50''{{))}}</code>. The extra parameters offered by <code>flatlist</code> and <code>unbulleted list</code> are also available.
  
 
}}<!--(end documentation)-->
 
}}<!--(end documentation)-->

Revision as of 19:51, 9 February 2013

Documentation icon Template documentation

{{hlist}} may be used in place of {{flatlist|{{unbulleted list}}}} when creating horizontal lists (hlists) of items in one line of code (i.e. {{hlist |...}} rather than {{flatlist|{{unbulleted list |...}}}}).

The syntax is the same as for unbulleted list, i.e. {{hlist |item1 |item2 |item3 ... |item50}}. The extra parameters offered by flatlist and unbulleted list are also available.