MediaWiki:Gadget-geonotice-list.js: diferenças entre revisões
Aspeto
Conteúdo apagado Conteúdo adicionado
+wikicon2 |
-notice |
||
Linha 40: | Linha 40: | ||
*/ |
*/ |
||
window.GeoNotice.notices = { |
window.GeoNotice.notices = { |
||
wikicon2: { |
|||
begin: '25 August 2024 00:00 UTC', |
|||
end: '1 October 2024 00:00 UTC', |
|||
country: 'BR', |
|||
text: '<div class="eliminator-show sysop-show">Está aberto o convite para editoras e editores a se juntarem aos <b>comitês de organização da WikiCon Brasil 2025</b>. [[:wmbr:WikiCon Brasil 2025/Participe/Comitês|Inscreva-se até 30 de setembro]] e ajude a construir a nossa conferência.</div>' |
|||
} |
|||
/*! |
/*! |
Edição atual tal como às 17h57min de 13 de setembro de 2024
/* _____________________________________________________________________________
* | |
* | === WARNING: GLOBAL GADGET FILE === |
* | Changes to this page affect many users. |
* | Please discuss changes on the talk page or on [[WT:Gadget]] before editing. |
* |_____________________________________________________________________________|
*
* Defines the list of notices to be shown to registered users based on their location
*/
window.GeoNotice = {};
/**
* @property {Object} notices An object holding key-value pairs where
* the value is an object specifying the properties of a notice.
*
* The month names must be in English.
*
* @example
* nomeCurto: {
* begin: '01 January 2013 00:00 UTC',
* end: '07 January 2013 00:00 UTC',
* corners: [ [ 5, -75 ], [ -35, -35 ] ],
* text: 'Mensagem com [[link]].'
* }
*
* There also is an option to use country instead of corners. For example:
* ID: {
* begin: 'date',
* end: 'date',
* country: 'US',
* text: 'message'
* }
*
* See http://dev.maxmind.com/geoip/legacy/codes/iso3166 for full list of country codes
*
* - There must be commas between the notices, but not after the last one.
* - BE SURE TO ESCAPE YOUR APOSTROPHES (put a backslash in front of it, like this: \')!
* - Use [[meta:w:en:link|link]] format for internal links, so that they work properly
* on the other projects where the geonotice is displayed.
*/
window.GeoNotice.notices = {
/*!
* Fim da lista.
* Edite apenas acima da linha!
*
* É preciso colocar vírgulas entre os avisos, mas não deve ser colocado depois do último.
* Use o formato [[link]] para links internos, de modo que eles funcionem adequadamente
* nos demais projetos em que o geonotice for mostrado.
*
*/
};