Module:DisplayTemplate: Difference between revisions

// via Wikitext Extension for VSCode
// via Wikitext Extension for VSCode
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
-- Module:ShowTemplateContent
--[[
-- Uses Lua to invoke the content of a template to an article without calling its categories
* Name: DisplayTemplate
* Author: Mark W. Datysgeld
* Description: Template content display without category invocation, useful for documentation and debugging
* Notes: Uses frame:expandTemplate to render template content, then strips all category links with pattern matching
]]


local p = {}
local p = {}