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 honorUtils = require ( "Module:HonorUtils" )
local utilities = require ( "Module:Utilities" )
function p.getChallangingPart( frame )
local reqVariants = honorUtils.getVariantsData( frame, nil, 'requirements', nil )
local HTMLTabs = ""
local HTMLTabsContent = ""
-- create a single tab
local HTMLACode = mw.html.create( 'a' )
-- if first add css class 'active'
HTMLACode
:addClass( 'nav-link' )
:attr( 'id', authAbbrev..'-tab' )
:attr( 'data-toggle', 'tab' )
:attr( 'href', '#'..authAbbrev )
:attr( 'role', 'tab' )
:attr( 'aria-controls', authAbbrev )
:attr( 'aria-selected', active )
:wikitext( authTrans )
000
1:0
Template used on this page:
Return to Module:HonorChallPart.