Template:nextlinks
From Homestar Runner Wiki
(Difference between revisions)
It's dot com (Talk | contribs) (add action parameter (default = watch)) |
It's dot com (Talk | contribs) ("true" has better semantic meaning than "1") |
||
| (includes 7 intermediate revisions) | |||
| Line 1: | Line 1: | ||
| - | {{#if:{{{1|}}}| | + | {{#setvar:title|{{#if:{{{noquotes|}}}||"}}{{#if:{{{title|}}}|{{{title}}}|{{PAGENAME}}}}{{#if:{{{noquotes|}}}||"}}}}<!-- |
| - | *[[{{{site|HR}}}:{{{1|}}}|{{{action|watch}}} | + | -->{{#if:{{{1|}}}| |
| + | *[[{{{site|HR}}}:{{{1|}}}|{{{action|watch}}} {{#var:title}}]]|}}<!-- | ||
| - | -->{{#if:{{{youtube|}}}|*[[YouTube:{{{youtube}}}|{{{action|watch}}} | + | -->{{#if:{{{youtube|}}}|*[[YouTube:{{{youtube}}}|{{{ytaction|{{{action|watch}}}}}} {{#var:title}}]] on [[YouTube]]}}<!-- |
| - | -->{{#if:{{{twitter|}}}|*[[Twitter:StrongBadActual/status/{{{twitter}}}|{{{action|watch}}} | + | -->{{#if:{{{twitter|}}}|*[[Twitter:StrongBadActual/status/{{{twitter}}}|{{{action|watch}}} {{#var:title}}]] on {{#if:{{{y|}}}|{{prs|{{{twitter}}}|{{{d}}}|{{{m}}}|{{{y}}}|alt=Twitter}}|[[@StrongBadActual|Twitter]]}}}}<!-- |
| - | -->{{#if:{{{swf|}}}|*[[{{{site|HR}}}:{{{swf|}}}.swf|view the Flash file for | + | -->{{#if:{{{swf|}}}|*[[{{{site|HR}}}:{{{swf|}}}.swf|view the Flash file for {{#var:title}}]]}}<!-- |
| - | -->{{#if:{{{old|}}}|{{extlinks|{{{old}}}|swf={{{oldswf|}}}|nohtml={{{oldnohtml|}}}|noswf={{{oldnoswf|}}}|title={{{title|{{ | + | -->{{#if:{{{old|}}}|{{extlinks|{{{old}}}|swf={{{oldswf|}}}|nohtml={{{oldnohtml|}}}|noswf={{{oldnoswf|}}}|title={{{title|}}}|noquotes={{{noquotes|}}}|action={{{action|watch}}}|ytaction={{{ytaction|{{{action|watch}}}}}}}}}}<!-- |
| - | -->{{#if:{{{forum|{{{2|}}}}}}|*[[Forum:{{{forum|{{{2|}}}}}}|forum thread re: | + | -->{{#if:{{{forum|{{{2|}}}}}}|*[[Forum:{{{forum|{{{2|}}}}}}|forum thread re: {{#var:title}}]]}}<noinclude> |
==Basic usage== | ==Basic usage== | ||
| Line 29: | Line 30: | ||
|For pages where the toon's name doesn't match the wiki page name | |For pages where the toon's name doesn't match the wiki page name | ||
|{{nextlinks|filename|forum thread id|title=title}} | |{{nextlinks|filename|forum thread id|title=title}} | ||
| + | |- | ||
| + | | | ||
| + | <code>{{nextlinks|</code>''filename''<code>|</code>''forum thread id''<code>|title=</code>''title''<code>|noquotes=true}}</code> | ||
| + | |For pages where the toon's name doesn't match the wiki page name and we don't want to add double quotes | ||
| + | |{{nextlinks|filename|forum thread id|title=title|noquotes=true}} | ||
|- | |- | ||
| | | | ||
| Line 43: | Line 49: | ||
<code>{{nextlinks|</code>''filename''<code>|</code>''forum thread id''<code>|old=</code>''oldfilename''<code>}}</code> | <code>{{nextlinks|</code>''filename''<code>|</code>''forum thread id''<code>|old=</code>''oldfilename''<code>}}</code> | ||
|For links to the old [[Flash]] site using the {{t|extlinks}} template.<br/> | |For links to the old [[Flash]] site using the {{t|extlinks}} template.<br/> | ||
| - | *Note: Use <code>oldnohtml= | + | *Note: Use <code>oldnohtml=true</code>, <code>oldnoswf=true</code> and <code>oldswf=</code>''swf filename'' to pass the parameters <code>nohtml=true</code>, <code>noswf=true</code> and <code>swf=</code>''swf filename'' to the {{t|extlinks}} template, respectively. |
|{{nextlinks|filename|forum thread id|old=oldfilename}} | |{{nextlinks|filename|forum thread id|old=oldfilename}} | ||
|- | |- | ||
| Line 50: | Line 56: | ||
|For links to Flash files | |For links to Flash files | ||
|{{nextlinks|filename|forum thread id|swf=swf filename}} | |{{nextlinks|filename|forum thread id|swf=swf filename}} | ||
| + | |- | ||
| + | | | ||
| + | <code>{{nextlinks|</code>''filename''<code>|</code>''forum thread id''<code>|action=</code>''action''<code>}}</code> | ||
| + | |For pages that you don't watch | ||
| + | |{{nextlinks|filename|forum thread id|action=play}} | ||
| + | |- | ||
| + | | | ||
| + | <code>{{nextlinks|</code>''filename''<code>|</code>''forum thread id''<code>|youtube=</code>''YouTube id''<code>|ytaction=</code>''YouTube action''<code>}}</code> | ||
| + | |For pages where the YouTube action is different from the main action (or different from the default "watch" if <code>action</code> is not set) | ||
| + | |{{nextlinks|filename|forum thread id|youtube=YouTube id|ytaction=check out}} | ||
|} | |} | ||
Current revision as of 03:02, 22 February 2021
[edit] Basic usage
{{nextlinks|filename|forum thread id|youtube=YouTube video ID|old=oldfilename}}- 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 |
|---|---|---|
|
| For pages with no HTML file or Flash file | |
|
| For pages where the toon's name doesn't match the wiki page name | |
|
| For pages where the toon's name doesn't match the wiki page name and we don't want to add double quotes | |
|
| For YouTube videos | |
|
| For Twitter links If the date parameters are filled in, it will automatically link to the specific Tweet on the wiki | |
|
| For links to the old Flash site using the {{extlinks}} template.
| |
|
| For links to Flash files | |
|
| For pages that you don't watch | |
|
| 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
- {{extlinks}}
