Difference between revisions of "Template:IconDeprecated/pl"

From Wikicarpedia
Jump to navigation Jump to search
(Created page with "Zasada nieaktualna")
Tags: Mobile edit Mobile web edit
(Updating to match new version of source page)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{#if: {{{text|}}}{{{description|}}} | <span>}}[[File:Icon_Deprecated.png|Zasada nieaktualna|16px|text-bottom|class=wica-icon|link=|alt=Zasada nieaktualna]]{{#if: {{{text|}}} | <nowiki /> <nowiki />{{{text}}} }}{{#ifeq: {{{description}}} | true | &nbsp; – <span lang="en" dir="ltr" class="mw-content-ltr">Old rule which is not valid yet, because was changed or removed from newer editions or releases.</span> }}{{#if: {{{text|}}}{{{description|}}} | <br /></span>}}<noinclude><languages />{{#if: {{#translation:}} | | [[Category:Translatable_templates]]}}
{{#if: {{{text|}}}{{{description|}}}{{{selectorid|}}}{{{dynamicselector|}}} | <span id="{{{selectorid|}}}" {{#if:{{{dynamicselector|}}}|data-dynamic-selector="{{{dynamicselector}}}"}} }}[[File:Icon_Deprecated.png|Zasada nieaktualna|16px|text-bottom|class=wica-icon|link=|alt=Zasada nieaktualna]]{{#if: {{{text|}}} | <nowiki /> <nowiki />{{{text}}} }}{{#ifeq: {{{description}}} | true | &nbsp; – Przedawniona zasada z powodu zmian lub została usunięta w nowszych edycjach lub wydaniach. }}{{#if: {{{text|}}}{{{description|}}}{{{selectorid|}}}{{{dynamicselector|}}} | <br /></span>}}<noinclude><languages />{{#if: {{#translation:}} | | [[Category:Translatable_templates]]}}
{{Breadcrumbs|link1={{EditorManualLink}} }}
{{Breadcrumbs|link1={{EditorManualLink}} }}
== Description ==
== Description ==
Line 7: Line 7:
* <code>text</code> - (optional) Text following icon in <code><nowiki>block</nowiki></code> like rule text, always in separated line.
* <code>text</code> - (optional) Text following icon in <code><nowiki>block</nowiki></code> like rule text, always in separated line.
* <code>description=true</code> - (optional) Show description about icon included in [[Icons]] page, always in separated line.
* <code>description=true</code> - (optional) Show description about icon included in [[Icons]] page, always in separated line.
* <code>selectorid</code> - (optional) Expansion selector id like <code>showFairy</code>
* <code>dynamicselector</code> - (optional) Dynamic expansion selector like <code>['OR','showFairy','showDragon']</code>


== Translation note ==
== Translation note ==

Latest revision as of 15:51, 29 April 2024

Zasada nieaktualna

Description

Include icon for deprecated rule with title (for mouse over).

Parameters

  • text - (optional) Text following icon in block like rule text, always in separated line.
  • description=true - (optional) Show description about icon included in Icons page, always in separated line.
  • selectorid - (optional) Expansion selector id like showFairy
  • dynamicselector - (optional) Dynamic expansion selector like ['OR','showFairy','showDragon']

Translation note

For old translations of icon description check history of translation of page on Icons/pl

Examples

Code Output
{{IconDeprecated}} Zasada nieaktualna
{{IconDeprecated|description=true}} <span id=""Zasada nieaktualna  – Przedawniona zasada z powodu zmian lub została usunięta w nowszych edycjach lub wydaniach.
{{IconDeprecated|text=This is extra rule}} <span id=""Zasada nieaktualna This is extra rule
{{IconDeprecated|text=Text 1st line}}{{IconDeprecated|text=Text 2nd line}} <span id=""Zasada nieaktualna Text 1st line
<span id=""Zasada nieaktualna Text 2nd line