Шаблон:Subinfobox bodystyle/док — разлика између измена
| [непроверена измена] | [непроверена измена] |
Нема описа измене |
м (1 измена увезена) |
||
| (Једна међуизмена истог корисника није приказана) | |||
| Ред 1: | Ред 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!----Categories where indicated at the bottom of this page, please; interwikis to Wikidata.----> | <!----Categories where indicated at the bottom of this page, please; interwikis to Wikidata.----> | ||
{{redirect3|noquotes|[[Шаблон:Subinfobox bodystyle|Template:Subsidebar bodystyle]]}} | |||
This template provides the correct [[ | This template provides the correct [[cSS|styling]] with which to embed an {{tl|Infobox}} or {{tl|Sidebar}} within another template (usually another infobox or sidebar). | ||
== Usage == | == Usage == | ||
===with Infobox=== | === with Infobox === | ||
{{Infobox/Sidebar/etc <!--(i.e. the parent template)--> | {{Infobox/Sidebar/etc <!--(i.e. the parent template)--> | ||
........ | ........ | ||
| Ред 19: | Ред 20: | ||
}} | }} | ||
(Technical note: Using {{tl|subinfobox bodystyle}} rather than [[ | (Technical note: Using {{tl|subinfobox bodystyle}} rather than [[Шаблон:Infobox#Embedding|Infobox's ''child'' parameter]] to embed an {{tl|Infobox}} means that the outermost table used to contain the (otherwise typical stand-alone) Infobox is retained.) | ||
===with Sidebar=== | === with Sidebar === | ||
When using {{nobold|{{tlf|subinfobox bodystyle}}}} (as {{tl|subsidebar bodystyle}}) to embed a {{tl|Sidebar}}, the embedded Sidebar's ''navbar'' parameter (see [[ | When using {{nobold|{{tlf|subinfobox bodystyle}}}} (as {{tl|subsidebar bodystyle}}) to embed a {{tl|Sidebar}}, the embedded Sidebar's ''navbar'' parameter (see [[Шаблон:Sidebar#Other parameters|documentation]]) also needs to be set to "off" ({{para|navbar|off}}): | ||
{{Sidebar/Infobox/etc <!--(i.e. the parent template)--> | {{Sidebar/Infobox/etc <!--(i.e. the parent template)--> | ||
| Ред 38: | Ред 39: | ||
== Examples == | == Examples == | ||
===Infobox within Infobox=== | === Infobox within Infobox === | ||
{{Infobox | {{Infobox | ||
| label1 = label1 | | label1 = label1 | ||
| Ред 70: | Ред 71: | ||
</pre> | </pre> | ||
===Infobox within Sidebar=== | === Infobox within Sidebar === | ||
{{Sidebar | {{Sidebar | ||
| heading1 = heading1 | | heading1 = heading1 | ||
| Ред 108: | Ред 109: | ||
</pre> | </pre> | ||
===Infobox3cols within Infobox=== | === Infobox3cols within Infobox === | ||
{{Infobox | {{Infobox | ||
| label1 = label1 | | label1 = label1 | ||
| Ред 150: | Ред 151: | ||
</pre> | </pre> | ||
===Sidebar within Sidebar=== | === Sidebar within Sidebar === | ||
{{Sidebar | {{Sidebar | ||
| heading1 = heading1 | | heading1 = heading1 | ||
| Ред 185: | Ред 186: | ||
| content3 = content3 | | content3 = content3 | ||
| content4 = ''etc'' | | content4 = ''etc'' | ||
}} | }} | ||
</pre> | </pre> | ||
== TemplateData == | == TemplateData == | ||
{{ | {{TemplateDataHeader}} | ||
<templatedata> | <templatedata> | ||
{ | { | ||
| Ред 235: | Ред 198: | ||
</templatedata> | </templatedata> | ||
== See also == | |||
* {{tl|Navbox subgroup}}, a similar kind of template used with {{tl|Navbox}}. | |||
<includeonly>{{ | <includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox | | ||
| <!----Categories below this line, please; interwikis to Wikidata.----> | | <!----Categories below this line, please; interwikis to Wikidata.----> | ||
[[ | [[Категорија:Wikipedia utility templates]]<!-- requires focusing --> | ||
[[ | [[Категорија:Template implementation details]] | ||
}}</includeonly> | }}</includeonly> | ||
Тренутна верзија на датум 5. фебруар 2021. у 16:23
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
This template provides the correct styling with which to embed an {{Infobox}} or {{Sidebar}} within another template (usually another infobox or sidebar).
Usage
with Infobox
{{Infobox/Sidebar/etc <!--(i.e. the parent template)-->
........
| dataN/contentN/etc =
{{Infobox
| bodystyle = {{subinfobox bodystyle}}
........
}}
........
}}
(Technical note: Using {{subinfobox bodystyle}} rather than Infobox's child parameter to embed an {{Infobox}} means that the outermost table used to contain the (otherwise typical stand-alone) Infobox is retained.)
with Sidebar
When using {{subinfobox bodystyle}} (as {{subsidebar bodystyle}}) to embed a {{Sidebar}}, the embedded Sidebar's navbar parameter (see documentation) also needs to be set to "off" (|navbar=off):
{{Sidebar/Infobox/etc <!--(i.e. the parent template)-->
........
| contentN/dataN/etc =
{{Sidebar |navbar=off
| style = {{subsidebar bodystyle}}
........
}}
........
}}
Examples
Infobox within Infobox
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
{{Infobox
| label1 = label1
| data1 = data1
| data2 =
{{Infobox
| bodystyle = {{subinfobox bodystyle}}
| label1 = label1a
| data1 = data1a
| data2 = ''etc''
}}
| label3 = label3
| data3 = data3
| data4 = ''etc''
}}
Infobox within Sidebar
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
{{Sidebar
| heading1 = heading1
| content1 = content1
| heading2 = heading2
| content2 =
{{Infobox
| bodystyle = {{subinfobox bodystyle}}
| label1 = label2a
| data1 = data2a
| label2 = label2b
| data2 = data2b
| data3 = ''etc''
}}
| heading3 = heading3
| content3 = content3
| content4 = ''etc''
}}
Infobox3cols within Infobox
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
{{Infobox
| label1 = label1
| data1 = data1
| data2 =
{{Infobox3cols
| bodystyle = {{subinfobox bodystyle}}
| label1 = label1a
| data1a = data1aa
| data1b = data1ab
| data1c = data1ac
| label2 = label2a
| data2a = data2aa
| data2c = data2ac
| data3 = ''etc''
}}
| label3 = label3
| data3 = data3
| data4 = ''etc''
}}
Sidebar within Sidebar
Lua error: Cannot create process: proc_open(/dev/null): failed to open stream: Operation not permitted
{{Sidebar
| heading1 = heading1
| content1 = content1
| heading2 = heading2
| content2 =
{{Sidebar |navbar=off
| style = {{subsidebar bodystyle}}
| heading1 = heading2a
| content1 = content2a
| heading2 = heading2b
| content2 = content2b
| content3 = ''etc''
}}
| heading3 = heading3
| content3 = content3
| content4 = ''etc''
}}
TemplateData
TemplateData за Subinfobox bodystyle
This template provides the correct styling with which to embed an {{Infobox}} or {{Sidebar}} within another template (usually another infobox or sidebar).
| Параметар | Опис | Врста | Статус | |||
|---|---|---|---|---|---|---|
| Параметри нису наведени | ||||||
See also
- {{Navbox subgroup}}, a similar kind of template used with {{Navbox}}.