Difference between revisions of "Template:Overlay"
Jump to navigation
Jump to search
m |
(usage info) |
||
| Line 1: | Line 1: | ||
{{#invoke:Overlay|overlay}} | {{#invoke:Overlay|overlay}} | ||
| + | <noinclude> | ||
| + | == Usage == | ||
| + | <pre> | ||
| + | <nowiki> | ||
| + | {{overlay | ||
| + | |image = Image | ||
| + | |width = Width of image | ||
| + | |height = Height of image | ||
| + | |grid = enable grid lines? [Yes/No] | ||
| + | |legend1title = Title of first legend | ||
| + | |overlay1 = Name | ||
| + | |overlay1top = Height position of marker for overlay1 relative to image | ||
| + | |overlay1left = Width position of marker for overlay1 relative to image | ||
| + | }} | ||
| + | Further exploration and experimentation required to expand Overlay functions | ||
| + | </nowiki> | ||
| + | </pre> | ||
| + | </noinclude> | ||
Revision as of 17:57, 6 June 2020
Usage
{{overlay
|image = Image
|width = Width of image
|height = Height of image
|grid = enable grid lines? [Yes/No]
|legend1title = Title of first legend
|overlay1 = Name
|overlay1top = Height position of marker for overlay1 relative to image
|overlay1left = Width position of marker for overlay1 relative to image
}}
Further exploration and experimentation required to expand Overlay functions