Module talk:bibliography/utils
මාතෘකාවක් එක්කරන්නපෙනුම
| oldid | date/time | username | edit summary |
|---|---|---|---|
| 85442397 | 2025-07-02T16:53:37Z | Catonif | apply temporary solution |
| 85224897 | 2025-06-21T12:00:51Z | Catonif | centralise the tracking_path here to avoid duplication in different modules |
| 84751338 | 2025-05-08T15:31:11Z | Catonif | bugfix, export = {} |
| 84751197 | 2025-05-08T15:13:09Z | Catonif | Created page with "local export -- checks whether an ID is an abbreviation or not function export.is_abbrev(sid) return not sid:match(":%d+[a-z]?$") end -- returns the formatted short citation function export.format(sid) if export.is_abbrev(sid) then local volume_number, preceding_author = sid:match(" %d+$"), sid:match("^.+%f[:]") if volume_number then sid = sid:gsub(volume_number.."$", "") end if preceding_author then sid = sid:gsub("^"..preceding_author..":", "") end sid = "'..." |
Start a discussion about Module:bibliography/utils
Talk pages are where people discuss how to make content on Wiktionary the best that it can be. You can use this page to start a discussion with others about how to improve Module:bibliography/utils.