Template:OOO-LinkExternal: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
<span class="ooo-extlink"> | <includeonly> | ||
<span class="ooo-extlink">[{{{url}}} {{{title}}}]</span> | |||
</span> | </span> | ||
</includeonly> | |||
<noinclude> | <noinclude> | ||
| Line 32: | Line 33: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": "Styled external link used across the OOO wiki.", | |||
"params": { | |||
"url": { | |||
"label": "URL", | |||
"description": "External website address.", | |||
"type": "url", | |||
"required": true | |||
}, | |||
"title": { | |||
"label": "Link title", | |||
"description": "Text displayed for the link.", | |||
"type": "string", | |||
"required": true | |||
} | |||
} | |||
} | } | ||
</templatedata> | </templatedata> | ||