Difference between revisions of "Template:MultiColListTop"

From BattleMaster Wiki
Jump to navigation Jump to search
Line 2: Line 2:
 
-moz-column-count: 4;
 
-moz-column-count: 4;
 
-moz-column-gap: 20px;
 
-moz-column-gap: 20px;
-webkit-column-count: 3;
+
-webkit-column-count: 4;
 
-webkit-column-gap: 20px;
 
-webkit-column-gap: 20px;
column-count: 3;
+
column-count: 4;
 
column-gap: 20px;
 
column-gap: 20px;
 
"></includeonly><noinclude>This template is not intended to be used by itself. It is part of a set of templates used to make multi-column lists. Other templates in this system: [[Template:MultiColListItem]] and [[Template:MultiColListBottom]]. You can feed a parameter to the template to control the number of columns. Every 200 pixels makes one column. For two columns: <nowiki>{{MultiColListTop|400}}</nowiki>, for three columns: <nowiki>{{MultiColListTop|600}}</nowiki>, etc. When used in a semantic query output, you can specify the columns like this:
 
"></includeonly><noinclude>This template is not intended to be used by itself. It is part of a set of templates used to make multi-column lists. Other templates in this system: [[Template:MultiColListItem]] and [[Template:MultiColListBottom]]. You can feed a parameter to the template to control the number of columns. Every 200 pixels makes one column. For two columns: <nowiki>{{MultiColListTop|400}}</nowiki>, for three columns: <nowiki>{{MultiColListTop|600}}</nowiki>, etc. When used in a semantic query output, you can specify the columns like this:

Revision as of 23:06, 17 February 2011

This template is not intended to be used by itself. It is part of a set of templates used to make multi-column lists. Other templates in this system: Template:MultiColListItem and Template:MultiColListBottom. You can feed a parameter to the template to control the number of columns. Every 200 pixels makes one column. For two columns: {{MultiColListTop|400}}, for three columns: {{MultiColListTop|600}}, etc. When used in a semantic query output, you can specify the columns like this:

  • introtemplate=MultiColListTop - two columns
  • introtemplate=MultiColListTop{{!}}600 - three columns
  • introtemplate=MultiColListTop{{!}}800 - four columns
  • etc.