Template:Ephemeron: Difference between revisions
Created page with "<!--<includeonly>--><div style="display: flex; flex-direction: row; align-items: top; margin-bottom: 1em;"> <div style="display: block;">File:{{{file}}}|frameless|{{{size|15..." |
mNo edit summary |
||
| (13 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<includeonly><div style="display: flex; flex-direction: row; align-items: top; margin-bottom: 1em;"> | |||
{{#if: {{{file2|}}}||<div style="display: block; width: calc((300px - {{#if: {{{size|}}}|{{{size}}}|150px}}) / 2);"></div>}} | |||
<div style="display: block;">[[File:{{{file}}}|frameless|{{{size|150}}}px]]</div> | <div style="display: block;">[[File:{{{file}}}|frameless|{{{size|150}}}px]]</div> | ||
{{#if: {{{file2|}}}|<div style="display: block;">[[File:{{{file2}}}|frameless|{{{size|150}}}px]]</div>|}} | {{#if: {{{file2|}}}|<div style="display: block;">[[File:{{{file2}}}|frameless|{{{size|150}}}px]]</div>|}} | ||
{{#if: {{{file2|}}}||<div style="display: block; width: calc((300px - {{#if: {{{size|}}}|{{{size}}}|150px}}) / 2);"></div>}} | |||
<div style="display: flex; flex-direction: column; margin-left: 1em;"> | <div style="display: flex; flex-direction: column; margin-left: 1em;"> | ||
<div style="display: block;"> | <div style="display: block;"> | ||
<span style="font-size: 1.25em;">'''{{{name}}}'''</span> | <span style="font-size: 1.25em;">'''{{{name}}}'''</span> | ||
<br /> | <br /> | ||
{{#if: {{{desc|}}}|<div style="display: block;">''{{{desc}}}''</div>|}} | {{#if: {{{desc|}}}|<div style="display: block;">''({{{desc}}})''</div>|}} | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | </div></includeonly><noinclude> | ||
== Example == | == Example == | ||
{{Ephemeron | {{Ephemeron | ||
| file = | | file = Ephemeron D20.png | ||
| name = Twenty-sided die | | name = Twenty-sided die | ||
| desc = | | desc = Conway keeps the D20 in the basement of Equus Oils. | ||
}} | }} | ||
| Line 21: | Line 23: | ||
<nowiki> | <nowiki> | ||
{{ | {{Ephemeron | ||
| file | | file = (required) Ephemeron Tourism pamphlet 1.png | ||
| file2 | | file2 = (optional) Ephemeron Tourism pamphlet 2.png | ||
| name | | name = (required) Bureau of Secret Tourism pamphlet | ||
| desc | | desc = (optional) Conway picks the pamphlet on the ground floor of the Bureau of Reclaimed Spaces. | ||
| size = (optional) 150px [default width - can't be used with file2] | |||
}}</nowiki> | }}</nowiki> | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> | ||