ಟೆಂಪ್ಲೇಟು:Div col/doc

ವಿಕಿಸೋರ್ಸ್ದಿಂದ

This template is a shortcut for producing columns using CSS (more info). It generates the CSS for various browsers. Supported browsers are the current versions of Firefox, Safari and Chrome.

Usage[ಸಂಪಾದಿಸಿ]

This template is used to make a list into columns, with the option of specifying a smaller font. It is used when the point at which the columns are broken does not need to be set exactly, since it will be chosen automatically by the browser.

If you need to set to column break exactly, use {{multicol}}.

Parameters[ಸಂಪಾದಿಸಿ]

  • 1, cols: Specifies the number of columns. Defaults to 2.
  • small: Specifies small font size (80%). Defaults to "no".

Examples[ಸಂಪಾದಿಸಿ]

Lists[ಸಂಪಾದಿಸಿ]

{{Div col}}
* a
* b
* c
* d
{{Div col end}}
  • a
  • b
  • c
  • d

Prose[ಸಂಪಾದಿಸಿ]

{{Div col|cols=6}}{{lorem ispsum}}
{{Div col end}}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Small[ಸಂಪಾದಿಸಿ]

{{Div col|small=yes}}{{lorem ispsum}}
{{Div col end}}
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

See also[ಸಂಪಾದಿಸಿ]

  • {{multicol}}, {{multicol-break}}, {{multicol-section}}, {{multicol-end}}, this template uses a table to create multiple columns of text. You need to place the breaks explicitly, but they will never move.
  • {{div col}}, {{div col end}}, which uses CSS3 properties to create columns dynamically. The reader's browser will choose where best to put the breaks, so the layout cannot be guaranteed not to change. This one is good for lists, as you don't need to worry about placing {{multicol-break}}s.