Preload/Note – Template
Jump to navigation
Jump to search
Lou Montana (talk | contribs) (Add description and Template:Doc/Template usage) |
Lou Montana (talk | contribs) m (Text replacement - "<tt>([^ =]+)<\/tt>" to "{{hl|$1}}") |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{ | <includeonly>{{Note | ||
|user= {{subst:REVISIONUSER}} | |||
|timestamp= {{subst:CURRENTTIMESTAMP}} | |||
|text= {{{1|}}} | |||
}}</includeonly><noinclude>{{Doc/Template | }}</includeonly><noinclude>{{Doc/Template | ||
|descr= Used by | |descr= Used by the {{hl|'''Add Note'''}} button - '''not''' to be used directly (use the {{Template|Note}} template) | ||
|param1= noteText | |param1= noteText | ||
|descr1= user note text | |descr1= user note text | ||
|example1= <nowiki>{{Preload/Note}}</nowiki> | |||
|result1= {{Note | |||
|user= Current User | |||
|timestamp= 20010101000000 | |||
}} | |||
|example2= <nowiki>{{Preload/Note|Hello There!}}</nowiki> | |||
|result2= {{Note | |||
|user= Current User | |||
|timestamp= 20010101000000 | |||
|text= Hello There! | |||
}} | |||
}}</noinclude> | }}</noinclude> |
Latest revision as of 10:33, 16 November 2021
Used by the Add Note button - not to be used directly (use the {{Note}} template)
This template is used on these pages.
Usage
{{Preload/Note|noteText}}
- noteText: user note text
Code | Result |
---|---|
{{Preload/Note}} |
|
{{Preload/Note|Hello There!}} |
|