17,273
edits
(stage a few listings that I missed before: TFH Mini-Bosses, CoH Characters and Enemies) |
(remove BotW from staging) |
||
Line 81: | Line 81: | ||
function p._parseListing( pageName, pageContent ) | function p._parseListing( pageName, pageContent ) | ||
if pageName == "The Wind Waker Enemies" or pageName == "Tri Force Heroes Mini-Bosses" or pageName == "Cadence of Hyrule Characters" or pageName == "Cadence of Hyrule Enemies | if pageName == "The Wind Waker Enemies" or pageName == "Tri Force Heroes Mini-Bosses" or pageName == "Cadence of Hyrule Characters" or pageName == "Cadence of Hyrule Enemies" then pageName = pageName .. "/Staging" end | ||
local pageContent = pageContent or mw.text.killMarkers( mw.getCurrentFrame():expandTemplate{ title = ':' .. pageName, args = {} } ) | local pageContent = pageContent or mw.text.killMarkers( mw.getCurrentFrame():expandTemplate{ title = ':' .. pageName, args = {} } ) | ||
local root = { | local root = { |