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.getExpandedHonorVariantsV2( frame, landingPage )
if ( frame == nil ) then
frame = mw.getCurrentFrame()
end
if ( landingPage == nil or landingPage == "" ) then
landingPage = frame:expandTemplate{ title='GetHonorLandingPage' }
end
local parentFrame = frame:getParent()
local srcIsHonor = false
-- see if template has variants as arguments
local tAnswerVariants = getHonorVariants( 'answerKey', landingPage, srcIsHonor )
if ( tAnswerVariants == nil ) then
mw.log('HonorUtils.getExpandedHonorVariantsV2 (parentFrame:getTitle): '..parentFrame:getTitle())
local cnt_answerKey_variants = parentFrame.args['cnt_answerKey_variants']
if ( cnt_answerKey_variants ~= nil and cnt_answerKey_variants ~= '' ) then
tAnswerVariants = {}
000
1:0
Template used on this page:
Return to Module:HonorUtils.