Template:Link: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
{{#if: {{added|}}|Date added: {{{added}}}}} | {{#if: {{added|}}|Date added: {{{added}}}}} | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "URL", | |||
"type": "url", | |||
"required": true | |||
}, | |||
"title": { | |||
"label": "Page title", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"added": { | |||
"label": "Date added (RFC 3339)", | |||
"type": "date", | |||
"suggested": true | |||
} | |||
}, | |||
"description": "Provide a link for the [[Links]] page", | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |
Revision as of 20:15, 25 August 2024
{{{1}}}
URL: {{{1}}}
Date added: {{{added}}}
Provide a link for the [[Links]] page
Parameter | Description | Type | Status | |
---|---|---|---|---|
URL | 1 | no description | URL | required |
Page title | title | no description | String | suggested |
Date added (RFC 3339) | added | no description | Date | suggested |