Difference between revisions of "Template:newin (Deutsch)/sandbox"
m |
m |
||
Line 1: | Line 1: | ||
− | + | '' '''Verfügbar seit LÖVE {{{1}}}''' '' | |
− | + | ||
− | + | <small> | |
− | + | // If text then text else ... | |
− | + | {{#if: {{{text}}} | {{{text}}} | | |
− | {{#switch: {{{type}}} | callback | module | enum | function | method | type = {{#if: {{{2|}}} |{{#set:Since={{{2}}}}}}}{{#if: {{{1|}}} |{{#set:PrettySince={{{1}}}}}}} | + | {{#if: {{{type|}}} | |
− | + | {{#if: {{{plural|}}} |Diese| | |
− | + | {{#switch: {{{gender|}}} | | |
− | + | | f = Diese | |
+ | | m = Dieser | ||
+ | | n = Dieses | ||
+ | | Diese | ||
+ | }} | ||
+ | }} {{{type|Funktionalität}}} {{#if: {{{plural}}} |werden|wird nicht von früheren LÖVE Versionen unterstützt.}} | ||
+ | }} | ||
+ | }} | ||
+ | </small> | ||
+ | |||
+ | {{#switch: {{{type}}} | ||
+ | | callback = Rückruffunktion | ||
+ | | module = Modul | ||
+ | | enum = Aufzählungstyp | ||
+ | | function = Funktion | ||
+ | | method = Methode | ||
+ | | type = {{#if: {{{2|}}} | ||
+ | |{{#set:Since={{{2}}} }} }} | ||
+ | {{#if: {{{1|}}} | ||
+ | |{{#set:PrettySince={{{1}}} }} }} | ||
+ | }} |
Revision as of 10:34, 22 October 2014
Verfügbar seit LÖVE {{{1}}}
// If text then text else ... {{{text}}}