More actions
A user with 106 edits. Account created on 29 July 2024.
30 July 2024
- 14:3814:38, 30 July 2024 diff hist +241 N Elfric Created page with "{{Infobox Character | title = Elfric | headerstyle = (defaults to background-color:grey) | image = | caption = An example image | foo = Something | ("A header between the data rows") | bar = Something else }}"
- 14:3314:33, 30 July 2024 diff hist +63 Template:Infobox Character No edit summary
- 14:3214:32, 30 July 2024 diff hist +570 N Module:CapiuntoInfobox Created page with "local capiunto = require 'capiunto' local p = {} function p.main(frame) local args = frame:getParent().args local headerStyle if args.headerstyle and args.headerstyle ~= '' then headerStyle = string.format('background-color:%s;', args.headerstyle) else headerStyle = 'background-color:grey;' end local retval = capiunto.create( { title = args.title, headerStyle = headerStyle, } ) :addImage( args.image, args.caption ) :addRow( 'Foo', args.foo ) :addHead..."
- 13:3813:38, 30 July 2024 diff hist +903 N Template:Infobox Character Created page with " <noinclude> <templatedata> { "params": { "voiced_by": { "label": "Voiced by", "description": "The individual who voiced the character", "type": "content", "suggested": true }, "name": { "label": "Name", "description": "Character's name", "type": "content" }, "image": { "label": "Image", "description": "An image displaying the character", "type": "wiki-file-name" }, "drops": { "label": "Drops", "description": "Items drop..."