You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
local p = {}
local utilities = require ( "Module:Utilities" )
local notUseLUAPattern = true
function p.getVariantData( frame, variantType, variantNumber, landingPage )
-- check input variables
if ( frame == nil ) then
frame = mw.getCurrentFrame()
end
mw.log( 'HonorUtils.getVariantData (frame): '..frame:getTitle() )
if ( landingPage == nil or landingPage == "" ) then
landingPage = frame:expandTemplate{ title='GetHonorLandingPage' }
end
mw.log( 'HonorUtils.getVariantData (landingPage): '..landingPage )
local timeStart1 = os.clock()
mw.log('test1: '..frame:preprocess( '{{#dpl:|debug=0|title=AY Honors/Music|include={HonorLanding}:answerKey_1}}' ))
mw.log('test duration 1: '..tostring(os.clock() - timeStart1))
timeStart1 = os.clock()
mw.log('test2: '..frame:preprocess( '{{#dpl:|debug=0|title=AY Honors/Music|include={HonorLanding}:answerKey_1:answerKey_2:requirements_1:requirements_2}}' ))
000
1:0
Template used on this page:
Return to Module:HonorUtils.