Jump to content

Welcome to the βeta launch of Creatorpedia, make your favorite creator shine.

Module:InfoboxCreator/doc

From Creatorpedia, the creator economy encyclopedia

This is the documentation page for Module:InfoboxCreator

Technical Details

This module implements the logic for Template:Infobox Creator. It uses the Scribunto Lua engine to render a standardized, SEO-optimized infobox for content creators.

Functions

main(frame)
The primary entry point. Processes arguments from the template call and returns the HTML table.

Dependencies

  • Requires the `infobox` and `vcard` CSS classes in MediaWiki:Common.css.
  • Relies on the Scribunto extension.