Note – Template

From Bohemia Interactive Community
Jump to navigation Jump to search
(Template (re)creation)
 
(Add contributions link next to user name, view page history link on unknown user and Note template usage error category sorting on error)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly><dl class="command_description{{#if:{{{game|}}}|<nowiki/> usernote_{{{game}}}}}">
<includeonly><dl class="command_description{{#if:{{{game|}}}|<nowiki/> usernote_{{{game}}}}}">
<dt><dt><dd class="notedate">{{#if:{{{date|}}}|Posted on {{{date}}}{{#if:{{{time|}}}|<nowiki/> - {{{time}}} (UTC)}}|Date unknown}}</dd>
<dt class="noteauthor">{{#if:{{{user|}}}|{{User|{{{user}}}}} <small>- [[Special:Contributions/{{{user}}}|c]]</small>|Unknown author <span class="plainlinks" style="font-size: smaller">- [{{canonicalurl:{{FULLPAGENAME}}|action=history}} view page history]</span>}}</dt>
<dt class="note">{{#if:{{{user|}}}|{{User|{{{user}}}}}|Unknown author}}</dt>
<dd class="notedate">{{#if:{{{timestamp|}}}|Posted on {{#time: M d, Y - H:i|{{{timestamp}}}}} (UTC)|Date unknown}}</dd>
<dd class="note">{{#if:{{{game|}}}|<div style="float: right; margin: 0 0 0.5em 1.5em">{{GVI|{{{game}}}|{{{version|1.00}}}|size= 1}}</div>}}{{{text|-no text defined-}}}</dd>
<dt></dt>
<dd class="note">{{#if:{{{game|}}}|<div class="float-right">{{GVI|{{{game}}}|{{{version|1.00}}}|size= 1}}</div>}}
{{Trim|{{{text|-no text defined-{{TemplateCase||[[Category:Note template usage error]]}}}}}}}
</dd>
</dl></includeonly><noinclude>{{Doc/Template
</dl></includeonly><noinclude>{{Doc/Template
|descr= Creates a user note.
|descr= Creates a user note. Adds the page to the [[:Category:Note template usage error|Note template usage error]] category if no text is provided.
|param1= user
|param1= user
|descr1= author's username
|descr1= author's username
|param2= date
|param2= timestamp
|descr2= text
|descr2= comment timestamp in the format of {{hl|{{<nowiki/>CURRENTTIMESTAMP}}}} (i.e. YYYYMMDDHHmmss), e.g. {{CURRENTTIMESTAMP}}
|param3= comment's content
|param3= text
|descr3= (Optional) date
|descr3= comment's content
|param4= time
|param4= game
|descr4= (Optional) time
|descr4= (Optional) game (in [[Template:Name|id format]], e.g. {{hl|arma2}}) and (optional too) version (e.g. {{hl|1.00}})
|param5= game
|param5= version
|descr6= (Optional) game (in [[Template:Name|id format]], e.g <tt>arma2</tt>) and (optional too) version (e.g <tt>1.00</tt>)
|descr5= (Optional) game version (e.g. {{hl|1.00}})
 
|example1= <pre>{{Note}}</pre>
|example1= <pre>{{Note}}</pre>
|result1= <div style="min-width: 40em">{{Note}}</div>
|result1= <div style="min-width: 40em">{{Note}}</div>
|example2= <pre>{{Note
|example2= <pre>{{Note
|user= Lou Montana
|user= Lou Montana
|date= 2021-08-26
|timestamp= 20210826230000
|time= 23:00
}}</pre>
}}</pre>
|result2= {{Note|user= Lou Montana|date= 2021-08-26|time= 23:00}}
|result2= {{Note|user= Lou Montana|timestamp= 20210826230000}}
|example3= <pre>{{Note
|example3= <pre>{{Note
|user= Lou Montana
|user= Lou Montana
|date= 2021-08-26
|timestamp= 20210826230000
|time= 23:00
|text= Hello there!
|text= Hello there!
}}</pre>
}}</pre>
|result3= {{Note|user= Lou Montana|date= 2021-08-26|time= 23:00|text=Hello there!}}
|result3= {{Note|user= Lou Montana|timestamp= 20210826230000|text= Hello there!}}
|example4= <pre>{{Note
|example4= <pre>{{Note
|user= Lou Montana
|user= Lou Montana
|date= 2021-08-26
|timestamp= 20210826230000
|time= 23:00
|text= Hello there!
|text= Hello there!
|game= arma2
|game= tkoh
|version= 1.00
}}</pre>
}}</pre>
|result4= {{Note|user= Lou Montana|date= 2021-08-26|time= 23:00|text= Hello there!|game= arma2 |version= 1.00}}
|result4= {{Note|user= Lou Montana|timestamp= 20210826230000|text= Hello there!|game= tkoh}}
|example5= <pre>{{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}}</pre>
|result5=
{{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}}
}}</noinclude>
}}</noinclude>

Latest revision as of 12:25, 22 March 2024

Creates a user note. Adds the page to the Note template usage error category if no text is provided.

This template is used on these pages.

Usage

{{Note|user|timestamp|text|game|version}}

  • user: author's username
  • timestamp: comment timestamp in the format of {{CURRENTTIMESTAMP}} (i.e. YYYYMMDDHHmmss), e.g. 20240423195053
  • 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)
Examples
Code Result
{{Note}}
Unknown author - view page history
Date unknown
-no text defined-
{{Note
|user= Lou Montana
|timestamp= 20210826230000
}}
Lou Montana - c
Posted on Aug 26, 2021 - 23:00 (UTC)
-no text defined-
{{Note
|user= Lou Montana
|timestamp= 20210826230000
|text= Hello there!
}}
Lou Montana - c
Posted on Aug 26, 2021 - 23:00 (UTC)
Hello there!
{{Note
|user= Lou Montana
|timestamp= 20210826230000
|text= Hello there!
|game= tkoh
}}
Lou Montana - c
Posted on Aug 26, 2021 - 23:00 (UTC)

Hello there!

{{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}}
Lou Montana - c
Posted on Jun 22, 2001 - 00:00 (UTC)

Hello there!

Lou Montana - c
Posted on Jun 23, 2011 - 00:00 (UTC)

Hello there!

Lou Montana - c
Posted on Nov 10, 2006 - 00:00 (UTC)

Hello there!

Lou Montana - c
Posted on Jun 17, 2009 - 00:00 (UTC)

Hello there!

Lou Montana - c
Posted on Jun 29, 2010 - 00:00 (UTC)

Hello there!

Lou Montana - c
Posted on Sep 12, 2013 - 00:00 (UTC)

Hello there!

Lou Montana - c
Posted on Oct 27, 2011 - 00:00 (UTC)

Hello there!