틀:Loop/설명문서
< 틀:Loop
텍스트를 입력한 횟수만큼 반복하고, 반복한 횟수를 호출합니다.
사용법
{{loop|(반복 내용)|(반복 횟수)|(반복 간격)|(반복 시작)}}
반복한 횟수를 불러오려면 반복 내용에 {{#index#}}
를 입력할 수 있습니다.
예시
- 2부터 2씩 20까지 숫자를 셀 경우
- 입력:
{{loop|{{#index#}}|20|2|2}}
- 출력: {{#index#}}{{#index#}}{{#index#}}{{#index#}}{{#index#}}{{#index#}}{{#index#}}{{#index#}}{{#index#}}{{#index#}}
{{{list(반복 횟수)}}}
를 10개씩 출력할 경우
- 입력:
{{loop|{{#esc#|{{{list{{#index#}}}}}}}|10}}
- 출력: {{#esc#|}}}}{{#esc#|}}}}{{#esc#|}}}}{{#esc#|}}}}{{#esc#|}}}}{{#esc#|}}}}{{#esc#|}}}}{{#esc#|}}}}{{#esc#|}}}}{{#esc#|}}}}
도보시오