Jump to content
Toggle menu
  • 8 articles
  • 75 files
  • 7 users
  • 37.8K edits
Neodyland Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Description: Difference between revisions

Template page
m There's no need to use different tags, the display:inline property is supported on all browser, including old IEs. This also makes it easier for language processing js
improvement for LTR Commons description pages transcluded on RTL wikis
Line 1: Line 1:
<includeonly><div class="description {{{1}}}" lang="{{{4|{{{1}}}}}}" {{#if:{{{inline|}}}|style="display:inline;"}}><span class="language {{{1}}}" title="{{{name|{{{3|}}}}}}">'''{{#language:{{{1}}}}}{{{5|}}}:'''</span> {{{2|}}}</div></includeonly><noinclude>
<includeonly><div class="description {{{1}}}" lang="{{{4|{{{1}}}}}}" style="{{#if:{{{inline|}}}|display:inline;}} direction:{{Dir|{{{4|{{{1}}}}}}}};"><span class="language {{{1}}}" title="{{{name|{{{3|}}}}}}">'''{{#language:{{{1}}}}}{{{5|}}}:'''</span> {{{2|}}}</div></includeonly><noinclude>
----
----
Parameters:
Parameters:

Revision as of 14:17, 4 March 2011


Parameters:

  • 1=wikicode for the language and name of the CSS formating class (mandatory)
  • 2=description text (optional, default is empty)
  • 3=title for tooltip (optional, default is empty)
    • name=alternative parameter name for parameter 3
  • 4=standard code for lang tag in HTML (optional, default is same as parameter 1)
  • 5=extension text shown after the language name before colon (optional, default is empty)
  • inline=optional, default is empty string. When set to any value different from an empty string, forces the template to be displayed inline, so that it does not break the current paragraph (i.e. that makes possible to put several descriptions side by side on a single line)
Cookies help us deliver our services. By using our services, you agree to our use of cookies.