미디어위키 API 도움말

이 페이지는 자동으로 생성된 미디어위키 API 도움말 문서입니다.

설명 문서 및 예시: https://www.mediawiki.org/wiki/Special:MyLanguage/API:Main_page

action=expandframe

(main | expandframe)
  • 이 모듈은 read 권한을 요구합니다.
  • 출처: DebugTemplates
  • 라이선스: CC-BY-SA-3.0

Expand templates and parameters in wikitext assuming a specific frame context.

변수:
text

확장할 위키텍스트입니다.

이 변수는 필수입니다.
frame

The frame context as a JSON-encoded map between parameter names and values.

기본값: {}
title

A page title for context.

기본값: API
예시:
Parse wikitext {{{a}}} with defined frame context.
api.php?action=expandframe&text={{{a}}}&frame={"a":"b"} [연습장에서 열기]