Template:OOO-LinkExternalMulti: Difference between revisions
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 |
||
| Line 32: | Line 32: | ||
<templatedata> | <templatedata> | ||
{ | { | ||
"description": " | "description": "Displays multiple styled external links arranged in columns.", | ||
"params": { | "params": { | ||
" | "links": { | ||
"label": " | "label": "External links", | ||
"description": " | "description": "Add one external link template per line. Example:\n\n{{OOO-LinkExternal|title=Official Website|url=https://outofore.com}}\n{{OOO-LinkExternal|title=Steam Page|url=https://store.steampowered.com}}\n{{OOO-LinkExternal|title=Discord|url=https://discord.gg/outofore}}", | ||
"type": "content", | "type": "content", | ||
"required": false | "required": false | ||
| Line 43: | Line 43: | ||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category:OOO templates]] | [[Category:OOO templates]] | ||
</noinclude> | </noinclude> | ||