Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Please sign up or log in to edit the wiki.

Module:Pluralize: Revision history

From the Star Citizen Wiki, the fidelity™ encyclopedia

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

17 March 2024

  • curprev 17:5817:58, 17 March 2024 Alistair3149 talk contribs 1,780 bytes +1,780 Created page with "local p = {} -- Pluralize a word based on local dictionary or rules. -- To use this directly in Lua, use common.pluralize instead function p.pluralize( frame ) local base = frame.args[ 1 ] local return_val local base_len = string.len( base ) local base_end = string.sub( base, -1 ) local base_last2 = string.sub( base, -2 ) -- dictionary first - irregular plurals if (string.lower( base ) == 'nebula') then return_val = string.sub( base,..."
2017 source edit
Blanking
content model change
Disambiguation links
discussiontools (hidden tag)
discussiontools-added-comment (hidden tag)
discussiontools-source (hidden tag)
discussiontools-source-enhanced (hidden tag)
discussiontools-visual (hidden tag)
Flickr
Manual revert
New redirect
New topic
Redirect target changed
Removed redirect
Replaced
Reply
Reverted
Rollback
Undo
Upload Wizard
Visual edit
Visual edit: Switched
wikieditor (hidden tag)