Difference between revisions of "Template:LetterApp"

From EncyclopAtys

Jump to: navigation, search
(Created page with "<includeonly><div style="float:right; margin-left: 10px;> <img src="http://beta.kdyne.net/rygreg/STABLE/letterapp/letter.php?letter={{{letter}}}&locale={{{lang...")
 
 
(26 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><div style="float:right; margin-left: 10px;>
+
<includeonly><div {{#switch: {{{align}}}
 +
      | right= style="margin-left: auto; margin-right: 0px;"
 +
      | center= style="display: block; margin-left: auto; margin-right: auto; width: {{{width|400}}}px"
 +
      | left= style="margin-right: auto; margin-left: 0px;"
 +
      | floatright= style="float:right; margin-left: 10px;"
 +
      | floatleft= style="float:left; margin-right: 10px;"
 +
      |
 +
    }}>
 
     <img  
 
     <img  
           src="http://beta.kdyne.net/rygreg/STABLE/letterapp/letter.php?letter={{{letter}}}&locale={{{lang}}}"
+
           {{#if: {{{url|}}} | src="{{{url}}}" | {{#if: {{{letter|}}}| src="http://beta.kdyne.net/rygreg/STABLE/letterapp/letter.php?letter={{{letter}}}&locale={{{lang|en|Error: Language undefined}}}"| Error: url and letter parameters cannot be both empty!}}}}
           alt="Letter App picture" width="{{{width}}}"> </div>
+
           alt="Letter App picture" {{#if: {{{width}}} | width="{{{width}}}"}}> </div></includeonly><noinclude>
 
+
{{Trad
</includeonly><noinclude>
+
|DE = Template:LetterApp |DEs= 4
{{WIP}}{{Trad
 
|DE = Template:LetterApp |DEs= 5
 
 
|EN = Template:LetterApp |ENs= 0
 
|EN = Template:LetterApp |ENs= 0
|ES = Template:LetterApp |ESs= 5
+
|ES = Template:LetterApp |ESs= 4
|FR = Template:LetterApp |FRs= 5
+
|FR = Template:LetterApp |FRs= 4
|RU = Template:LetterApp |RUs= 5
+
|RU = Template:LetterApp |RUs= 4
 
|H  =  
 
|H  =  
 
|palette=  
 
|palette=  
Line 17: Line 22:
 
}}
 
}}
 
== Description ==
 
== Description ==
This template is designed ease the use of [[User:Moniq]]’s [[Letter App]] in EncyclopAtys.
+
This template is designed to ease the use of [[User:Moniq|Moniq]]’s ''[[Letter App]]'' in EncyclopAtys.
 +
 
 +
== Parameters ==
 +
{| class="wikitable"
 +
|-
 +
! Parameter !! Description
 +
|-
 +
| <code>url</code>|| The complete url of Letter App resulting image
 +
|-
 +
| <code>letter</code>|| The letter ID as it appears in the image url. It must be defined if url is empty or an error will occur.
 +
|-
 +
| <code>lang</code>|| the language of the message.  To be used when you dont use the version with url.
 +
|-
 +
| <code>align</code>|| Image alignment: it can be <code>left</code>, <code>right</code>, <code>floatleft</code>, <code>center</code> or <code>floatright</code>.
 +
|-
 +
| <code>width</code>|| Image size in px, redimensions the image to the specified value
 +
|}
 +
 
 
== Usage ==
 
== Usage ==
 
  <nowiki>{{LetterApp
 
  <nowiki>{{LetterApp
| url=
 
 
  | letter=
 
  | letter=
 
  | lang=
 
  | lang=
 
  | align=
 
  | align=
 
  | width=}}</nowiki>
 
  | width=}}</nowiki>
</noinclude>
+
<big>'''OR:'''</big>
 +
<nowiki>{{LetterApp
 +
| url=
 +
| align=
 +
| width=}}</nowiki>
 +
 
 +
==Examples==
 +
Either <code>url</code> or <code>letter</code> must be defined or the template will return an error message.
 +
=== With complete image url ===
 +
<nowiki>{{LetterApp
 +
| url=http://beta.kdyne.net/rygreg/STABLE/letterapp/letter.php?letter=548efb6b1630c14faa0ea5735d9fbb9b288ead01&locale=en
 +
| align=
 +
| width=200}}</nowiki>
 +
{{LetterApp
 +
| url=http://beta.kdyne.net/rygreg/STABLE/letterapp/letter.php?letter=548efb6b1630c14faa0ea5735d9fbb9b288ead01&locale=en
 +
| align=
 +
| width=200}}
 +
 
 +
=== With Letter ID ===
 +
  <nowiki>{{LetterApp
 +
| letter=548efb6b1630c14faa0ea5735d9fbb9b288ead01
 +
| lang=en
 +
| align=floatright
 +
| width=250}}</nowiki>
 +
{{LetterApp
 +
| letter=548efb6b1630c14faa0ea5735d9fbb9b288ead01
 +
| lang=en
 +
| align=floatright
 +
| width=250}}
 +
{{Clear}}<br />
 +
<br />
 +
[[Category:Formatting templates]]
 +
[[de:Template:LetterApp]] [[en:Template:LetterApp]] [[es:Template:LetterApp]] [[fr:Template:LetterApp]] [[ru:Template:LetterApp]] {{Last version link|Template:LetterApp}}</noinclude>

Latest revision as of 08:20, 10 November 2021

de:Template:LetterApp
en:Template:LetterApp
es:Template:LetterApp
fr:Template:LetterApp
ru:Template:LetterApp
 
UnderConstruction.png
Translation to review
Don't blame the contributors, but come and help them 😎

Reference text ( Maintained text, used as reference ) :
Notes: (Dorothée, 2021-11-10)

Description

This template is designed to ease the use of Moniq’s Letter App in EncyclopAtys.

Parameters

Parameter Description
url The complete url of Letter App resulting image
letter The letter ID as it appears in the image url. It must be defined if url is empty or an error will occur.
lang the language of the message. To be used when you dont use the version with url.
align Image alignment: it can be left, right, floatleft, center or floatright.
width Image size in px, redimensions the image to the specified value

Usage

{{LetterApp
 | letter=
 | lang=
 | align=
 | width=}}

OR:

{{LetterApp
 | url=
 | align=
 | width=}}

Examples

Either url or letter must be defined or the template will return an error message.

With complete image url

{{LetterApp
 | url=http://beta.kdyne.net/rygreg/STABLE/letterapp/letter.php?letter=548efb6b1630c14faa0ea5735d9fbb9b288ead01&locale=en
 | align=
 | width=200}}
Letter App picture

With Letter ID

 {{LetterApp
 | letter=548efb6b1630c14faa0ea5735d9fbb9b288ead01
 | lang=en
 | align=floatright
 | width=250}}
Letter App picture




Last version 2021-11-10•