Template:\: Difference between revisions

From AddOn Studio
Jump to navigation Jump to search
(Created page with "Calls template with the same sub-page root name, in the 'Template' namespace. Allows for modularization and shorter more readable pages. ;Usage * 1 - name of template, or path to template after root page * 2 to 5 - parameters 1 to 4 to be passed to called template :''Note: Can only be used outside Template namespace. Otherwise using in a 2nd template farther down will causes wm to falsely think its stuck in a loop.'' ;Example <nowiki>{{==|id||FunctionName}}</nowiki>...")
 
No edit summary
Line 8: Line 8:


;Example
;Example
  <nowiki>{{==|id||FunctionName}}</nowiki>
  <nowiki>{{\|id||FunctionName}}</nowiki>


can be substituted for
can be substituted for

Revision as of 22:48, 7 August 2023

Calls template with the same sub-page root name, in the 'Template' namespace. Allows for modularization and shorter more readable pages.

Usage
  • 1 - name of template, or path to template after root page
  • 2 to 5 - parameters 1 to 4 to be passed to called template
Note: Can only be used outside Template namespace. Otherwise using in a 2nd template farther down will causes wm to falsely think its stuck in a loop.
Example
{{\|id||FunctionName}}

can be substituted for

{{../id||FunctionName}}

which no longer works correctly in new fandom version of wikimedia


Template