Template:SetDependency: Difference between revisions

From COMP15212 Wiki
m 1 revision imported
pc>Yuron
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
Auxillary template used to allow a module to include semantic subobjects for dependencies.
Auxillary template used to allow a module to include semantic subobjects for dependencies.
Basically, a Scribunto Lua module can call templates, but it cannot call expressions that start with #, such as <nowiki>{{#subobject}}.</nowiki> This template serves as a bridge, allowing a lua module to set a subobject on a page.
This template sets:
Parameter 1 -> Depend on
Parameter 2 -> Depend weight
Parameter 3 -> Depend from
</noinclude>
</noinclude>
<includeonly>
<includeonly>

Revision as of 13:35, 7 August 2019

Auxillary template used to allow a module to include semantic subobjects for dependencies.

Basically, a Scribunto Lua module can call templates, but it cannot call expressions that start with #, such as {{#subobject}}. This template serves as a bridge, allowing a lua module to set a subobject on a page.

This template sets:

Parameter 1 -> Depend on

Parameter 2 -> Depend weight

Parameter 3 -> Depend from