Candy Crush Friends Wiki
Advertisement
Candy Crush Friends Wiki

Documentation for this module may be created at Module:OrderedListBlockers/doc

-- This module is used for the processing of the "Blocker" elements
-- listed in the infobox for the level pages
 
-- It is used in the processing of Template:Blocker and Template:BlockerItem
 
-- IMPORTANT: The order of the elements in this list reflects the order 
--  in which they will appear in the infobox
 
return {
    'ice1',
    'ice2',
    'ice3',
    'ice4',
    'ice5',
    'ice6',
    'gummy1',
    'gummy2',
    'gummy3',
    'gummy4',
    'gummy5',
    'gummy6',
    'lock',
    'swirl',
    'cup1',
    'cup2',
    'cup3',
    'cup4',
    'cup5',
    'cup6',
    'link1p',
    'link2p',
    'link3p',
    'link4p',
    'link1b',
    'link2b',
    'link3b',
    'link4b',
    'net1',
    'net2',
    'net3',
    'net4',
    'cake',
    'cream1',
    'cream2',
    'cream3',
    'cream4',
    'cream5',
    'cream6',
    'fizz1',
    'fizz2',
    'fizz3',
    'fizz4',
    'egg1',
    'egg2',
    'egg3',
    'egg4',
    'octosmash',
    }
Advertisement