Módulo:Fiction-based redirects to list entries category handler/RedirectType/doc

De Wiki TVenserio

Esta es la página de documentación de Módulo:Fiction-based redirects to list entries category handler/RedirectType

Module:Fiction-based redirects to list entries category handler/RedirectType handles the RedirectType class which is used in Module:Fiction-based redirects to list entries category handler.

Usage[editar código]

<syntaxhighlight lang="lua"> local redirectType = require('Module:Fiction-based redirects to list entries category handler/RedirectType') local typeList = redirectType.getRedirectTypes() local defaultType = redirectType.getDefaultType(typeList) </syntaxhighlight>

Use <syntaxhighlight lang="lua" inline>local categoryType = typeList[i]</syntaxhighlight> (i = a number between 1 and 4) to retrieve the wanted categoryType. Once the categoryType has been retrieved, you can access the following functions:

<syntaxhighlight lang="lua"> categoryType:getMainCategory(mainCategory) categoryType:getTopLevelCategory(media) categoryType:getCategory(category) categoryType:setTemplateAsArrowverse(articleTitle) </syntaxhighlight>