Related changes
← Fname
Jump to navigation
Jump to search
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
10 November 2025
|
|
N 13:47 | Template:Fname 2 changes history +792 [Robinr78 (2×)] | |||
|
|
13:47 (cur | prev) +248 Robinr78 talk contribs | ||||
| N |
|
13:40 (cur | prev) +544 Robinr78 talk contribs (Created page with "<?php $fullName = {{{1}}}; // Split the full name into an array of words using space as the delimiter $nameParts = explode(" ", $fullName); // Check if there are at least two parts (first name and last name) if (count($nameParts) >= 2) { $firstName = $nameParts[0]; $lastName = $nameParts[1]; // Assuming the last name is the second part // Construct the desired format "lname, fname" $formattedName = $lastName . ", " . $firstName; echo $formattedName...") | |||