Template:Quotation

From eRepublik Official Wiki
Jump to: navigation, search
This the the quotation template.

{{{2}}}, {{{3}}}, {{{4}}}

[edit] [purge]

Documentation
The following lists all Quotation templates editors can use in the eRepublik wiki articles and examples of how to use them.

{{Quote}}

{{Quote}} is a simple quotation template that requires only one parameter - text (1). However, you can add also an author (2) which will then appear in the parentheses () below the text. Alternatively, if you have the first two parameters you can add the third which changes the predefined quotation marks with guillemets (3).

The predefined position of the template is on the left side and the size will adjust to accommodate the size of the text.

Parameters Code Effect
1
{{Quote|This is the text}}
 This is the text 
1 and 2
{{Quote|This is the text|This is the author}}
 This is the text 
(This is the author)
1, 2, and 3
{{Quote|This is the text|This is the author|guillemets}}
« This is the text »
(This is the author)

{{Quote2}}

{{Quote2}} is a simple quotation template that requires only one parameter - text (1). However, you can add also an author (2) and source (3) which will then appear below the text.

The predefined position of the template is on the left side and the size will adjust to accommodate the size of the text.

Parameters Code Effect
1
{{Quote2|This is the text}}

This is the text

1 and 2
{{Quote2|This is the text|This is the author}}

This is the text

This is the author
1, 2 and 3
{{Quote2|This is the text|This is the author|This is the source}}

This is the text

This is the author, This is the source

{{Quotation}}

{{Quotation}} is a simple quotation template that requires only one parameter - text (1) and puts that text in the box. However, you can add also an author (2) and source (3) which will then appear below the text.

The predefined position of the template is centred across the whole page.

Parameters Code Effect
1
{{Quotation|This is the text}}
This is the text
1 and 2
{{Quotation|This is the text|This is the author}}
This is the text

This is the author

1, 2 and 3
{{Quotation|This is the text|This is the author|This is the source}}
This is the text

This is the author, This is the source

{{Vquote}}

{{Vquote}} is a quotation template that puts information floating and it requires the use of at least the text parameter. There are five parameters that can be used with only one of them having to be used with the full parameter name (width).

Five parameters to be used have to be in the next order: 1 float orientation (can be omitted) - if you want it to float left you can leave it blank or input left; if you want it floating to the right, simply input right
2 Input the text for the quote that will go on the top between the "" signs
3 Input the text for the source that will go below the quote
4 Input the text for the citation that will go next to the text of the source.
5Width. Please note that the parameter needs to be input as "width=100px" (100px to be replaced by the desired size)

The predefined position of the template is on the left side, the size will adjust to accommodate the size of the text unless specified differently.

Parameters Code Effect
1 (omitted) and 2
{{Vquote||This is the quote}}
This is the quote
1, 2 and 3
{{Vquote|right|This is the quote|This is the source}}
This is the quote

—This is the source

1 (omitted), 2, 3 and 4
{{Vquote||This is the quote|This is the source|and this is the citation}}
This is the quote

—This is the source, and this is the citation

1, 2, 3, 4 and width
{{Vquote|right|This is the quote|This is the source|and this is the citation|width=100px}}
This is the quote

—This is the source, and this is the citation

{{Quote box}}

{{Quote box}} is a quotation template that puts information inside of a box (similar to {{Quotation}}) and it requires to use of the full name of the parameters. There are four parameters that can be used - Quote, source, align, width. It is mandatory to use ad least parameters quote and source. The order of the parameters is not important.

The predefined position of the template is on the right side, the size will adjust to accommodate the size of the text unless specified differently.

Parameters Code Effect
Quote and source
{{Quote box|quote=This is the quote|source=This is the source}}
This is the quote
This is the source
Quote, source and align
{{Quote box|quote=This is the quote|source=This is the source|align=left}}
This is the quote
This is the source
Quote, source, align and width
{{Quote box|source=This is the source|align=center|width=50px|quote=This is the quote}}
This is the quote
This is the source