Template:Icon

From Openresearch
Revision as of 12:03, 27 July 2020 by Wf (talk | contribs) (pushed from http://master.bitplan.com)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Template:TemplateSequence This is the template for ProfiWiki stock icons which are derived from https://fortawesome.github.io/Font-Awesome/cheatsheet/ see Category:Icon

examples

{{Icon}}

<img src="https://www.openresearch.org/font-awesome/svg/question_and_answer.svg" width="48" height="48" title="question_and_answer">

{{Icon|name=home}}

<img src="https://www.openresearch.org/font-awesome/svg/home.svg" width="48" height="48" title="home">

{{Icon|name=home}}

<img src="https://www.openresearch.org/font-awesome/svg/home.svg" width="48" height="48" title="home">

{{Icon|name=server}}

<img src="https://www.openresearch.org/font-awesome/svg/server.svg" width="48" height="48" title="server">

{{Icon|name=home|style=plain}}

<img src="https://www.openresearch.org/font-awesome/svg/home.svg" width="48" height="48" title="home">

{{Icon|name=home|size=32}}

<img src="https://www.openresearch.org/font-awesome/svg/home.svg" width="32" height="32" title="home">

implementation

<img src="{{SERVER}}/font-awesome/svg/{{{name|question_and_answer}}}.svg" width="{{{size|48}}}" height="{{{size|48}}}" title="{{{name|question_and_answer}}}">