Відмінності між версіями «Шаблон:Flex columns/doc»
Tviggy (обговорення | внесок) м (Імпортовано 1 версія) |
Tviggy (обговорення | внесок) м |
||
Рядок 2: | Рядок 2: | ||
{{high-use| 4800 }} | {{high-use| 4800 }} | ||
{{Uses Lua|Module:Flex columns}} | {{Uses Lua|Module:Flex columns}} | ||
{{Uses | {{Uses MediaWiki:Common.css}} | ||
<!-- Please place template categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> | <!-- Please place template categories where indicated at the bottom of this page and interwikis at Wikidata (see [[Wikipedia:Wikidata]]) --> | ||
This template creates a column layout, where contents within the columns will have the same height, with any extra whitespace distributed throughout the shorter columns contents. It is mainly intended for use in portals. | This template creates a column layout, where contents within the columns will have the same height, with any extra whitespace distributed throughout the shorter columns contents. It is mainly intended for use in portals. |
Версія за 12:12, 15 жовтня 2020
Шаблон:Mbox Шаблон:High-use Шаблон:Uses Lua Шаблон:Uses MediaWiki:Common.css This template creates a column layout, where contents within the columns will have the same height, with any extra whitespace distributed throughout the shorter columns contents. It is mainly intended for use in portals.
This sort of layout requires browsers to support CSS flexbox. For those that don't there is a fallback that will show a two column view, but without the heights being the same (a layout many portals used as at July 2018).
For narrow screens, e.g. mobile devices, the display reverts to a single column.
Usage[ред. код]
{{Flex columns |1 = (...first column contents...) |2 = (...second column contents...) }}
Only contents which are in Шаблон:Tag tags will have extra whitespace distributed to them – except for those with class flex-columns-noflex
(or otherwise override the flex:
property)
To change the column balance, |flex1=
and/or |flex2=
can be set. The default for each is 1
. For example:
|flex1=3 |flex2=2
will result in the first column taking up to 60% (3/5) of the available width, and the second column taking up at least 40% (2/5) of the width.
Note that the actual column balance will vary depending on screen size, since the minimum width of each column is set at 360px.
See also[ред. код]
Шаблон:Portal templates navbox Шаблон:Column-generating template families