Difference between revisions of "Template: Section"
From Genesys Documentation
(Updating for new Article form type) |
|||
Line 5: | Line 5: | ||
<pre> | <pre> | ||
{{Section | {{Section | ||
− | |||
|alignment= | |alignment= | ||
|anchor= | |anchor= | ||
− | |sectionHeading= | + | |sectionHeading= |
|FAQHeading= | |FAQHeading= | ||
− | |||
|structuredtext= | |structuredtext= | ||
|structuredtextwide= | |structuredtextwide= | ||
|image= | |image= | ||
− | | | + | |Media= |
− | |||
}} | }} | ||
Line 22: | Line 19: | ||
{{#cargo_declare:_table=Section | {{#cargo_declare:_table=Section | ||
− | |||
|alignment=String | |alignment=String | ||
|anchor=String | |anchor=String | ||
|sectionHeading=Text | |sectionHeading=Text | ||
|FAQHeading=Text | |FAQHeading=Text | ||
− | |||
|structuredtext=Wikitext (size=10000) | |structuredtext=Wikitext (size=10000) | ||
|structuredtextwide=Wikitext (size=10000) | |structuredtextwide=Wikitext (size=10000) | ||
|image=String | |image=String | ||
− | | | + | |Media=String |
− | |||
}} | }} | ||
</noinclude> | </noinclude> | ||
<includeonly>{{#cargo_store:_table=Section | <includeonly>{{#cargo_store:_table=Section | ||
− | |||
|alignment={{{alignment|}}} | |alignment={{{alignment|}}} | ||
|anchor={{{anchor|}}} | |anchor={{{anchor|}}} | ||
|sectionHeading={{{sectionHeading|}}} | |sectionHeading={{{sectionHeading|}}} | ||
|FAQHeading={{{FAQHeading|}}} | |FAQHeading={{{FAQHeading|}}} | ||
− | |||
|structuredtext={{{structuredtext|}}} | |structuredtext={{{structuredtext|}}} | ||
|structuredtextwide={{{structuredtextwide|}}} | |structuredtextwide={{{structuredtextwide|}}} | ||
|image={{{image|}}} | |image={{{image|}}} | ||
− | | | + | |Media={{{Media|}}} |
− | |||
}} | }} | ||
− | |||
− | |||
{{#if:{{{anchor|}}}|{{AnchorDiv|{{{anchor}}}}}|}} | {{#if:{{{anchor|}}}|{{AnchorDiv|{{{anchor}}}}}|}} | ||
− | {{#if:{{{sectionHeading|}}}|{{#switch:{{{Status|}}}|Yes={{#switch:{{NAMESPACENUMBER}}|620=<div style="margin-top: 40px; padding: 0 10px; opacity: .75; border-left: solid 3px lightgrey;"><div style="background-color: lightgrey; padding-left: 15px; margin-bottom: -30px; font-size: 90%; margin: 0 -10px -30px;"><i class="glyphicon glyphicon-eye-close" style="margin-right:5px;"></i> <strong>Hidden section</strong></div>|0=<div style="display:none;">}}}}<h2>{{{sectionHeading}}}</h2> | + | {{#if:{{{sectionHeading|}}}|{{#switch:{{{Status|}}}|Yes={{#switch:{{NAMESPACENUMBER}}|620=<div style="margin-top: 40px; padding: 0 10px; opacity: .75; border-left: solid 3px lightgrey;"><div style="background-color: lightgrey; padding-left: 15px; margin-bottom: -30px; font-size: 90%; margin: 0 -10px -30px;"><i class="glyphicon glyphicon-eye-close" style="margin-right:5px;"></i> <strong>Hidden section</strong></div>|0=<div style="display:none;">}}}}<h2>{{{sectionHeading}}}</h2>|}} |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |}} | ||
{{#switch:{{{alignment|}}} | {{#switch:{{{alignment|}}} | ||
− | |Horizontal= | + | |Horizontal=<div class="clearfix"> |
− | <div class="clearfix"> | ||
<div class="col-md-7"> | <div class="col-md-7"> | ||
− | {{# | + | {{#switch:{{{Media|}}} |
− | + | |Image=[[File:{{{image}}}|1]] | |
− | | | + | |GIF=[[File:{{{image}}}|1|class=gifffer|link=]] |
+ | |Video={{#widget:Vimeo|id={{{image}}}|width=100%}} | ||
+ | |#default= | ||
+ | }} | ||
</div> | </div> | ||
<div class="col-md-5"> | <div class="col-md-5"> | ||
{{#if:{{{structuredtext|}}}| | {{#if:{{{structuredtext|}}}| | ||
{{{structuredtext}}} | {{{structuredtext}}} | ||
− | |}} | + | |}}</div> |
− | </div> | ||
{{#if:{{{structuredtextwide|}}}| | {{#if:{{{structuredtextwide|}}}| | ||
<div class="col-md-12" style="padding-left: 0; padding-right: 0;"> | <div class="col-md-12" style="padding-left: 0; padding-right: 0;"> | ||
Line 80: | Line 62: | ||
||}} | ||}} | ||
</div> | </div> | ||
− | |Vertical= | + | |Vertical=<div class="clearfix"> |
− | <div class="clearfix"> | + | {{#switch:{{{Media|}}} |
− | {{# | + | |Image=[[File:{{{image}}}|1]] |
− | + | |GIF=[[File:{{{image}}}|1|class=gifffer|link=]] | |
− | | | + | |Video={{#widget:Vimeo|id={{{image}}}|width=100%}} |
+ | |#default= | ||
+ | }} | ||
{{#if:{{{structuredtext|}}}| | {{#if:{{{structuredtext|}}}| | ||
{{{structuredtext}}} | {{{structuredtext}}} | ||
Line 90: | Line 74: | ||
{{#if:{{{structuredtextwide|}}}| | {{#if:{{{structuredtextwide|}}}| | ||
{{{structuredtextwide}}} | {{{structuredtextwide}}} | ||
− | ||}} | + | ||}}</div> |
− | </div> | ||
− | |||
}}{{#switch:{{{Status|}}} | }}{{#switch:{{{Status|}}} | ||
|Yes={{#switch:{{NAMESPACENUMBER}}|620=</div>|0=</div>}}}}<nowiki /></includeonly><noinclude>[[Category:Article_Cargo]] | |Yes={{#switch:{{NAMESPACENUMBER}}|620=</div>|0=</div>}}}}<nowiki /></includeonly><noinclude>[[Category:Article_Cargo]] | ||
</noinclude> | </noinclude> |
Revision as of 13:46, January 17, 2020
This is the "Section" template.
It should be called in the following format:
{{Section |alignment= |anchor= |sectionHeading= |FAQHeading= |structuredtext= |structuredtextwide= |image= |Media= }}
Edit the page to see the template text.
This template defines the table "Section". View table.