Template:OOO-LinkExternalMulti: Difference between revisions
Appearance
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
<includeonly> | |||
<div class="ooo-extlinks-grid"> | <div class="ooo-extlinks-grid"> | ||
{{{ | {{{links|}}} | ||
</div> | </div> | ||
</includeonly> | |||
<noinclude> | <noinclude> | ||
== | == Documentation == | ||
Displays multiple styled external links arranged in columns. | |||
Example | Add one external link template per line. | ||
Example: | |||
<pre> | <pre> | ||
{{OOO-LinkExternalMulti| | {{OOO-LinkExternalMulti | ||
{{OOO-LinkExternal|url=https://outofore.com | |links= | ||
{{OOO-LinkExternal|url=https://store.steampowered.com|title= | {{OOO-LinkExternal|title=Official Website|url=https://outofore.com}} | ||
{{OOO-LinkExternal|url=https:// | {{OOO-LinkExternal|title=Steam Page|url=https://store.steampowered.com}} | ||
{{OOO-LinkExternal|title=Discord|url=https://discord.gg/outofore}} | |||
{{OOO-LinkExternal|title=Reddit|url=https://reddit.com}} | |||
{{OOO-LinkExternal|title=YouTube|url=https://youtube.com}} | |||
{{OOO-LinkExternal|title=Twitter|url=https://twitter.com}} | |||
}} | }} | ||
</pre> | </pre> | ||
Example result: | Example result: | ||
{{OOO-LinkExternalMulti | |||
{{OOO-LinkExternal|url=https://outofore.com | |links= | ||
{{OOO-LinkExternal|url=https://store.steampowered.com|title= | {{OOO-LinkExternal|title=Official Website|url=https://outofore.com}} | ||
{{OOO-LinkExternal|url=https:// | {{OOO-LinkExternal|title=Steam Page|url=https://store.steampowered.com}} | ||
{{OOO-LinkExternal|title=Discord|url=https://discord.gg/outofore}} | |||
{{OOO-LinkExternal|title=Reddit|url=https://reddit.com}} | |||
{{OOO-LinkExternal|title=YouTube|url=https://youtube.com}} | |||
{{OOO-LinkExternal|title=Twitter|url=https://twitter.com}} | |||
}} | |||
== TemplateData == | |||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": " | "description": "Container for multiple styled external links arranged in columns.", | ||
"params": { | "params": { | ||
"links": { | "links": { | ||
"label": " | "label": "Links", | ||
"description": "Add | "description": "Add external link templates here. One per line.", | ||
"type": "content", | "type": "content", | ||
" | "example": "{{OOO-LinkExternal|title=Official Website|url=https://outofore.com}}" | ||
} | } | ||
} | } | ||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||
Latest revision as of 19:42, 6 March 2026
Documentation
Displays multiple styled external links arranged in columns.
Add one external link template per line.
Example:
{{OOO-LinkExternalMulti
|links=
{{OOO-LinkExternal|title=Official Website|url=https://outofore.com}}
{{OOO-LinkExternal|title=Steam Page|url=https://store.steampowered.com}}
{{OOO-LinkExternal|title=Discord|url=https://discord.gg/outofore}}
{{OOO-LinkExternal|title=Reddit|url=https://reddit.com}}
{{OOO-LinkExternal|title=YouTube|url=https://youtube.com}}
{{OOO-LinkExternal|title=Twitter|url=https://twitter.com}}
}}
Example result:
TemplateData
Container for multiple styled external links arranged in columns.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Links | links | Add external link templates here. One per line.
| Content | optional |