Project:Village Pump/Flow/2021/02

This page is only for discussing issues related to MediaWiki.org site.
To get help with MediaWiki software, ask on Project:Support desk.
Category:MediaWiki.org website#Village%20Pump Category:Languages pagesCategory:MediaWiki.org website#Village%20Pump

The two colums are touching

On the main page, the left column framed in gray and the right column touch each other.

The probleme is here with Timeless :http://www.wiki-shangri-la.org/index.php/New_Main_Page_2021

but not here with Vector : https://fr.wikipedia.org/wiki/Wikip%C3%A9dia:Accueil_principal

How to create a space between the two columns. thank you so much . 87.88.177.53 (talk) 22:01, 2 February 2021 (UTC)

add in MediaWiki:Common.css
/* Classes pour les colonnes des portails */
.portail-gauche,
.portail-droite {
	box-sizing: border-box;
}
.portail-gauche {
	float: left;
	padding-right: 1.2rem;
}
.portail-droite {
	float: right;
}
@media (max-width: 981px) {
	.portail-gauche,
	.portail-droite {
		float: none;
		width: auto !important;
	}
	.portail-gauche {
		padding-right: 0;
	}
}
It is ok 176.145.73.159 (talk) 10:10, 3 February 2021 (UTC)

Template:SettingSummary

About Template:SettingSummary, tell me how to set parameters rev_introduced, sha_introduced or change_introduced in Manual:$wgFileBackends etc. Shirayuki (talk) 00:22, 6 February 2021 (UTC)

Use rev_introduced for SVN revision
Use sha_introduced for a git SHA
Use change_introduced for a gerrit change Ciencia Al Poder (talk) 18:39, 7 February 2021 (UTC)
For example, in Manual:$wgContentHandlerUseDB, I could not find a way to point to the revision 060b6c7 (gerrit:060b6c74c63023bcb3ea8dba8c62a1c9719f8228, phab:rMW060b6c74c63023bcb3ea8dba8c62a1c9719f8228). Shirayuki (talk) 21:26, 7 February 2021 (UTC)
Well, that seems to be a commit done in git that's not present in gerrit (does it predate the use of gerrit?). However, the template is pointing sha_introduced to gerrit instead of phabricator/gitiles.
I guess the template should point to phabricator instead Ciencia Al Poder (talk) 14:34, 8 February 2021 (UTC)
Looks like this URL doesn't work:
https://gerrit.wikimedia.org/r/060b6c74c63023bcb3ea8dba8c62a1c9719f8228
But this one does work:
https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/060b6c74c63023bcb3ea8dba8c62a1c9719f8228
The first URL is generated by {{Git }}. Either that template should be adapted to point to core, or a modification should be made on the backend server to redirect the URL to the new one Ciencia Al Poder (talk) 10:33, 12 February 2021 (UTC)

Wiki Loves Folklore 2021 is back!

The following discussion is closed. Please do not modify it. Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.


Please help translate to your language

You are humbly invited to participate in the Wiki Loves Folklore 2021 an international photography contest organized on Wikimedia Commons to document folklore and intangible cultural heritage from different regions, including, folk creative activities and many more. It is held every year from the 1st till the 28th of February.

You can help in enriching the folklore documentation on Commons from your region by taking photos, audios, videos, and submitting them in this commons contest.

Please support us in translating the project page and a banner message to help us spread the word in your native language.

Kind regards,

Wiki loves Folklore International Team

MediaWiki message delivery (talk) 13:25, 6 February 2021 (UTC)

MediaWiki message delivery (talk) 13:25, 6 February 2021 (UTC)

FR project page + banner : rereading done.
Christian 🇫🇷 FR (talk) 10:17, 3 August 2021 (UTC)
The discussion above is closed. Please do not modify it. No further edits should be made to this discussion.

Help:Parser functions in templates/diq

The following discussion is closed. Please do not modify it. Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.


Can someone delete this page? It doesn't look like Zazaki language at all. It was translated into Turkish. —Baran ☪︎ 20:56, 7 February 2021 (UTC)

Done. Leaderboard (talk) 11:02, 8 February 2021 (UTC)
The discussion above is closed. Please do not modify it. No further edits should be made to this discussion.

User:InternetArchiveBot

User:InternetArchiveBot repeatedly broke links in the following pages:

@Harej FYI Legoktm (talk) 10:45, 18 February 2021 (UTC)
I have disabled the bot in the meantime while this gets addressed. Harej (talk) 16:02, 18 February 2021 (UTC)

Madde oluşturmak istiyorum.

The following discussion is closed. Please do not modify it. Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.


Sabahattin Bayrak isimli öğretmen hakkında madde oluşturmak istiyorum. Ama yeni olduğum için sistem müsade etmiyor. Yardımcı olur musunuz ? Sabahattin10 (talk) 12:00, 26 February 2021 (UTC)

That kind of content is not appropriate here. See Project:About. Clump (talk) 12:08, 26 February 2021 (UTC)
The discussion above is closed. Please do not modify it. No further edits should be made to this discussion.

Unable to publish Template:Collapse top

The following discussion is closed. Please do not modify it. Subsequent comments should be made on the appropriate discussion page. No further edits should be made to this discussion.


Unable to change Template:Collapse top. On publishing the page, the following error occurs:

Property "params.left.default" is expected to be of type "string|object". Shirayuki (talk) 04:31, 27 February 2021 (UTC)
Try again. I had to fix template data on Template:Collapse top/doc Ciencia Al Poder (talk) 14:32, 27 February 2021 (UTC)
Thanks! Shirayuki (talk) 23:41, 27 February 2021 (UTC)
The discussion above is closed. Please do not modify it. No further edits should be made to this discussion.
Category:Languages pages Category:MediaWiki.org website