You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org
Template:SAL entry/doc: Difference between revisions
Jump to navigation
Jump to search
imported>BryanDavis (Created page with "<noinclude>{{Documentation subpage}}</noinclude> {{lua|Module:SAL}} '''SAL entry''' is a template for pretty printing Category:SAL <code>!log</code> entries. ;usage:<now...") |
imported>BryanDavis (document the preferred "|1=..." arg format) |
||
Line 3: | Line 3: | ||
'''SAL entry''' is a template for pretty printing [[:Category:SAL]] <code>!log</code> entries. | '''SAL entry''' is a template for pretty printing [[:Category:SAL]] <code>!log</code> entries. | ||
;usage:<nowiki>{{SAL entry|00:28 dereckson@tin: Synchronized php-1.29.0-wmf.1/resources/src/mediawiki.widgets/mw.widgets.TitleWidget.js: Follow-up Id0021594: Remove extra code for redlink suggestions (T149130) (duration: 00m 46s)}}</nowiki> | ;usage:<nowiki>{{SAL entry|1=00:28 dereckson@tin: Synchronized php-1.29.0-wmf.1/resources/src/mediawiki.widgets/mw.widgets.TitleWidget.js: Follow-up Id0021594: Remove extra code for redlink suggestions (T149130) (duration: 00m 46s)}}</nowiki> | ||
;output:{{SAL entry|00:28 dereckson@tin: Synchronized php-1.29.0-wmf.1/resources/src/mediawiki.widgets/mw.widgets.TitleWidget.js: Follow-up Id0021594: Remove extra code for redlink suggestions (T149130) (duration: 00m 46s)}} | ;output:{{SAL entry|1=00:28 dereckson@tin: Synchronized php-1.29.0-wmf.1/resources/src/mediawiki.widgets/mw.widgets.TitleWidget.js: Follow-up Id0021594: Remove extra code for redlink suggestions (T149130) (duration: 00m 46s)}} | ||
<templatedata> | <templatedata> |
Latest revision as of 20:27, 14 November 2016
![]() | This is a documentation subpage for Template:SAL entry. It contains usage information, categories and other content that is not part of the original template page. |
Lua error in Module:TNT at line 158: Missing JsonConfig extension; Cannot load https://commons.wikimedia.org/wiki/Data:I18n/Lua banner.tab.
SAL entry is a template for pretty printing Category:SAL !log
entries.
- usage
- {{SAL entry|1=00:28 dereckson@tin: Synchronized php-1.29.0-wmf.1/resources/src/mediawiki.widgets/mw.widgets.TitleWidget.js: Follow-up Id0021594: Remove extra code for redlink suggestions (T149130) (duration: 00m 46s)}}
- output
- 00:28 dereckson@tin: Synchronized php-1.29.0-wmf.1/resources/src/mediawiki.widgets/mw.widgets.TitleWidget.js: Follow-up Id0021594: Remove extra code for redlink suggestions (T149130) (duration: 00m 46s)
<templatedata> { "params": { "1": { "type": "string", "required": true, "description": "!log line", "label": "line" } }, "format": "inline", "description": "Pretty print a SAL log entry" } </templatedata>