Module:File: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 25: Line 25:
local diagram = "Diagram"
local diagram = "Diagram"
         local flag = "Flag"
         local flag = "Flag"
        local font = "Mr. Saturn font"
local logo = "Logo"
local logo = "Logo"
local location = "Location"
local location = "Location"
Line 114: Line 115:


             ['flag'] = flag,
             ['flag'] = flag,
            ['font'] = font,
            ['mr saturn'] = font,
            ['mr. saturn'] = font,
            ['Mr. Saturn font'] = font,
            ['saturn font'] = font,
            ['Mr Saturn font'] = font,
['ico'] = sprite,
['ico'] = sprite,
Line 247: Line 255:
local diagram = "[[Category:".. Y .."diagrams]]"
local diagram = "[[Category:".. Y .."diagrams]]"
local flag = "[[Category:".. Y .."flags]]"
local flag = "[[Category:".. Y .."flags]]"
        local font = "[[Category:Mr. Saturn font]]"
local location = "[[Category:".. Y .."locations]]"
local location = "[[Category:".. Y .."locations]]"
local logo = "[[Category:".. Y .."logos]]"
local logo = "[[Category:".. Y .."logos]]"
Line 336: Line 345:


             ['flag'] = flag,
             ['flag'] = flag,
            ['font'] = font,
            ['mr saturn'] = font,
            ['mr. saturn'] = font,
            ['Mr. Saturn font'] = font,
            ['saturn font'] = font,
            ['Mr Saturn font'] = font,
['ico'] = sprite,
['ico'] = sprite,
Line 706: Line 722:
end
end
local panel = '<table class="wikitable" style="width: 100%"><tr><th colspan="2">File information</th></tr>'.. panel_game .. panel_description .. panel_type .. panel_meta .. panel_user .. panel_source .. panel_resized .. panel_youtube .. panel_fandom .. panel_license ..'</table>'
local panel = '<table class="wikitable filetemplate" style="width: 100%"><tr><th colspan="2">File information</th></tr>'.. panel_game .. panel_description .. panel_type .. panel_meta .. panel_user .. panel_source .. panel_resized .. panel_youtube .. panel_fandom .. panel_license ..'</table>'
table.insert(result, panel)
table.insert(result, panel)