Template:OOO-LinkExternalMulti

Revision as of 19:36, 6 March 2026 by Tattecko (talk | contribs)


Usage

Creates a responsive grid for multiple external links.

Example code:

{{OOO-LinkExternalMulti|
{{OOO-LinkExternal|url=https://outofore.com|title=Official Website}}
{{OOO-LinkExternal|url=https://store.steampowered.com|title=Steam Page}}
{{OOO-LinkExternal|url=https://discord.gg|title=Discord}}
}}

to add more use source editor and add new line : {{OOO-LinkExternal|url=https://SAMPLELINK:COM|title=LINK TITLE}}
just before closing "}}". styling formats the rest.

Example result:

Displays multiple styled external links arranged in columns.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
External linkslinks

Add one external link template per line. Example:

{{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}}

Contentoptional