Template:TestTemplate: Difference between revisions

    From UNITApedia
    (Created page with "<noinclude> <!-- Optional: Categorize your template --> Category:Test templates <templatedata> { "params": { "TestField": { "label": "Test Field", "description": "Enter some test data", "example": "Example text", "type": "string", "required": true } }, "description": "A test template that displays a Test Field value" } </templatedata> </noinclude> <includeonly> == Test Section == * **Test Field:** {{{TestField|}}} </include...")
     
    Tag: Reverted
    Line 18: Line 18:
    </noinclude>
    </noinclude>
    <includeonly>
    <includeonly>
    == Test Section ==
    * **Test Field:** {{{TestField|}}}
    </includeonly>

    Revision as of 08:48, 26 March 2025

    A test template that displays a Test Field value

    Template parameters

    ParameterDescriptionTypeStatus
    Test FieldTestField

    Enter some test data

    Example
    Example text
    Stringrequired