Difference between revisions of "Template:Db table"
Jump to navigation
Jump to search
Mediawiki>Shirayuki (bold text on self links (including translation pages)) |
Joelmartin (talk | contribs) m (1 revision imported) |
(No difference)
|
Latest revision as of 23:22, 30 November 2019
[[Special:MyLanguage/Manual: table#|]]
Usage
Display a link to the Manual page of a MediaWiki database table, optionally linking to the section describing a specific column.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Table name | 1 | Name of the database table | String | required |
Column name | 2 | Optional name of the column section to link to | String | optional |
Alternatively displayed text | 3 | Optional text to display instead of the table and/or field name | String | optional |
Example
{{db table|interwiki}}
→ interwiki{{db table|revision|rev_id}}
→ revision.rev_id{{db table|user|user_id|User ID}}
→ User ID