모듈:Documentation: 두 판 사이의 차이

47 바이트 추가됨 ,  2019년 10월 30일 (수)
잔글
편집 요약 없음
잔글편집 요약 없음
잔글편집 요약 없음
571번째 줄: 571번째 줄:
-- Heading
-- Heading
local heading = args.heading -- Blank values are not removed.
local heading = (args.heading or args["제목"]) -- Blank values are not removed.
if heading == '' then
if heading == '' then
-- Don't display the start box if the heading arg is defined but blank.
-- Don't display the start box if the heading arg is defined but blank.
589번째 줄: 589번째 줄:
-- Heading CSS
-- Heading CSS
local headingStyle = args['heading-style']
local headingStyle = (args['heading-style'] or args['제목-모양'])
if headingStyle then
if headingStyle then
data.headingStyleText = headingStyle
data.headingStyleText = headingStyle
익명 사용자