Template:YesNo/pl

Z Palia Wiki
Przejdź do nawigacji Przejdź do wyszukiwania
Ta strona to przetłumaczona wersja strony Template:YesNo, a tłumaczenie jest ukończone w 100%.
Template documentation
Note: portions of the template sample may not be visible without values provided.
View or edit this documentation. (About template documentation)
Editors can experiment in this template's sandbox and test case pages.

Usage

{{YesNo}} is a very very simple language template. It will simply output Yes or No

Syntax

{{YesNo|value}}
  • As long as the value is "truthy" is will return Yes
  • value is case-insensitive

Examples

  • {{YesNo|True}} -> Tak
  • {{YesNo|False}} -> Nie
  • {{YesNo|1}} -> Tak
  • {{YesNo|0}} -> Nie
  • {{YesNo|yes}} -> Tak
  • {{YesNo|no}} -> Nie
  • {{YesNo|Y}} -> Tak
  • {{YesNo|N}} -> Nie
  • {{YesNo}} -> Nie
  • {{YesNo|Invalid Value}} -> Nie