Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Pagetype/rfd: Difference between revisions

From Divinity Wiki
Created page with "-- This page contains a table of all RfD templates and their -- redirects. Templates names are capitalized, and the Template: prefix is -- removed. Templates are grouped with the main template first, followed by -- its redirects. return { }"
 
No edit summary
 
Line 1: Line 1:
-- This page contains a table of all RfD templates and their
-- redirects. Templates names are capitalized, and the Template: prefix is
-- removed. Templates are grouped with the main template first, followed by
-- its redirects.
return {
return {
-- Template forms (these should be substituted so we should rarely see these)
-- Module forms
["#invoke:RfD"] = true,
["<includeonly>safesubst:</includeonly>#invoke:RfD"] = true, -- The form made by substituting RfD
}
}

Latest revision as of 22:00, 19 March 2025

Documentation for this module may be created at Module:Pagetype/rfd/doc

return {
	-- Template forms (these should be substituted so we should rarely see these)
	-- Module forms
	["#invoke:RfD"] = true,
	["<includeonly>safesubst:</includeonly>#invoke:RfD"] = true, -- The form made by substituting RfD
}