Link/External – Template
Lou Montana (talk | contribs) m (Lou Montana moved page Template:ExternalLink to Template:Link/External: Name standard) |
Lou Montana (talk | contribs) m (Text replacement - "ExternalLink" to "Link") |
||
Line 35: | Line 35: | ||
}} | }} | ||
}} | }} | ||
| -no links defined-{{TemplateCase||[[Category: | | -no links defined-{{TemplateCase||[[Category:Link template usage error]]}} | ||
}}</includeonly><noinclude>{{Doc/Template | }}</includeonly><noinclude>{{Doc/Template | ||
|descr= External link template allows external URLs filter/styliser depending on the domain name. | |descr= External link template allows external URLs filter/styliser depending on the domain name. | ||
It also replaces spaces in links by underscores. It adds the page to [[:Category: | It also replaces spaces in links by underscores. It adds the page to [[:Category:Link template usage error|Link template usage error]] category in case of improper formatting. | ||
{{{!}} class="wikitable" | {{{!}} class="wikitable" | ||
Line 62: | Line 62: | ||
|param2= text= | |param2= text= | ||
|descr2= (Optional, named parameter) the link's text | |descr2= (Optional, named parameter) the link's text | ||
|example1= <nowiki>{{ | |example1= <nowiki>{{Link}}</nowiki> | ||
|result1= {{ | |result1= {{Link}} | ||
|example2= <nowiki>{{ | |example2= <nowiki>{{Link|link= https://www.bohemia.net}}</nowiki> | ||
|result2= {{ | |result2= {{Link|link= https://www.bohemia.net}} | ||
|example3= <nowiki>{{ | |example3= <nowiki>{{Link|text= BI website}}</nowiki> | ||
|result3= {{ | |result3= {{Link|text= BI website}} | ||
|example4= <nowiki>{{ | |example4= <nowiki>{{Link|link= https://www.bohemia.net|text= BI website}}</nowiki> | ||
|result4= {{ | |result4= {{Link|link= https://www.bohemia.net|text= BI website}} | ||
|example5= | |example5= | ||
<nowiki>* {{ | <nowiki>* {{Link|link= https://www.armaholic.com}}</nowiki><br> | ||
<nowiki>* {{ | <nowiki>* {{Link|link= https://www.armedassault.com}}</nowiki><br> | ||
<nowiki>* {{ | <nowiki>* {{Link|link= https://dev-heaven.net}}</nowiki><br> | ||
<nowiki>* {{ | <nowiki>* {{Link|link= https://www.flashpoint1985.com}}</nowiki><br> | ||
<nowiki>* {{ | <nowiki>* {{Link|link= https://pastebin.jonasscholz.de}}</nowiki> | ||
|result5= <nowiki/> | |result5= <nowiki/> | ||
* {{ | * {{Link|link= https://www.armaholic.com}} | ||
* {{ | * {{Link|link= https://www.armedassault.com}} | ||
* {{ | * {{Link|link= https://dev-heaven.net}} | ||
* {{ | * {{Link|link= https://www.flashpoint1985.com}} | ||
* {{ | * {{Link|link= https://pastebin.jonasscholz.de}} | ||
|example6= <nowiki>{{ | |example6= <nowiki>{{Link|link= https://www.armaholic.com/page.php?id=1|text= My {{arma1}} mod}}</nowiki> | ||
|result6= {{ | |result6= {{Link|link= https://www.armaholic.com/page.php?id=1|text= My {{arma1}} mod}} | ||
|example7= <nowiki>* {{ | |example7= <nowiki>* {{Link|link= http://ofp.gamepark.cz/index.php?showthis=2302}}</nowiki><br> | ||
<nowiki>* {{ | <nowiki>* {{Link|link= http://ofp.gamepark.cz/index.php?showthis=2302|text= Screen shot of the week 21}}</nowiki><br> | ||
<nowiki>* {{ | <nowiki>* {{Link|link= http://ofpr.info}}</nowiki><br> | ||
<nowiki>* {{ | <nowiki>* {{Link|link= ftp://ofpr.info}}</nowiki> | ||
|result7= <nowiki/> | |result7= <nowiki/> | ||
* {{ | * {{Link|link= http://ofp.gamepark.cz/index.php?showthis=2302}} | ||
* {{ | * {{Link|link= http://ofp.gamepark.cz/index.php?showthis=2302|text= Screen shot of the week 21}} | ||
* {{ | * {{Link|link= http://ofpr.info}} | ||
* {{ | * {{Link|link= ftp://ofpr.info}} | ||
|example8= <nowiki>* {{ | |example8= <nowiki>* {{Link|link= http://www.armedassault.com/william/|text= William Porter's Blog}}</nowiki><br> | ||
<nowiki>* {{ | <nowiki>* {{Link|link= http://web.archive.org/web/20080401075137/http://www.armedassault.com/william/|text= William Porter's Blog}}</nowiki> | ||
|result8= <nowiki/> | |result8= <nowiki/> | ||
* {{ | * {{Link|link= http://www.armedassault.com/william/|text= William Porter's Blog}} | ||
* {{ | * {{Link|link= http://web.archive.org/web/20080401075137/http://www.armedassault.com/william/|text= William Porter's Blog}} | ||
}}</noinclude> | }}</noinclude> |
Revision as of 16:30, 4 January 2023
External link template allows external URLs filter/styliser depending on the domain name. It also replaces spaces in links by underscores. It adds the page to Link template usage error category in case of improper formatting.
Filtered | Redirected |
---|---|
|
|
This template is used on these pages.
Usage
{{Link/External|link=|text=}}
- link=: (named parameter) the URL
- text=: (Optional, named parameter) the link's text
Code | Result |
---|---|
{{Link}} | -no link provided- |
{{Link|link= https://www.bohemia.net}} | https://www.bohemia.net |
{{Link|text= BI website}} | -no link provided- |
{{Link|link= https://www.bohemia.net|text= BI website}} | BI website |
* {{Link|link= https://www.armaholic.com}} * {{Link|link= https://www.armedassault.com}} |
|
{{Link|link= https://www.armaholic.com/page.php?id=1|text= My {{arma1}} mod}} | My Armed Assault mod (dead link) |
* {{Link|link= http://ofp.gamepark.cz/index.php?showthis=2302}} * {{Link|link= http://ofp.gamepark.cz/index.php?showthis=2302|text= Screen shot of the week 21}} |
|
* {{Link|link= http://www.armedassault.com/william/|text= William Porter's Blog}} * {{Link|link= http://web.archive.org/web/20080401075137/http://www.armedassault.com/william/|text= William Porter's Blog}} |
|