Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

All public logs

More actions

Combined display of all available logs of Sekaipedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:57, 5 August 2022 ChaoticShadow talk contribs created page Module:InfoboxBuilder/doc (Created page with "{{documentation subpage}} {{Lua|Module:Navbar}} == Building an Infobox == === Import the module === <source lang="lua"> local InfoboxBuilder = require('Module:InfoboxBuilder') </source> === Unpack the frame arguments === <source lang="lua"> function p.main(frame) local args = frame:getParent().args ... </source> === Create the infobox object === <source lang="lua"> local infobox = InfoboxBuilder.new() </source> === Set the infobox name === Setting the infobox name...")
Cookies help us deliver our services. By using our services, you agree to our use of cookies.