Template:Tlylink: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with ";Description :Used to link straight to FrameXML et al files stored at [https://www.townlong-yak.com/ www.townlong-yak.com]. ;Examples * <code><nowiki>{{Tlylink|FrameXML/Util....")
 
mNo edit summary
 
Line 1: Line 1:
;Description
Used to link straight to FrameXML et al files stored at [//www.townlong-yak.com/ //www.townlong-yak.com]. See [[Template:Wowtoolsfilelink]] and [[Template:Wowproglink]].
:Used to link straight to FrameXML et al files stored at [https://www.townlong-yak.com/ www.townlong-yak.com].
 
;Usage
* 1 - WoW resource path to the file
*


;Examples
;Examples
<code><nowiki>{{Tlylink|Util.lua}}</nowiki></code>
<nowiki>{{Tlylink|Util.lua}}</nowiki>
:&rarr; {{Tlylink|Util.lua}}
{{Tlylink|Util.lua}}
<code><nowiki>{{Tlylink|Util.lua|comment=not always current}}</nowiki></code>
:&rarr; {{Tlylink|Util.lua|comment=not always current}}
<code><nowiki>{{Tlylink|build=beta|Util.lua}}</nowiki></code>
:&rarr; {{Tlylink|build=beta|Util.lua}}
<code><nowiki>{{Tlylink|build=22018|Util.lua}}</nowiki></code>
:&rarr; {{Tlylink|build=22018|Util.lua}}


<nowiki>{{Tlylink|Util.lua|comment=not always current}}</nowiki>
{{Tlylink|Util.lua|comment=not always current}}


<nowiki>{{Tlylink|Util.lua|build=beta}}</nowiki>
{{Tlylink|Util.lua|build=beta}}
<nowiki>{{Tlylink|Util.lua|build=22018}}</nowiki>
{{Tlylink|Util.lua|build=22018}}
[[Category:Interface customization templates|{{PAGENAME}}]]
----
----
;Template
;Template
<onlyinclude>[https://www.townlong-yak.com/framexml/{{{build|live}}}/{{{1|}}} <span style="color:gray">FrameXML/</span>{{{1|}}}] ({{#if:{{{build|}}}|{{#ifeq:{{lc:{{{build|}}}}}|beta|beta|build {{{build|}}}}}|live}}{{#if:{{{comment|}}}|<nowiki>;</nowiki> {{{comment|}}}}})</onlyinclude>
<onlyinclude><includeonly><!--
[[Category:Interface customization templates|{{PAGENAME}}]]
 
-->//www.townlong-yak.com/framexml/{{{build|live}}}/{{{1|}}}<!--
 
[https://www.townlong-yak.com/framexml/{{{build|live}}}/{{{1|}}} <span style="color:gray">FrameXML/</span>{{{1|}}}] ({{#if:{{{build|}}}|{{#ifeq:{{lc:{{{build|}}}}}|beta|beta|build {{{build|}}}}}|live}}{{#if:{{{comment|}}}|<nowiki>;</nowiki> {{{comment|}}}}})
 
--></includeonly></onlyinclude>

Latest revision as of 04:30, 14 February 2021

Used to link straight to FrameXML et al files stored at //www.townlong-yak.com. See Template:Wowtoolsfilelink and Template:Wowproglink.

Usage
  • 1 - WoW resource path to the file
Examples

{{Tlylink|Util.lua}} //www.townlong-yak.com/framexml/live/Util.lua

{{Tlylink|Util.lua|comment=not always current}} //www.townlong-yak.com/framexml/live/Util.lua

{{Tlylink|Util.lua|build=beta}} //www.townlong-yak.com/framexml/beta/Util.lua

{{Tlylink|Util.lua|build=22018}} //www.townlong-yak.com/framexml/22018/Util.lua


Template