Template:Icon: Difference between revisions
Jump to navigation
Jump to search
(pushed from master by wikipush) Tag: Reverted |
(modified by py-yprinciple-gen 0.3.2) Tag: Reverted |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude><!-- | ||
| | -- Copyright (C) 2015-2024 BITPlan GmbH | ||
| | -- | ||
-- Pater-Delp-Str. -- 1 | |||
-- D-47877 -- Willich-Schiefbahn | |||
-- | |||
-- http://www.bitplan.com | |||
-- | |||
-- | |||
--> | |||
This is the [https://wiki.bitplan.com/index.php/ProfiWiki BITPlan Y-Prinzip ProfiWiki]-Template for "Icon". | |||
=== see also === | |||
see also | |||
* [[List of Icons]] | |||
* [[Help:Icon]] | |||
* [[Concept:Icon]] | |||
* [[:Category:Icon]] | |||
* [[:Template:Icon]] | |||
* [[:Form:Icon]] | |||
=== Usage === | |||
<pre>{{Icon | |||
|name= | |||
|style= | |||
|size= | |||
|storemode=property or subobject or none" | |||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Template]] | |||
</noinclude><includeonly>{{#switch:{{{storemode|}}} | |||
[[Category:Template]] | |||
|none= | |none= | ||
| | |subobject={{#subobject:- | ||
|Icon style={{{style| | |isA=Icon | ||
|Icon size={{{size| | |Icon name={{{name|}}} | ||
}} | |Icon style={{{style|}}} | ||
|Icon size={{{size|}}} | |||
}} | |||
|#default={{#set: | |||
|isA=Icon | |||
|Icon name={{{name|}}} | |||
|Icon style={{{style|}}} | |||
|Icon size={{{size|}}} | |||
}} | |||
}} | |||
{{#switch:{{{viewmode|}}}|hidden=|masterdetail= | |||
|#default={{{!}} class='wikitable' | |||
! colspan='2' {{!}}Icon | |||
{{!}}- | |||
{{#switch:{{{storemode|}}}|property= | |||
! colspan='2' style='text-align:left' {{!}} {{Icon|name=edit|size=24}}{{Link|target=Special:FormEdit/Icon/{{FULLPAGENAME}}|title=edit}} | |||
{{!}}- | |||
}} | |||
![[Property:Icon name|name]] | |||
{{!}} {{#if:{{{name|}}}|{{{name}}}|}} | |||
{{!}}- | |||
![[Property:Icon style|style]] | |||
{{!}} {{#if:{{{style|}}}|{{{style}}}|}} | |||
{{!}}- | |||
![[Property:Icon size|size]] | |||
{{!}} {{#if:{{{size|}}}|{{{size}}}|}} | |||
{{!}}- | |||
{{!}}} | |||
}} | |||
</includeonly> |
Revision as of 10:15, 8 August 2024
This is the BITPlan Y-Prinzip ProfiWiki-Template for "Icon".
see also
see also
Usage
{{Icon |name= |style= |size= |storemode=property or subobject or none" }}