Template:Cheatsheet-block: Difference between revisions
Jump to navigation
Jump to search
Created page with "<div class='cheatsheet-block'> {{#if: {{{title|}}} | <span class='title'> {{{title}}} </span> |}} {{#if: {{{datatype|}}} | <span class='datatype'> {{{datatype}}} </span> |}} {{#if: {{{text}}} | <p class='text'> {{{text}}} </p> |}} {{#if: {{{image}}} | [[File:{{{image|}}}|]] |}} {{#if:{{{table|}}} | {{{table}}} |}} </div>" |
No edit summary |
||
| Line 1: | Line 1: | ||
<div class='cheatsheet-block'> | <includeonly><div class='cheatsheet-block'> | ||
{{#if: {{{title|}}} | <span class='title'> {{{title}}} </span> |}} | {{#if: {{{title|}}} | <span class='title'> {{{title}}} </span> |}} | ||
{{#if: {{{datatype|}}} | <span class='datatype'> {{{datatype}}} </span> |}} | {{#if: {{{datatype|}}} | <span class='datatype'> {{{datatype}}} </span> |}} | ||
| Line 6: | Line 6: | ||
{{#if:{{{table|}}} | {{{table}}} |}} | {{#if:{{{table|}}} | {{{table}}} |}} | ||
</div> | </div> | ||
</includeonly> | |||