Lompat ke isi

Modul:TEMPLATENAME

Ḍâri Wikipèḍia bhâsa Madhurâ, lombhung pangataowan mardhika
Rèvisi sajjhek 4 Oktober 2024 04.13 bi' Munajad.MH (kanḍhâ | dhurrun) (←Membuat halaman berisi 'local p = {} function p.main(frame) return frame:getParent():getTitle() end return p')
(bhidhâ) ← Rèvisi sabelluna | Rèvisi jângkènè (bhidhâ) | Rèvisi lebbi anyar → (bhidhâ)

TemplateStyles' src attribute must not be empty.

{{#invoke:TEMPLATENAME|main}}

This module returns the name of the page it is being transcluded from. This differs from {{FULLPAGENAME}} which returns the name of the currently viewed page even if it is called from a template. To use this doc page as an example, {{#invoke:TEMPLATENAME|main}} -> Modul:TEMPLATENAME/doc while {{FULLPAGENAME}} -> Modul:TEMPLATENAME.


local p = {}

function p.main(frame)
	return frame:getParent():getTitle()
end

return p