Module:Currently Airing/parts

From AIOWiki
Jump to navigation Jump to search

Episodes are added in the format:

['generated-url'] = 'correct-url',
  • generated-url is the incorrect URL returned by the template, it will consist of anything after the episode number in the full URL
  • correct-url is the correct URL to replace the incorrect URL, it will replace anything after the episode number in the full URL

return {
    -- Part styling --
    ['a-look-back-pt2'] = 'a-look-back-2-of-2',
    ['a-look-back-pt1'] = 'a-look-back-1-of-2',
    ['blackgaards-revenge-pt2'] = 'blackgaards-revenge-2-of-2',
    ['blackgaards-revenge-pt1'] = 'blackgaards-revenge-1-of-2',
    
    -- Different episode name --
    ['no-way-in'] = 'no-way-out-pt2',
    ['no-way-out'] = 'no-way-out-pt1',
    ['patrick-a-heart-afire-pt2'] = 'saint-patrick-a-heart-afire-pt2',
    ['patrick-a-heart-afire-pt1'] = 'saint-patrick-a-heart-afire-pt1',
    ['the-american-revelation-pt2'] = 'the-american-revolution-pt2',
    ['the-american-revelation-pt1'] = 'the-american-revolution-pt1',
    ['ot-action-news-battle-at-the-kishon'] = 'o-t-action-news-battle-at-the-kishon',
    ['the-worst-day-ever'] = 'worst-day-ever',
    ['lyin-tale-and-two-roads'] = 'the-lyin-tale-and-two-roads',
    ['sunset-bowlawater-and-long-way-home'] = 'sunset-bowlawater-and-the-long-way-home',
}