paper_input 
A single instance of a saved raw input onto paper.
Vars | |
advanced_html | Whether the creator of this input field has the R_FUN permission, thus allowing less sanitization |
---|---|
bold | Whether to render the font bold or not. |
children | Lazy list of other paper inputs that will be displayed inside of this one. |
colour | Colour to draw the input with. |
font | Font to draw the input with. |
raw_text | Raw, unsanitised, unparsed text for an input. |
Procs | |
to_raw_html | Returns the raw contents of the input as html, with ZERO SANITIZATION |
Var Details
advanced_html 
Whether the creator of this input field has the R_FUN permission, thus allowing less sanitization
bold 
Whether to render the font bold or not.
children 
Lazy list of other paper inputs that will be displayed inside of this one.
colour 
Colour to draw the input with.
font 
Font to draw the input with.
raw_text 
Raw, unsanitised, unparsed text for an input.
Proc Details
to_raw_html
Returns the raw contents of the input as html, with ZERO SANITIZATION