Advertisement
Guest User

Untitled

a guest
Feb 19th, 2015
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.85 KB | None | 0 0
  1. <div class="infobox infobox-episode thumb tright">
  2. {| class="infobox-table"
  3. {{#if:{{{1|}}}|
  4.  {{!}} colspan="2" class="infobox-image" {{!}}[[File:{{{1}}}|235px]]
  5. {{!}}-
  6. |}}
  7. {{#if:{{{2|}}}|
  8.  {{!}} colspan="2" class="infobox-content" {{!}} ''{{{2}}}''
  9. {{!}}-
  10. |}}
  11. {{#if:{{{3|}}}|
  12.  {{!}} class="infobox-label" {{!}} '''Internet Season:'''
  13.  {{!}} class="infobox-content" {{!}} {{{3}}}
  14. {{!}}-
  15. |}}
  16. {{#if:{{{4|}}}|
  17.  {{!}} class="infobox-label" {{!}} '''Episode:'''
  18.  {{!}} class="infobox-content" {{!}} {{{4}}}
  19. {{!}}-
  20. |}}
  21. {{#if:{{{5|}}}|
  22.  {{!}} class="infobox-label" {{!}} '''Production Number:'''
  23.  {{!}} class="infobox-content" {{!}} {{{5}}}
  24. {{!}}-
  25. |}}
  26. {{#if:{{{6|}}}|
  27.  {{!}} class="infobox-label" {{!}} '''Writers:'''
  28.  {{!}} class="infobox-content" {{!}} {{{6}}}
  29. {{!}}-
  30. |}}
  31. {{#if:{{{7|}}}|
  32.  {{!}} class="infobox-label" {{!}} '''Director:'''
  33.  {{!}} class="infobox-content" {{!}} {{{7}}}}
  34. {{!}}-
  35. |}}
  36. {{#if:{{{8|}}}|
  37.  {{!}} class="infobox-label" {{!}} '''Episode List:'''
  38.  {{!}} class="infobox-content" {{!}} {{{8}}}
  39. {{!}}-
  40. |}}
  41. {{#if:{{{9|}}}{{{10|}}}{{{11|}}}{{{12|}}}|
  42.  {{!}} colspan="2" class="center" {{!}} '''Cast'''
  43. {{!}}-
  44. |}}
  45. {{#if:{{{9|}}}|
  46.  {{!}} colspan="2" class="infobox-content" {{!}} '''Starring Roles'''<br />{{{9}}}
  47. {{!}}-
  48. |}}
  49. {{#if:{{{10|}}}|
  50.  {{!}} colspan="2" class="infobox-content" {{!}} '''Featuring Roles'''<br />{{{10}}}
  51. {{!}}-
  52. |}}
  53. {{#if:{{{11|}}}|
  54.  {{!}} colspan="2" class="infobox-content" {{!}} '''Appearances'''<br />{{{11}}}
  55. {{!}}-
  56. |}}
  57. {{#if:{{{12|}}}|
  58.  {{!}} colspan="2" class="infobox-content" {{!}} '''Video'''<br />{{{12}}}
  59. {{!}}-
  60. |}}
  61. {{#if:{{{13|}}}|
  62.  {{!}} class="infobox-label" {{!}} '''Previous Episode'''
  63.  {{!}} class="infobox-content" {{!}} {{{13}}}
  64. {{!}}-
  65. |}}
  66. {{#if:{{{14|}}}|
  67.  {{!}} class="infobox-label" {{!}} '''Next Episode'''
  68.  {{!}} class="infobox-content" {{!}} {{{14}}}
  69. |}}
  70. |}
  71. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement