Template:EmbedViewer

From LifeWiki
Revision as of 08:53, 1 March 2018 by Apple Bottom (talk | contribs) (Add linebreaks to aid in debugging conflicting viewerconfigs, per request)
Jump to navigation Jump to search
x = 13, y = 10, rule = B3/S23 4bo3bo$2b2obobob2o$bo3bobo3bo$o3b2ob2o3bo$obo7bobo$bo9bo2$4b2ob2o$3bob obobo$4bo3bo! #C [[ THUMBSIZE 2 THEME 6 GRID GRIDMAJOR 0 SUPPRESS THUMBLAUNCH ]] #C [[ AUTOSTART GPS 4 THUMBSIZE 2 ]]
Rich's p16 (click above to open LifeViewer)

This template can be used to embed a floating LifeViewer applet in an article, using an RLE code snippet from the RLE: namespace. It takes the following parameters:

Pattern: one of:

  • rle: RLE snippet.
  • pname: name of the RLE snippet in the RLE: namespace (without the RLE: prefix).

Other:

  • position: position.
    • Possible values are left (floating left), right (floating right) and center. Default: right.
  • style: additional CSS styling. Default:
    • position = right: margin-left: 1em; margin-bottom: 1em
    • position = left: margin-right: 1em; margin-bottom: 1em
    • position = center: (none)
  • viewerconfig: additional LifeViewer configuration to use.
  • caption: the caption to use.

Example: the viewer at the right was created using the following call:

{{EmbedViewer
|pname        = richsp16
|viewerconfig = #C [[ AUTOSTART GPS 4 THUMBSIZE 2 ]]
|caption      = [[Rich's p16]]
}}