Editing Module:Infobox Recipe
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 8: | Line 8: | ||
local album_xp_data = mw.loadData('Module:Experience/data').album |
local album_xp_data = mw.loadData('Module:Experience/data').album |
||
local lang = mw.language.getContentLanguage() |
local lang = mw.language.getContentLanguage() |
||
local tooltip = require('Module:Tooltip') |
|||
local function formatNum(n) |
local function formatNum(n) |
||
Line 229: | Line 228: | ||
:attr{ colspan = '2' } |
:attr{ colspan = '2' } |
||
:IF(passive) |
:IF(passive) |
||
:wikitext('[[File:Passive small icon.png|20x20px|link=Passive Activity]] [[Passive Activity|Passive]] [[Experience]] |
:wikitext('[[File:Passive small icon.png|20x20px|link=Passive Activity]] [[Passive Activity|Passive]] [[Experience]]') |
||
⚫ | |||
:node(tooltip._span{ 'passive' }) |
|||
⚫ | |||
:ELSE() |
:ELSE() |
||
:wikitext('[[Experience]]') |
:wikitext('[[Experience]]') |