Template:Tlylink: Difference between revisions
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: | ||
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> |
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