Template:Mediawiki extension: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
mNo edit summary |
||
(40 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
{{Mediawiki extension | {{Mediawiki extension | ||
|name= | |name= | ||
|about= | |||
|logo= | |logo= | ||
|screenshot= | |screenshot= | ||
Line 12: | Line 13: | ||
|mediawiki= | |mediawiki= | ||
|dependencies= | |dependencies= | ||
|related= | |||
|related_text= | |||
|discussion= | |discussion= | ||
|languages= | |languages= | ||
Line 29: | Line 32: | ||
Edit the page to see the template text. | Edit the page to see the template text. | ||
</noinclude><includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;" | </noinclude><includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; 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; background-color:#ccccff;" colspan="2" |<big>{{PAGENAME}}</big> | ! style="text-align: center; background-color:#ccccff;" colspan="2" |[[:Category:MediaWiki extension]]<br/><big>{{PAGENAME}}</big> | ||
|- | |- | ||
! name | ! Extension name | ||
| [[Has name::{{{name|}}}]] | | [[Has name::{{{name|}}}]] | ||
|- | |- | ||
! | ! About this article / disclaimer | ||
| [[ | | [[Has about meta information::{{{about|}}}]] | ||
|- | |- | ||
! | ! Logo | ||
| | | [[Image:{{{logo|Placeholder.png}}}|{{{imagesize|135}}}px]] | ||
|- | |- | ||
! | ! Screenshot | ||
| [[Image:{{{screenshot|Placeholder.png}}}|{{{imagesize|135}}}px]] | |||
|- | |||
! Location of the main author <!-- if doesn't work as it should --> | |||
| {{#if:{{{author_location|}}}|{{#set:Has location={{#geocode:location={{{author_location|}}}|format=float|directional=no }}| }} [[Has address::{{{author_location|}}}]] | |||
|- | |||
! Coordinates of the main authors | |||
| {{#if:{{{author_location|}}}|{{#geocode:location={{{author_location|}}}|format=float|directional=no }} | |||
|- | |||
! Developers | |||
| {{#arraymap:{{{developers|}}}|,|x|[[Is developed by::x]]}} | | {{#arraymap:{{{developers|}}}|,|x|[[Is developed by::x]]}} | ||
|- | |- | ||
! | ! Licences | ||
| {{#arraymap:{{{licences|}}}|,|x|[[Has licenses::x]]}} | | {{#arraymap:{{{licences|}}}|,|x|[[Has licenses::x]]}} | ||
|- | |- | ||
! | ! Description | ||
| [[Has description::{{{description|}}}]] | | [[Has description::{{{description|}}}]] | ||
|- | |- | ||
! | ! Mediawiki requirements | ||
| [[Needs MediaWiki versions::{{{mediawiki|}}}]] | | [[Needs MediaWiki versions::{{{mediawiki|}}}]] | ||
|- | |- | ||
! | ! Dependencies | ||
| [[Depends on::{{{ | | {{#arraymap:{{{dependencies|}}}|,|x|[[Depends on::x]]}} | ||
|- | |||
! Related extensions (documented here) | |||
| {{#arraymap:{{{related|}}}|,|x|[[Is related to::x]]}} | |||
|- | |||
! Related extensions | |||
| [[Is related to information::{{{related_text|}}}]] | |||
|- | |- | ||
! | ! Discussion | ||
| [[Discussion of::{{{discussion|}}}]] | | [[Discussion of::{{{discussion|}}}]] | ||
|- | |- | ||
! | ! Language support | ||
| {{#arraymap:{{{languages|}}}|,|x|[[Supports languages::x]]}} | | {{#arraymap:{{{languages|}}}|,|x|[[Supports languages::x]]}} | ||
|- | |- | ||
! | ! Status | ||
| [[Has status::{{{status|}}}]] | | [[Has status::{{{status|}}}]] | ||
|- | |- | ||
! | ! First release date | ||
| [[Was first released on::{{{released|}}}]] | | [[Was first released on::{{{released|}}}]] | ||
|- | |- | ||
! | ! Last release date (<span style="color:red">as of {{{last_edit|}}}!</span>) | ||
| [[Was last released on::{{{last_released|}}}]] | | [[Was last released on::{{{last_released|}}}]] | ||
|- | |- | ||
! | ! Last version number | ||
| [[Has last revision number::{{{last_version|}}}]] | | [[Has last revision number::{{{last_version|}}}]] | ||
|- | |- | ||
! | ! Programming language | ||
| {{#arraymap:{{{programming language|}}}|,|x|[[Uses programming language::x]]}} | | {{#arraymap:{{{programming language|}}}|,|x|[[Uses programming language::x]]}} | ||
|- | |- | ||
! | ! Alternatives | ||
| {{#arraymap:{{{alternative|}}}|,|x|[[Has alternative::x]]}} | | {{#arraymap:{{{alternative|}}}|,|x|[[Has alternative::x]]}} | ||
|- | |- | ||
! | ! Website | ||
| [[Has website::{{{website|}}}]] | | [[Has website::{{{website|}}}|home page]] | ||
|- | |- | ||
! | ! Publications | ||
| {{#arraymap:{{{publication|}}}|,|x|[[has publication::x]]}} | | {{#arraymap:{{{publication|}}}|,|x|[[has publication::x]]}} | ||
|- | |- | ||
! | ! Support websites | ||
| {{#arraymap:{{{support_website|}}}|,|x|[[has support website::x]]}} | | {{#arraymap:{{{support_website|}}}|,|x|[[has support website::x|web site]]}} | ||
|- | |- | ||
! | ! Example websites | ||
| {{#arraymap:{{{example_website|}}}|,|y|[[has example website::y]]}} | | {{#arraymap:{{{example_website|}}}|,|y|[[has example website::y]]}} | ||
|- | |- | ||
! | ! Last edited | ||
| [[Was last edited::{{{last_edit|}}}]] | | [[Was last edited::{{{last_edit|}}}]] | ||
|} | |} | ||
[[Category: | {{#default_form:Mediawiki extension}} | ||
[[Category:MediaWiki extension]] | |||
</includeonly> | </includeonly> |
Latest revision as of 17:38, 21 September 2015
This is the "Mediawiki extension" template. It should be called in the following format:
{{Mediawiki extension |name= |about= |logo= |screenshot= |developers= |licences= |description= |mediawiki= |dependencies= |related= |related_text= |discussion= |languages= |status= |released= |last_released= |last_version= |programming language= |alternative= |website= |publication= |support_website= |example_website= |last_edit= }}
Edit the page to see the template text.