This is an old revision of this page, as edited by WOSlinker(talk | contribs) at 13:21, 7 July 2020(change source to syntaxhighlight). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.Revision as of 13:21, 7 July 2020 by WOSlinker(talk | contribs)(change source to syntaxhighlight)
Makes userboxes with an id on the right-hand side.
{{{info}}}
id
To use any of these templates from a wiki page, please see the individual template pages for documentation. To generate userboxes directly from Lua, read on.
Generating userboxes from Lua
To generate a userbox directly from Lua, first load the module.
localuserbox=require('Module:Userbox')
You can then run any of the three templates with the code:
userbox.main(functionName,args)
For {{userbox}} use the function name "_userbox"; for {{userbox-2}} use the function name "_userbox-2"; and for {{userbox-r}} use the function name "_userbox-r". The args parameter is a table of arguments to pass to the different userbox functions. To see a list of valid arguments, please consult the individual template pages.