Module:Affiliate Contacts Information

From Meta, a Wikimedia project coordination wiki
Module documentation

{{notice|1=It is NOT recommended to edit this module directly.

This page will keep track of Affiliate Contact Information submitted by Wikimedia Affiliates.

Usage[edit]

Each entry looks like this:

	{
		affiliate_name = 'ABC',
		primary_contact_1_name = 'John Doe',
		primary_contact_1_email = 'john@doe.com',
		primary_contact_2_name = 'Alice Bob',
		primary_contact_2_email = 'alice@bob.ccm',
		date_created_utc = '2021-11-05T23:00:00.000Z',
		date_updated_utc = '2021-11-05T23:00:00.000Z',
	},

Syntax[edit]

Parameters[edit]

  • affiliate_name is used to distinguish each entry even when the other values change. It does not need to follow a specific pattern but it does need to be unique.
  • primary_contact_1_name is the first primary contact's name.
  • primary_contact_1_email is the first primary contact's email address.
  • primary_contact_2_name is the second primary contact's name.
  • primary_contact_2_email is the second primary contact's email address.
  • date_created_utc represents the date the record was created.
  • date_updated_utc represents the date the record was updated.

Translation[edit]

return {
	
}