kmp>Admin
No edit summary
kmp>Admin
No edit summary
Line 8: Line 8:
|type
|type
}}
}}
<templatedata>
{
    "description": "",
    "params": {
        "date": {
            "label": "Date",
            "suggested": true,
            "description": {
                "en": "Timestamp of when the comment was posted, in YYYY-MM-DD format."
            },
            "aliases": ["2"],
            "autovalue": "{{subst:#time:Y-m-d}}"
        },
        "year": {
            "label": "Year",
            "type": "number"
        },
        "month": {
            "label": "Month",
            "inherits": "year"
        },
        "day": {
            "label": "Day",
            "inherits": "year"
        },
        "comment": {
            "required": false
        }
    },
    "sets": [
        {
            "label": "Date",
            "params": ["year", "month", "day"]
        }
    ]
}
</templatedata>
</noinclude><includeonly>
</noinclude><includeonly>
{{#default_form:Concept}}
{{#default_form:Concept}}
Line 17: Line 54:
  | broader={{{broader|}}}
  | broader={{{broader|}}}
}}
}}
</includeonly>
</includeonly>

Revision as of 13:04, 8 October 2025

This is the "Concept" template. It should be called in the following format: {{#template_params: |prefLabel |altLabel |broader |type }}

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Datedate 2

Timestamp of when the comment was posted, in YYYY-MM-DD format.

Auto value
{{subst:#time:Y-m-d}}
Unknownsuggested
Yearyear

no description

Numberoptional
Monthmonth

no description

Numberoptional
Dayday

no description

Numberoptional
commentcomment

no description

Unknownoptional