For faster navigation, this Iframe is preloading the Wikiwand page for টেমপ্লেট:Div col end.

টেমপ্লেট:Div col end

টেমপ্লেট নথি[দেখুন] [সম্পাদনা] [ইতিহাস] [শোধন]
CSS3 একাধিক কলামের বিন্যাসন ব্রাউজার সমর্থন
বৈশিষ্ট ইন্টারনেট
এক্সপ্লোরার
ফায়ারফক্স সাফারি ক্রোম অপেরা
কলামের-প্রস্থ
কলাম-গণনা
≥ ১০
(২০১২)
≥ ১.৫
(২০০৫)
≥ ৩
(২০০৭)
≥ ১
(২০০৮)
≥ ১১.১
(২০১১)
কলামসমূহ ≥ ১০
(২০১২)
≥ ৯
(২০১১)
≥ ৩
(২০০৭)
≥ ১
(২০০৮)
≥ ১১.১
(২০১১)
আগে-বিরতি
পরে-বিরতি
মধ্যে-বিরতি
≥ ১০
(২০১২)
না না না ≥ ১১.১
(২০১১)

((Div col)) formats a list into columns that wrap properly and compatibly with portable computer devices, especially PAD operating systems and small screens.

উদ্দেশ্য[সম্পাদনা]

It automatically breaks the available screen space into equal parts, meaning, for instance, that it is not necessary to guess how many columns to use and then figure out the dividing point(s), e.g., the halfway point to divide the list into two columns, or the one-third and two-thirds points to divide the list into three columns.

  • The list content is either provided by the |content= parameter (which can be restrictive of what content is allowed; e.g., wiki markup such as the | character must somehow be escaped), or terminated with ((div col end)). The ((columns-list)) wrapper uses the parameter method for providing content (including its limitations).
  • The template system (family) also offers parameter options to set a smaller (90%) font-size parameter (|small=yes), place vertical lines parameter ("rules") between the columns (|rules=) and to add other custom styling (|style=).

((Div col)) can create multiple columns in web browsers which support the following CSS properties:

By default, the template creates columns that are 30em wide.

এই টেমপ্লেটের প্যারামিটার[সম্পাদনা]

বর্ণনা[সম্পাদনা]

There are six parameters for this template:

|colwidth=
Specifies the minimum width of the columns so that the number of columns is automatically based on screen width (that is, more columns will be shown on wider displays). Can be specified in any CSS unit of measure, for instance, the em (about the width of the capital "M" of the displayed typeface), e.g., colwidth=20em. If no value is supplied, the template uses a default of 30em.
|rules=
Adds vertical lines ("rules") between the columns if set to yes or some CSS styling (e.g. 1px dashed blue;).
|gap=
Specifies the space between the content of adjacent columns. Specified in any CSS unit, e.g, gap=2em. The default spacing (set by browser) is 1em.
|style=
CSS styling to apply to the columns.
|small=yes
sets font size to 90%.
|content=
content to apply to the columns.

Example of "colwidth" parameter[সম্পাদনা]

Example with column width of 10em
((div col|colwidth=10em))
* a
* b
* c
* d
* e
* f
* g
* h
((div col end))
produces
  • a
  • b
  • c
  • d
  • e
  • f
  • g
  • h

Example of "rules" parameter[সম্পাদনা]

Example
((Div col|rules=yes))
* a
* b
* c
* d
* e
* f
* g
* h
((Div col end))
produces
  • a
  • b
  • c
  • d
  • e
  • f
  • g
  • h

Example of "gap" parameter[সম্পাদনা]

Example
((Div col|colwidth=10em|rules=yes|gap=2em))
* a
* b
* c
* d
* e
* f
* g
* h
((Div col end))
produces
  • a
  • b
  • c
  • d
  • e
  • f
  • g
  • h

Example of "small" parameter[সম্পাদনা]

Example showing how setting "small" parameter to "yes" produces smaller font size
((Div col|small=yes))
* a
* b
* c
* d
* e
* f
* g
* h
((Div col end))
produces
  • a
  • b
  • c
  • d
  • e
  • f
  • g
  • h

Example of "content" parameter[সম্পাদনা]

Example showing how to provide "content" parameter without using ((Div col end))
((Div col|colwidth=10em|content=
* a
* b
* c
* d
* e
* f
* g
* h
))
produces
  • a
  • b
  • c
  • d
  • e
  • f
  • g
  • h

Usage with multiple parameters[সম্পাদনা]

Parameters can be used in any order. Example:

((Div col|colwidth=10em|rules=yes|gap=2em|small=yes))
* a
* b
* c
* d
* e
* f
* g
* h
((Div col end))

or

((Div col|rules=yes|gap=2em|small=yes|colwidth=10em))
* a
* b
* c
* d
* e
* f
* g
* h
((Div col end))
produces
  • a
  • b
  • c
  • d
  • e
  • f
  • g
  • h

and exactly the same result below

  • a
  • b
  • c
  • d
  • e
  • f
  • g
  • h
Example with column width of 20em
((div col|colwidth=20em))
* a
* b
* c
* d
* e
* f
* g
* h
((div col end))
produces
  • a
  • b
  • c
  • d
  • e
  • f
  • g
  • h
Example with column width of 30em
((div col|colwidth=30em))
* a
* b
* c
* d
* e
* f
* g
* h
((div col end))
produces
  • a
  • b
  • c
  • d
  • e
  • f
  • g
  • h
Example of how this template behaves if no bullets (generated by asterisk mark) are used.
((div col|colwidth=10em))
a
b
c
d
e
f
g
h
((div col end))
produces

a b c d e f g h

অনুসরণকরণ বিষয়শ্রেণী[সম্পাদনা]

টেমপ্লেটতথ্য[সম্পাদনা]

নতুন দৃশ্যমান সম্পাদনা দ্বারা ব্যবহৃত টেমপ্লেটের জন্য টেমপ্লেটডাটা নথি।

Div col end শীর্ষ

Ends a multi-column list started by ((div col)). It takes no parameters.

টেমপ্লেট প্যারামিটার[টেমপ্লেটের উপাত্ত সম্পাদনা করুন]

প্যারামিটারবিবরণধরনঅবস্থা
কোন প্যারামিটার নির্দিষ্ট করা হয়নি

পুনর্নির্দেশ[সম্পাদনা]

আরও দেখুন[সম্পাদনা]

{{bottomLinkPreText}} {{bottomLinkText}}
টেমপ্লেট:Div col end
Listen to this article

This browser is not supported by Wikiwand :(
Wikiwand requires a browser with modern capabilities in order to provide you with the best reading experience.
Please download and use one of the following browsers:

This article was just edited, click to reload
This article has been deleted on Wikipedia (Why?)

Back to homepage

Please click Add in the dialog above
Please click Allow in the top-left corner,
then click Install Now in the dialog
Please click Open in the download dialog,
then click Install
Please click the "Downloads" icon in the Safari toolbar, open the first download in the list,
then click Install
{{::$root.activation.text}}

Install Wikiwand

Install on Chrome Install on Firefox
Don't forget to rate us

Tell your friends about Wikiwand!

Gmail Facebook Twitter Link

Enjoying Wikiwand?

Tell your friends and spread the love:
Share on Gmail Share on Facebook Share on Twitter Share on Buffer

Our magic isn't perfect

You can help our automatic cover photo selection by reporting an unsuitable photo.

This photo is visually disturbing This photo is not a good choice

Thank you for helping!


Your input will affect cover photo selection, along with input from other users.

X

Get ready for Wikiwand 2.0 🎉! the new version arrives on September 1st! Don't want to wait?