11.314
suntingan
dw>Trappist the monk (sync from sandbox; see talk;) |
(←Membuat halaman berisi 'local checkType = require('libraryUtil').checkType local p = {} local BODY_PARAM = '$B' local specialParams = { ['$params'] = 'daftar parameter', ['$aliases'] = 'alias parameter', ['$flags'] = 'bendera', ['$B'] = 'konten templat' } function p.main(frame, body) -- If we are substing, this function returns a template invocation, and if -- not, it returns the template body. The template body can be specified in -- the body parameter, or in the template pa...') |
||
| Baris 6: | Baris 6: | ||
local specialParams = { | local specialParams = { | ||
['$params'] = 'parameter | ['$params'] = 'daftar parameter', | ||
['$aliases'] = 'parameter | ['$aliases'] = 'alias parameter', | ||
['$flags'] = ' | ['$flags'] = 'bendera', | ||
['$B'] = ' | ['$B'] = 'konten templat' | ||
} | } | ||
| Baris 48: | Baris 47: | ||
-- Find the invocation name. | -- Find the invocation name. | ||
local mTemplateInvocation = require('Module:Template invocation') | local mTemplateInvocation = require('Module:Template invocation') | ||
local | local name = mTemplateInvocation.name(frame:getParent():getTitle()) | ||
-- Combine passed args with passed defaults | -- Combine passed args with passed defaults | ||