/tg/ Station 13 - Modules - TypesVar Details - Proc Details

paper_input

A single instance of a saved raw input onto paper.

Vars

advanced_htmlWhether the creator of this input field has the R_FUN permission, thus allowing less sanitization
boldWhether to render the font bold or not.
childrenLazy list of other paper inputs that will be displayed inside of this one.
colourColour to draw the input with.
fontFont to draw the input with.
raw_textRaw, unsanitised, unparsed text for an input.

Procs

to_raw_htmlReturns 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