Toggle menu
9
205
64
18.8K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 22:54, 14 February 2025 by Prd (talk | contribs) (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 { -- Template forms (these should be substituted so we should rarely see these) ["Redirect for discussion"] = true, ["RFD"] = true, ["RfD"] = true, ["Rfd1"] = true, ["Rfd-t"] = true, ["Rfd"] = true, ["Rfd-NPF"] = true, ["...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Subpages:

This submodule of Module:Pagetype contains a list of templates and modules used to identify redirects that are under discussion.


-- 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 {
	-- Template forms (these should be substituted so we should rarely see these)
	["Redirect for discussion"] = true,
		["RFD"] = true,
		["RfD"] = true,
		["Rfd1"] = true,
		["Rfd-t"] = true,
		["Rfd"] = true,
		["Rfd-NPF"] = true,
		["Rfd-NPF/core"] = true,
	-- Module forms
	["#invoke:RfD"] = true,
	["<includeonly>safesubst:</includeonly>#invoke:RfD"] = true, -- The form made by substituting RfD
}