- Contents in this wiki are for entertainment purposes only
Template:Img data MyTemplate: Difference between revisions
Jump to navigation
Jump to search
XenoEngineer (talk | contribs) (Created page with "<noinclude> ==Img_data_My_New_Image== ===Useage=== <pre style="margin-left:3em; font:normal 16px monospace;"> {{ Img data My New Image | class = myClass | css = myCSSnotation | link = https://myWiki }} </pre> </noinclude> <includeonly> <html> <a href="</html><nowiki>{{{link}}}</nowiki><html>"> <img class=</html>{{{class}}}<html> style=</html>{{{css}}}<html> "</html>{{{width|536px}}}<html>;" src=" [ Base64 encoded data block goes here ] " /></a> </html> </include...") |
XenoEngineer (talk | contribs) mNo edit summary |
||
Line 4: | Line 4: | ||
<pre style="margin-left:3em; font:normal 16px monospace;"> | <pre style="margin-left:3em; font:normal 16px monospace;"> | ||
{{ | {{ ImgData | My-Image | ||
| class = myClass | | class = myClass | ||
| css = myCSSnotation | | css = myCSSnotation | ||
Line 19: | Line 19: | ||
class=</html>{{{class}}}<html> | class=</html>{{{class}}}<html> | ||
style=</html>{{{css}}}<html> | style=</html>{{{css}}}<html> | ||
"</html>{{{width|536px}}}<html>;" src=" | "</html>{{{width|536px}}}<html>;" src="" /></a> | ||
" /></a> | |||
</html> | </html> | ||
</includeonly> | </includeonly> |
Latest revision as of 21:52, 10 April 2025
Img_data_My_New_Image
Useage
{{ ImgData | My-Image | class = myClass | css = myCSSnotation | link = https://myWiki }}