Template:Video availability TableRow: Difference between revisions
From LoadingReadyWiki
Jump to navigationJump to search
mNo edit summary |
No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| 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--> | ||
| [[{{{1}}}]] | || [[{{{1}}}]] | ||
<!--Category--> | <!--Category--> | ||
| [[{{{2}}}]] | || [[{{{2}}}]] | ||
<!--Airdate--> | <!--Airdate--> | ||
| {{{3}}} | || {{{3}}} | ||
<!--Transcript--> | <!--Transcript--> | ||
| [[{{{1}}} Transcript{{!}}Transcript]] | || [[{{{1}}} Transcript{{!}}Transcript]] | ||
<!--Discussion topic--> | <!--Discussion topic--> | ||
| {{# | || {{#if: {{{4|}}} | [http://loadingreadyrun.com/forum/viewtopic.php?t={{{4}}} LRR] | }} {{#if: {{{5|}}} | [http://www.escapistmagazine.com/forums/read/{{{5}}} Escapist] | }} | ||
<!--Video page--> | <!--Video page--> | ||
| [http://loadingreadyrun.com/videos/view/{{{6}}} | | {{#IF: {{{13|}}} | style="background: {{{14}}}; color: white" | }} | {{#IF: {{{6|}}} | [http://loadingreadyrun.com/videos/view/{{{6}}} {{{6}}}]|no}} | ||
<!--Quicktime video--> | <!--Quicktime video--> | ||
| {{# | | {{#IF: {{{14|}}} | style="background: {{{15}}}; color: white" | }} | {{#IF: {{{7|}}} | [http://loadingreadyrun.com/videos/view/{{{7}}} yes] |no}} | ||
<!--Download link--> | <!--Download link--> | ||
| {{# | | {{#IF: {{{15|}}} | style="background: {{{16}}}; color: white" | }} | {{#IF: {{{8|}}} | [{{{8}}} yes]|no}} | ||
<!--Blip.tv link--> | <!--Blip.tv link--> | ||
| | | {{#IF: {{{16|}}} | style="background: {{{17}}}; color: white" | }} | {{#IF: {{{9|}}} | [http://blip.tv/loadingreadyrun/{{{9}}} yes]|no}} | ||
<!--youtube link--> | <!--youtube link--> | ||
| | | {{#IF: {{{17|}}} | style="background: {{{18}}}; color: white" | }} | {{#IF: {{{10|}}} | [http://www.youtube.com/watch?v={{{10}}} yes]|no}} | ||
<!--Escapist video page--> | <!--Escapist video page--> | ||
| | | {{#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--> | ||
| | | {{#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--> | ||
| | || <!--{{#IF: {{{13|}}} | {{DVDAvailable|{{{13}}} }} | no }}-->{{{13}}} | ||
<!--End Template--> | |||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
==Documentation== | ==Documentation== | ||
<pre>{{Video_availability_TableRow| | <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> | ||
Latest revision as of 23:58, 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
}}