יחידה:תבנית מידע: הבדלים בין גרסאות בדף
מ מטופל בהמשך |
מאין תקציר עריכה |
||
| שורה 331: | שורה 331: | ||
end | end | ||
--[[ | |||
Split category links from value, return tuple of whether data exists and maitainance cats in case no data exists | |||
]] | |||
function splitMaintainceCategory(value) | function splitMaintainceCategory(value) | ||
local maintainceCats = nil | local maintainceCats = nil | ||
| שורה 531: | שורה 534: | ||
local templateStructure = {} | local templateStructure = {} | ||
args.subtemplate = frame.args['תת-תבנית'] | args.subtemplate = frame.args['תת-תבנית'] | ||
args.entityId = templateArgs['qid'] or mw.wikibase.getEntityIdForCurrentPage() | args.entityId = templateArgs['qid'] or templateParams['qid'] or mw.wikibase.getEntityIdForCurrentPage() | ||
args.title = frame.args['כותרת תבנית'] or standardTitle(templateArgs, args.subtemplate, args.entityId) | args.title = frame.args['כותרת תבנית'] or standardTitle(templateArgs, args.subtemplate, args.entityId) | ||
if args.title=='-' then args.subtemplate = true end | if args.title=='-' then args.subtemplate = true end | ||