Template:Text: Difference between revisions

From ChoralWiki
Jump to navigation Jump to search
(NoText if 1st parameter empty)
(now, {{Text| |<lang>}} is the same as {{NoText|<lang>}})
Line 1: Line 1:
<p>{{switch|{{{1|}}}
<p>{{switch|{{{1|}}}
|case: ={{NoText}}
|case: ={{NoText|{{{2|}}}}}
|case: 2=<b><big>{{flag|{{{2}}}|show}} and {{flag|{{{3}}}|show}}  text</big></b><br><includeonly>{{#ifeq:{{{cat|{{{Cat|yes}}}}}}|no||[[Category:Texts]][[Category:{{{2}}} texts]][[Category:{{{3}}} texts]][[Category:Macaronic texts|2 {{PAGENAME}}]]}}</includeonly>{{#if:{{{4|}}}|{{#tag:poem|{{{4}}} }}}}
|case: 2=<b><big>{{flag|{{{2}}}|show}} and {{flag|{{{3}}}|show}}  text</big></b><br><includeonly>{{#ifeq:{{{cat|{{{Cat|yes}}}}}}|no||[[Category:Texts]][[Category:{{{2}}} texts]][[Category:{{{3}}} texts]][[Category:Macaronic texts|2 {{PAGENAME}}]]}}</includeonly>{{#if:{{{4|}}}|{{#tag:poem|{{{4}}} }}}}
|case: 3=<b><big>{{flag|{{{2}}}|show}}, {{flag|{{{3}}}|show}} and {{flag|{{{4}}}|show}} text</big></b><br><includeonly>{{#ifeq:{{{cat|{{{Cat|yes}}}}}}|no||[[Category:Texts]][[Category:{{{2}}} texts]][[Category:{{{3}}} texts]][[Category:{{{4}}} texts]][[Category:Macaronic texts|3 {{PAGENAME}}]]}}</includeonly>{{#if:{{{5|}}}|{{#tag:poem|{{{5}}} }}}}
|case: 3=<b><big>{{flag|{{{2}}}|show}}, {{flag|{{{3}}}|show}} and {{flag|{{{4}}}|show}} text</big></b><br><includeonly>{{#ifeq:{{{cat|{{{Cat|yes}}}}}}|no||[[Category:Texts]][[Category:{{{2}}} texts]][[Category:{{{3}}} texts]][[Category:{{{4}}} texts]][[Category:Macaronic texts|3 {{PAGENAME}}]]}}</includeonly>{{#if:{{{5|}}}|{{#tag:poem|{{{5}}} }}}}

Revision as of 19:15, 29 August 2014

Text (or link to a text page) needs to be added.   Question.gif


Documentation

Accepted syntaxes for this template:

  • {{Text|2|Language1|Language2}}
  • {{Text|3|Language1|Language2|Language3}}
  • {{Text|Language|cat=no}}
  • {{Text|2|Language1|Language2|cat=no}}
  • {{Text|3|Language1|Language2|Language3|cat=no}}

In the first three cases the template also inserts the page in the corresponding "Language texts" category for each language, as well as in Macaronic texts. In the second three case, the page is not categorized in any of the Language texts categories (one may also use |Cat=no with the same effect). The default value |cat=yes (or |Cat=yes) need not be entered).

Examples:

  • {{Text|2|Latin|German}}

displays as:

Latin.png Latin and German.png German text

(for which there is no corresponding language flag) displays as:

Quenya text

Text formatting:

1. Using external <poem> tags:

{{Text|Latin}}
<poem>
Ave Maria, gratia plena, Dominus tecum.
Benedicta tu in mulieribus,
et benedictus fructus ventris tui, Jesus. 
</poem>

2. Using the internal functionality (text is enclosed by the template):

{{Text|Latin|
Ave Maria, gratia plena, Dominus tecum.
Benedicta tu in mulieribus,
et benedictus fructus ventris tui, Jesus. 
}}