Module:Template invocation: Difference between revisions

    (use the local variables we made in p.invocation for the argument type checking)
    m (update top comment)
    Line 1: Line 1:
    -- This module makes a template invocation from a template name and a table
    -- This module provides functions for making MediaWiki template invocations.
    -- of arguments.


    local checkType = require('libraryUtil').checkType
    local checkType = require('libraryUtil').checkType