Jump to content

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

Module:InfoboxCreator/doc

From Creatorpedia, the creator economy encyclopedia
Revision as of 15:37, 11 April 2026 by Godman Andrew (talk | contribs) (Created page with "== 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.")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.