Template:Box: Difference between revisions

From AYSO Wiki
Content deleted Content added
Undo revision 470 by WikiVisor (talk)
No edit summary
Line 1: Line 1:
<noinclude><div class="ayso-card-deck mt-5"></noinclude><div class="card with-{{#ifeq:{{{header|}}}|bottom|footer|header}} border border-primary" {{#if:{{{image|}}}|data-background="{{#ifeq:{{{image|}}}|default|/w/extensions/MyWikisLocalConfig/Ayso-logo.png|{{filepath:{{PAGENAME:{{{image|}}}}}}}}}"}}><!--
<includeonly><div class="card with-{{#ifeq:{{{header|}}}|bottom|footer|header}} border border-primary" {{#if:{{{image|}}}|data-background="{{#ifeq:{{{image|}}}|default|/w/extensions/MyWikisLocalConfig/Ayso-logo.png|{{filepath:{{PAGENAME:{{{image|}}}}}}}}}"}}><!--


-->{{#ifeq:{{{header|}}}|bottom||{{#if:{{{target|}}}
-->{{#ifeq:{{{header|}}}|bottom||{{#if:{{{target|}}}
Line 20: Line 20:
|<div class="card-footer">{{{title|Title}}}</div>
|<div class="card-footer">{{{title|Title}}}</div>
}}|}}
}}|}}
</div><noinclude></div></noinclude>
</div></includeonly><noinclude>
<noinclude>
;Usage
;Usage
<pre>
<pre>
Line 32: Line 31:
}}
}}
</pre>
</pre>
;Example
{{Boxes|
{{Box
|title=Sports Connect
|target=Sports Connect
|header=bottom
|image=Ayso-connect.png
}}
{{Box
|title=AYSOU
|target=AYSOU
|header=bottom
|image=Ayso-circle.png
}}
{{Box
|title=Background Checks
|target=Background Checks
|header=bottom
|image=Ayso-run.png
}}
}}
<templatedata>
<templatedata>
{
{

Revision as of 04:27, 24 April 2022

Usage
{{Box
|title=
|target=
|header=
|image=
|content=
}}
Example

Creates a box.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Box titletitle

If not set, falls back to `target`.

Stringoptional
Box header positionheader

Set to "bottom" to move header down. Otherwise it will show up at the top.

Stringoptional
Link targettarget

Name of the page to link the box to.

Page nameoptional
Imageimage

Name of the uploaded image to be shown as the box background.

Fileoptional
Box contentcontent

Arbitrary wikitext adapted for use inside templates.

Contentoptional