Note – Template
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Fix OA date) |
Lou Montana (talk | contribs) m (Text replacement - "<tt>([^ =]+)<\/tt>" to "{{hl|$1}}") |
||
Line 8: | Line 8: | ||
|descr1= author's username | |descr1= author's username | ||
|param2= timestamp | |param2= timestamp | ||
|descr2= comment timestamp in format | |descr2= comment timestamp in format {{hl|{{<nowiki/>CURRENTTIMESTAMP}}}}, yyyymmddhhiiss, e.g {{CURRENTTIMESTAMP}} | ||
|param3= text | |param3= text | ||
|descr3= comment's content | |descr3= comment's content | ||
|param4= game | |param4= game | ||
|descr4= (Optional) game (in [[Template:Name|id format]], e.g | |descr4= (Optional) game (in [[Template:Name|id format]], e.g {{hl|arma2}}) and (optional too) version (e.g {{hl|1.00}}) | ||
|param5= version | |param5= version | ||
|descr5= (Optional) game version (e.g | |descr5= (Optional) game version (e.g {{hl|1.00}}) | ||
|example1= <pre>{{Note}}</pre> | |example1= <pre>{{Note}}</pre> |
Revision as of 10:33, 16 November 2021
Creates a user note.
This template is used on these pages.
Usage
{{Note|user|timestamp|text|game|version}}
- user: author's username
- timestamp: comment timestamp in format {{CURRENTTIMESTAMP}}, yyyymmddhhiiss, e.g 20241122131314
- text: comment's content
- game: (Optional) game (in id format, e.g arma2) and (optional too) version (e.g 1.00)
- version: (Optional) game version (e.g 1.00)
Code | Result |
---|---|
{{Note}} |
|
{{Note |user= Lou Montana |timestamp= 20210826230000 }} |
|
{{Note |user= Lou Montana |timestamp= 20210826230000 |text= Hello there! }} |
|
{{Note |user= Lou Montana |timestamp= 20210826230000 |text= Hello there! |game= tkoh }} |
|
{{Note|user= Lou Montana|timestamp= 20010622000000|text= Hello there!|game= ofp|version= 1.00}} {{Note|user= Lou Montana|timestamp= 20110623000000|text= Hello there!|game= arma0|version= 1.00}} {{Note|user= Lou Montana|timestamp= 20061110000000|text= Hello there!|game= arma1|version= 1.00}} {{Note|user= Lou Montana|timestamp= 20090617000000|text= Hello there!|game= arma2|version= 1.00}} {{Note|user= Lou Montana|timestamp= 20100629000000|text= Hello there!|game= arma2oa|version= 1.00}} {{Note|user= Lou Montana|timestamp= 20130912000000|text= Hello there!|game= arma3|version= 1.00}} {{Note|user= Lou Montana|timestamp= 20111027000000|text= Hello there!|game= tkoh|version= 1.00}} |
|