If you wish to contribute or participate in the discussions about articles you are invited to contact the Editor
Template:Article Infobox2: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<noinclude> {{#switch: comparison string | case = result | case = result | ... | case = result | #default = default result }} </noinclude> {| class="ext-infobox ext-status-...") |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
<pre><nowiki> | |||
{{#switch: comparison string | {{#switch: comparison string | ||
| case = result | | case = result | ||
| Line 7: | Line 8: | ||
| #default = default result | | #default = default result | ||
}} | }} | ||
{| class="ext-infobox ext-status-{{#switch: {{lc: {{{status|unknown}}} }} | {| class="ext-infobox ext-status-{{#switch: {{lc: {{{status|unknown}}} }} | ||
| Line 21: | Line 21: | ||
}} | }} | ||
|} | |} | ||
{{#switch: {{{Category|unknown}}} | |||
|EGNOS = #008542 | |||
|GALILEO = #0098DB | |||
|GNSS = #FDC82F | |||
|GBAS = #00338D | |||
|GLONASS = #D0103A | |||
|GPS = #E37222 | |||
|#default = #8B8D8E | |||
}} | |||
</pre></nowiki> | |||
</noinclude> | |||
<includeonly>{| style="width: 22em; font-size: 90%; border: 1px solid #008542; background-color: #F9F9F9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;" | |||
! style="text-align: center; color:#FFFFFF; background-color:#008542;" colspan="2" |<big>Article Details</big> | |||
|- | |||
!Category | |||
|[[File:{{{Category|}}}_Icon.gif|50px|right|link=:Category:{{{Category|}}}|{{{Category|}}}]] | |||
|- | |||
! Title | |||
| {{{Title|}}} | |||
|- | |||
! Author(s) | |||
| ''{{{Authors|}}}'' | |||
|- | |||
! Year of Publication | |||
| {{{YearOfPublication}}} | |||
|}</includeonly> | |||
Revision as of 16:06, 12 November 2010
<nowiki>
{{#switch: comparison string
| case = result
| case = result
| ...
| case = result
| #default = default result
}}
{| class="ext-infobox ext-status-{{#switch: {{lc: {{{status|unknown}}} }}
|unstable|experimental|beta|stable={{{status}}}
|#default=unknown
}}" style="float: right; background-color: white; width:280px; border-collapse:separate;" cellspacing="0"
|+ '''[[Manual:Extensions|Manual on MediaWiki Extensions]]'''<br />'''[[Extension Matrix|List of MediaWiki Extensions]]'''
|- class="ext-header"
! colspan="2" style="padding-top: 0.5em;" | [[File:{{#ifeq: {{{status|}}} |unstable|Crystal Clear app error.png|<!--else-->Crystal Clear action run.png}}|link=|left|40px]] <span style="font-size: 130%;">{{{name|{{PAGENAME}}}}}</span><br />
Release status: {{#switch: {{lc: {{{status|unknown}}} }}
|unstable|experimental|beta|stable={{{status}}}
|#default=unknown
}}
|}
{{#switch: {{{Category|unknown}}}
|EGNOS = #008542
|GALILEO = #0098DB
|GNSS = #FDC82F
|GBAS = #00338D
|GLONASS = #D0103A
|GPS = #E37222
|#default = #8B8D8E
}}
</nowiki>