Ir para o conteúdo

Módulo:Pagetype/rfd

De DropWiki PoE 2
Revisão de 21h08min de 29 de janeiro de 2025 por 2804:7f0:b342:7285:2d1e:1c01:abfd:fada (discussão) (Criou página com '-- 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. -- As of 1/26/25, none of these are implemented in PoE2Wiki return { -- Template forms (these should be substituted so we should rarely see these) ["Redirect for discussion"] = true, ["RFD"] = true, ["RfD"] = true, ["Rfd1"] = true, ["...')
(dif) ← Edição anterior | Revisão atual (dif) | Versão posterior → (dif)

A documentação para este módulo pode ser criada em Módulo:Pagetype/rfd/doc

-- 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.
-- As of 1/26/25, none of these are implemented in PoE2Wiki

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
}