Template:extlinks

From Homestar Runner Wiki

(Difference between revisions)
Jump to: navigation, search
("true" has better semantic meaning than "1")
(add "(mirror)" to mirror links)
 
Line 1: Line 1:
{{#setvar:title|{{#if:{{{noquotes|}}}||"}}{{#if:{{{title|}}}|{{{title}}}|{{PAGENAME}}}}{{#if:{{{noquotes|}}}||"}}}}<!--
{{#setvar:title|{{#if:{{{noquotes|}}}||"}}{{#if:{{{title|}}}|{{{title}}}|{{PAGENAME}}}}{{#if:{{{noquotes|}}}||"}}}}<!--
-->{{#if:{{{nohtml|}}}||{{#if:{{{1|}}}|
-->{{#if:{{{nohtml|}}}||{{#if:{{{1|}}}|
-
*{{el|{{{1|}}}.html|{{{action|watch}}} {{#var:title}}|{{{site|oldhr}}}}} {{#if:{{{site|}}}||on the old [[Flash]] site}}|}}}}<!--
+
*{{el|{{{1|}}}.html|{{{action|watch}}} {{#var:title}}|{{{site|oldhr}}}}} {{#switch:{{{site|notspecified}}}|#default=|Mirror=(mirror)|notspecified=on the old [[Flash]] site}}|}}}}<!--
-->{{#if:{{{noswf|}}}||{{#if:{{{1|}}}|
-->{{#if:{{{noswf|}}}||{{#if:{{{1|}}}|

Current revision as of 21:05, 16 October 2021


[edit] Basic usage

  • {{extlinks|filename|forum thread id}}
    • The forum thread id can be left out, if the toon doesn't have a forum thread.

[edit] Other parameters that can be used

Parameter Description Example

{{extlinks|filename|forum thread id|site=Mirror}}

For pages on the HRWiki mirror (any other interwiki prefix can also be used, as long as the URL ends in .html or .swf)

{{extlinks|html filename|forum thread id|swf=swf filename}}

For pages where the Flash file has a different name to the HTML file

{{extlinks|swf filename|forum thread id|nohtml=true}}

For pages where the Flash file has no HTML file

{{extlinks|html filename|forum thread id|noswf=true}}

For pages where the HTML file has no Flash file

{{extlinks|forum=forum thread id}}

For pages with no HTML file or Flash file

{{extlinks|filename|forum thread id|title=title}}

For pages where the toon's name doesn't match the wiki page name

{{extlinks|filename|forum thread id|title=title|noquotes=true}}

For pages where the toon's name doesn't match the wiki page name and we don't want to add double quotes

{{extlinks|filename|forum thread id|youtube=YouTube id}}

For YouTube videos

{{extlinks|filename|forum thread id|twitter=Twitter id|d=day|m=month|y=year}}

For Twitter links
If the date parameters are filled in, it will automatically link to the specific Tweet on the wiki

{{extlinks|filename|forum thread id|action=action}}

For pages that you don't watch

{{extlinks|filename|forum thread id|youtube=YouTube id|ytaction=YouTube action}}

For pages where the YouTube action is different from the main action (or different from the default "watch" if action is not set)

[edit] See Also