Template:OOO-LinkExternal: Difference between revisions

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
Line 1: Line 1:
<span class="ooo-extlink">[{{{url}}} {{{title}}}]</span>
<span class="ooo-extlink">
<a href="{{{url}}}" target="_blank" rel="noopener noreferrer" class="external">{{{title}}}</a>
</span>


<noinclude>
<noinclude>