Preload/Note – Template
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Lou Montana moved page Template:Add new note/construct to Template:Preload/Note without leaving a redirect: name standard) |
Lou Montana (talk | contribs) m (Text replacement - "<tt>([^ =]+)<\/tt>" to "{{hl|$1}}") |
||
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly>{{subst: | <includeonly>{{Note | ||
< | |user= {{subst:REVISIONUSER}} | ||
< | |timestamp= {{subst:CURRENTTIMESTAMP}} | ||
|text= {{{1|}}} | |||
}}</includeonly><noinclude>{{Doc/Template | |||
|descr= Used by the {{hl|'''Add Note'''}} button - '''not''' to be used directly (use the {{Template|Note}} template) | |||
|param1= noteText | |||
= | |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> |
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!}} |
|