Jump to content

Template:OOO-LinkExternalMulti: Difference between revisions

From Out of Ore Wiki
Created page with "<div class="ooo-extlinks-grid"> {{{1|}}} </div> <noinclude> == Usage == Creates a responsive grid for multiple external links. Example code: <pre> {{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..."
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<includeonly>
<div class="ooo-extlinks-grid">
<div class="ooo-extlinks-grid">
{{{1|}}}
{{{links|}}}
</div>
</div>
</includeonly>


<noinclude>
<noinclude>


== Usage ==
== Documentation ==


Creates a responsive grid for multiple external links.
Displays multiple styled external links arranged in columns.


Example code:
Add one external link template per line.
 
Example:


<pre>
<pre>
{{OOO-LinkExternalMulti|
{{OOO-LinkExternalMulti
{{OOO-LinkExternal|url=https://outofore.com|title=Official Website}}
|links=
{{OOO-LinkExternal|url=https://store.steampowered.com|title=Steam Page}}
{{OOO-LinkExternal|title=Official Website|url=https://outofore.com}}
{{OOO-LinkExternal|url=https://discord.gg|title=Discord}}
{{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}}
}}
}}
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.
</pre>
</pre>


Example result:
Example result:


<div class="ooo-extlinks-grid">
{{OOO-LinkExternalMulti
{{OOO-LinkExternal|url=https://outofore.com|title=Official Website}}
|links=
{{OOO-LinkExternal|url=https://store.steampowered.com|title=Steam Page}}
{{OOO-LinkExternal|title=Official Website|url=https://outofore.com}}
{{OOO-LinkExternal|url=https://discord.gg|title=Discord}}
{{OOO-LinkExternal|title=Steam Page|url=https://store.steampowered.com}}
</div>
{{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>
Line 34: Line 45:
   "description": "Container for multiple styled external links arranged in columns.",
   "description": "Container for multiple styled external links arranged in columns.",
   "params": {
   "params": {
     "1": {
     "links": {
       "label": "Links",
       "label": "Links",
       "description": "External link templates placed inside.",
       "description": "Add external link templates here. One per line.",
       "type": "content",
       "type": "content",
       "required": false
       "example": "{{OOO-LinkExternal|title=Official Website|url=https://outofore.com}}"
     }
     }
   }
   }
}
}
</templatedata>
</templatedata>
[[Category:OOO templates]]


</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.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Linkslinks

Add external link templates here. One per line.

Example
{{OOO-LinkExternal|title=Official Website|url=https://outofore.com}}
Contentoptional