Template:OOO-LinkExternal: Difference between revisions
Appearance
Created page with "<span class="ooo-extlink">[{{{url}}} {{{title}}}]</span> <noinclude> == Usage == Creates a styled external link. Example: <pre> {{OOO-LinkExternal |url=https://outofore.com |title=Official Website }} </pre> Result: {{OOO-LinkExternal |url=https://outofore.com |title=Official Website }} == Parameters == * <code>url</code> – external link * <code>title</code> – text shown to users <templatedata> { "description": "Styled external link used across the OOO wiki..." |
mNo edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly> | |||
<span class="ooo-extlink">[{{{url}}} {{{title}}}]</span> | <span class="ooo-extlink">[{{{url}}} {{{title}}}]</span> | ||
</span> | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
| Line 30: | 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> | ||
Latest revision as of 20:12, 6 March 2026
Usage
Creates a styled external link.
Example:
{{OOO-LinkExternal
|url=https://outofore.com
|title=Official Website
}}
Result:
Parameters
url– external linktitle– text shown to users
Styled external link used across the OOO wiki.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| URL | url | External website address. | URL | required |
| Link title | title | Text displayed for the link. | String | required |