Difference between revisions of "Template:Support Box"

From AYSO Wiki
m (Jeffbailey moved page Template:AYSO Support to Template:Support Box without leaving a redirect: Make generic version; Use leading word "Support")
(Create generic Support Box template.)
 
Line 1: Line 1:
<div style="border: 1px solid #a2a9b1; background-color: #ecfcf4; padding: 1em; margin: 1em;">The AYSO Support team is always here to help.  Have any questions? Is something on this page inaccurate? Can't find a topic? Send us your needs or suggestions at [mailto:support@ayso.org support@ayso.org], or see the [[Support]] page for phone numbers and web support.</div>
+
<noinclude>
 +
This is a Template for a trailing support box.
 +
<templatedata>
 +
{
 +
    "description": "Generic trailing support box",
 +
    "params": {
 +
        "text": {
 +
            "label": "Text for support box",
 +
            "type": "string",
 +
            "required": true,
 +
            "description": "Text for support box"
 +
        }
 +
    }
 +
}
 +
</templatedata>
 +
</noinclude><includeonly><div style="border: 1px solid #a2a9b1; background-color: #ecfcf4; padding: 1em; margin: 1em;">{{{text}}}</div></includeonly>

Latest revision as of 14:24, 14 July 2023

This is a Template for a trailing support box.

Generic trailing support box

Template parameters

ParameterDescriptionTypeStatus
Text for support boxtext

Text for support box

Stringrequired