49
edits
(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: | ||
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]]. | |||
;Usage | |||
* 1 - WoW resource path to the file | |||
* | |||
;Examples | ;Examples | ||
<nowiki>{{Tlylink|Util.lua}}</nowiki> | |||
{{Tlylink|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><!-- | ||
-->//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> | |||