Template:Video availability TableRow: Difference between revisions

From LoadingReadyWiki
Jump to navigationJump to search
MadAlric (talk | contribs)
No edit summary
MadAlric (talk | contribs)
m Let's hope this works! I don't like entering a thousand edits on one page >.>;;
Line 2: Line 2:
<p>I'm working on building this so that it's just a matter of inputting a few params to add a line to the availability table. It needs more work before it's ready for use, though.</p>
<p>I'm working on building this so that it's just a matter of inputting a few params to add a line to the availability table. It needs more work before it's ready for use, though.</p>
</noinclude>
</noinclude>
<includeonly>
<includeonly>
<!--Begin Template-->
|-
|-
<!--Video Title-->
<!--Video Title-->
Line 13: Line 15:
| [[{{{1}}} Transcript{{!}}Transcript]]
| [[{{{1}}} Transcript{{!}}Transcript]]
<!--Discussion topic-->
<!--Discussion topic-->
| {{#IF: {{{4| }}} | [http://loadingreadyrun.com/forum/viewtopic.php?t={{{4}}}{{!}}LRR] | NA |}} {{#IF: {{{5|}}}|<br> |}}
| {{#switch:  
  | {{{4}}} and -{{{5}}} = [http://loadingreadyrun.com/forum/viewtopic.php?t={{{4}}} LRR]
  | -{{{4}}} and {{{5}}} = [http://www.escapistmagazine.com/forums/read/{{{5}}} Escapist]
  | {{{4}}} and {{{5}}} = [http://loadingreadyrun.com/forum/viewtopic.php?t={{{4}}} LRR]<br>[http://www.escapistmagazine.com/forums/read/{{{5}}} Escapist]
  | NA
  }}
<!--Video page-->
<!--Video page-->
| [http://loadingreadyrun.com/videos/view/{{{6}}}|{{{6}}}]
| {{#IF: {{{13|}}} | style="background: {{{14}}}; color: white" | }} | {{#IF: {{{6|}}} | [http://loadingreadyrun.com/videos/view/{{{6}}} {{{6}}}]|no}}
<!--Quicktime video-->
<!--Quicktime video-->
| {{#if: {{{7|}}}|[http://loadingreadyrun.com/videos/view/{{{7}}}{{!}}|yes]|no}}
| {{#IF: {{{14|}}} | style="background: {{{15}}}; color: white" | }} | {{#IF: {{{7|}}} | [http://loadingreadyrun.com/videos/view/{{{7}}} yes] |no}}
<!--Download link-->
<!--Download link-->
| {{#if: {{{8|}}}|[{{{8}}}{!}}yes]|no}}
| {{#IF: {{{15|}}} | style="background: {{{16}}}; color: white" | }} | {{#IF: {{{8|}}} | [{{{8}}} yes]|no}}
<!--Blip.tv link-->
<!--Blip.tv link-->
| Blip.tv
| {{#IF: {{{16|}}} | style="background: {{{17}}}; color: white" | }} | {{#IF: {{{9|}}} | [http://blip.tv/loadingreadyrun/{{{9}}} yes]|no}}
<!--youtube link-->
<!--youtube link-->
| Youtube
| {{#IF: {{{17|}}} | style="background: {{{18}}}; color: white" | }} | {{#IF: {{{10|}}} | [http://www.youtube.com/watch?v={{{10}}} yes]|no}}
<!--Escapist video page-->
<!--Escapist video page-->
| Escapist
| {{#IF: {{{18|}}} | style="background: {{{19}}}; color: white" | }} | {{#IF: {{{11|}}} | [http://www.escapistmagazine.com/videos/view/loadingreadyrun/{{{11}}} yes]|no}}
<!--PATV video page-->
<!--PATV video page-->
| PATV
| {{#IF: {{{19|}}} | style="background: {{{20}}}; color: white" | }} | {{#IF: {{{12|}}} | [http://penny-arcade.com/patv/episode/{{{12}}} yes]|no}}
<!--Store link to DVD page-->
<!--Store link to DVD page-->
| DVD
| <!--{{#IF: {{{13|}}} | {{DVDAvailable|{{{13}}} }} | no }}-->{{{13}}}
<!--End Template-->
</includeonly>
</includeonly>
<noinclude>
<noinclude>
==Documentation==
==Documentation==
<pre>{{Video_availability_TableRow|Video Title|Category|Airdate|LRR Topic Number|Escapist topic number|video ID|Quicktime link|download link|blip.tv video code|youtube video ID|Escapist page|PATV page|DVD season #}}</pre>
<pre>
{{Video_availability_TableRow
|Title
|Category (hint: ]]<br>[[ between multiple categories)
|Date
|LRR forum topic number (&t="number" in URL) | Escapist topic number (right after read/, but before the dash
|Video page ID (number after View/ on LRR page)
|Quicktime page, minus http://loadingreadyrun.com/videos/view/
|Full download link
|Blip.tv video link (after loadingreadyrun/ in URL
|youtube video ID
|Escapist video ID (just the number works, but the whole page name will work, too.)
|PATV episode ID (this one's in plain english.)
|DVD season number or title (example: commodoreHustle)
|  |  |  |  |  |  | <<--for video availability coding. I've still to work on this bit
}}
</pre>
</noinclude>
</noinclude>

Revision as of 23:43, 14 March 2012


This page is incomplete. You can help by expanding it.


I'm working on building this so that it's just a matter of inputting a few params to add a line to the availability table. It needs more work before it's ready for use, though.



Documentation

{{Video_availability_TableRow
|Title
|Category (hint: ]]<br>[[ between multiple categories)
|Date
|LRR forum topic number (&t="number" in URL) | Escapist topic number (right after read/, but before the dash
|Video page ID (number after View/ on LRR page)
|Quicktime page, minus http://loadingreadyrun.com/videos/view/
|Full download link
|Blip.tv video link (after loadingreadyrun/ in URL
|youtube video ID
|Escapist video ID (just the number works, but the whole page name will work, too.)
|PATV episode ID (this one's in plain english.)
|DVD season number or title (example: commodoreHustle)
|   |   |   |   |   |   | <<--for video availability coding. I've still to work on this bit
}}