Editing MarioWiki talk:Proposals/Header

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 22: Line 22:


<nowiki>'''Proposer''': {{User|[enter your username here]}}<br></nowiki><br>
<nowiki>'''Proposer''': {{User|[enter your username here]}}<br></nowiki><br>
<nowiki>'''Deadline''':</nowiki> [insert a deadline here, 7 days after the proposal was created (14 for [[MarioWiki:Writing guidelines|Writing Guidelines]] and[[MarioWiki:Proposals#Talk Page Proposals|Talk Page Proposals]]), at 23:59 GMT, in the format: "August 8, 2011, 23:59 GMT"]
<nowiki>'''Deadline''':</nowiki> [insert a deadline here, 7 days after the proposal was created (14 for [[MarioWiki:Writing Guidelines|Writing Guidelines]] and[[MarioWiki:Proposals#Talk Page Proposals|Talk Page Proposals]]), at 23:59 GMT, in the format: "August 8, 2011, 23:59 GMT"]


<nowiki>====Support====</nowiki><br>
<nowiki>====Support====</nowiki><br>
Line 39: Line 39:


== Minor Suggestion ==
== Minor Suggestion ==
{{talk}}
I see two <nowiki><br clear=all></nowiki>. I suggesting using the {{tem|br}} template that contains the web standard code for CSS floating element breaks. --{{User:Wildgoosespeeder/sig}} 19:42, 26 July 2016 (EDT)
I see two <nowiki><br clear=all></nowiki>. I suggesting using the {{tem|br}} template that contains the web standard code for CSS floating element breaks. --{{User:Wildgoosespeeder/sig}} 19:42, 26 July 2016 (EDT)
:The two methods don't seem to be the same thing: replacing the be clear=alls with the template doesn't give the same result. The "current time" box is already perfectly positioned using the tags, why do we need to change the code that no one will ever see?
:{{User:YoshiKong/sig}} 03:55, 27 July 2016 (EDT)
::See the talk page of {{tem|br}}. {{user|Lakituthequick}} says the <nowiki><br clear=all></nowiki> method is obsolete and not HTML5 compliant. He even edited {{tem|TPP}} to not use <nowiki><br clear=all></nowiki>. {{user|Henry Tucayo Clay}} says they are perfectly interchangeable. Aside from those reasons to switch over, using a template containing the code makes maintenance easier. --{{User:Wildgoosespeeder/sig}} 04:08, 27 July 2016 (EDT)
:::Lakituthequick said that only the clear=all part was obsolete. As I can't get the same positioning using the {{tem|br}} template, would it be acceptable to only use <nowiki><br></nowiki> ?
:::{{User:YoshiKong/sig}} 15:58, 27 July 2016 (EDT)
::::Because there is nothing to clear out in this specific template to begin with, yes, it'd work perfectly. :) {{User:Lakituthequick/sig}} 17:55, 27 July 2016 (EDT)
----
;Div test (only one tag in use)<nowiki>:</nowiki>
asdf<div>asdf</div>asdf
----
:::::The tag isn't obsolete (<nowiki><br></nowiki>), although anything before and after <nowiki><div></div></nowiki> create new lines before and after automatically, which {{tem|br}} uses. Just the property part is obsolete (<nowiki><br clear=all></nowiki>). I guess I wasn't clear what {{user|YoshiKong}} wanted and that was to do the equivalent of pressing return or enter on a keyboard and actually have it display, much simpler than {{tem|br}}. Hope this clarifies any confusion. --{{User:Wildgoosespeeder/sig}} 20:26, 27 July 2016 (EDT)
== Improvements ==
[[MarioWiki:Proposals#Basic proposal and support/oppose format]] you have to manually calculate the time. Here's how to make MarioWiki do that for you so all you have to do is copy-paste! This is thanks to [[mw:Help:Extension:ParserFunctions|MediaWiki Parser Functions]]. See the source code to find out how it works!
{| class="wikitable"
|align="center" style="background:#00FF00;"|'''{{#time:F d, Y, H:i:s|now}} GMT'''<small>([{{fullurl:{{FULLPAGENAME}}|action=purge}} cached] now)</small>
!1-week ahead
!2-week ahead
!1st extension
!2nd extension
!3rd and final extension
|-
!Add exactly 604800 or 1209600 seconds (1 or 2 weeks)
|{{#time:F d, Y, H:i:s|@{{#expr:{{#time:U|now}}+604800}}}} GMT
|{{#time:F d, Y, H:i:s|@{{#expr:{{#time:U|now}}+604800*2}}}} GMT
|{{#time:F d, Y, H:i:s|@{{#expr:{{#time:U|now}}+604800*3}}}} GMT
|{{#time:F d, Y, H:i:s|@{{#expr:{{#time:U|now}}+604800*4}}}} GMT
|{{#time:F d, Y, H:i:s|@{{#expr:{{#time:U|now}}+604800*5}}}} GMT
|-
!Round up previous row to next day
|{{#time:F d, Y, H:i:s|@{{#expr:{{#expr:ceil{{#expr:{{#time:U|now}}/60/60/24}}}}*60*60*24+604800}}}} GMT
|{{#time:F d, Y, H:i:s|@{{#expr:{{#expr:ceil{{#expr:{{#time:U|now}}/60/60/24}}}}*60*60*24+604800*2}}}} GMT
|{{#time:F d, Y, H:i:s|@{{#expr:{{#expr:ceil{{#expr:{{#time:U|now}}/60/60/24}}}}*60*60*24+604800*3}}}} GMT
|{{#time:F d, Y, H:i:s|@{{#expr:{{#expr:ceil{{#expr:{{#time:U|now}}/60/60/24}}}}*60*60*24+604800*4}}}} GMT
|{{#time:F d, Y, H:i:s|@{{#expr:{{#expr:ceil{{#expr:{{#time:U|now}}/60/60/24}}}}*60*60*24+604800*5}}}} GMT
|-
!style="background:#FFFF00;"|Subtract 1 second from previous row
|{{#time:F d, Y, H:i:s|@{{#expr:{{#expr:ceil{{#expr:{{#time:U|now}}/60/60/24}}}}*60*60*24-1+604800}}}} GMT
|{{#time:F d, Y, H:i:s|@{{#expr:{{#expr:ceil{{#expr:{{#time:U|now}}/60/60/24}}}}*60*60*24-1+604800*2}}}} GMT
|{{#time:F d, Y, H:i:s|@{{#expr:{{#expr:ceil{{#expr:{{#time:U|now}}/60/60/24}}}}*60*60*24-1+604800*3}}}} GMT
|{{#time:F d, Y, H:i:s|@{{#expr:{{#expr:ceil{{#expr:{{#time:U|now}}/60/60/24}}}}*60*60*24-1+604800*4}}}} GMT
|{{#time:F d, Y, H:i:s|@{{#expr:{{#expr:ceil{{#expr:{{#time:U|now}}/60/60/24}}}}*60*60*24-1+604800*5}}}} GMT
|}
The deadline line can just be updated with the code so you don't have to replace the insert text. The end date will be there automatically. Highlighted in yellow is the code you want to use. Highlighted in green is the current time cached by the software (not live). --{{User:Wildgoosespeeder/sig}} 18:55, 21 April 2017 (EDT)
:It may be hard to measure exactly to the second...or even to the minute.... -{{User:YoshiFlutterJump/sig}} 22:47, 19 November 2017 (EST)
::With the above code I created, that shouldn't be an issue, unless you are referring to manual calculation we do now instead of the automatic calculation I coded. Seems like the cached time refreshes every three or so minutes on its own, whenever the page using the time parser functions is accessed. --{{User:Wildgoosespeeder/sig}} 00:21, 20 November 2017 (EST)
:::Wow, that seems really useful.  I wonder why we already don't use something like this.  We need to make the change. -{{User:YoshiFlutterJump/sig}} 00:24, 20 November 2017 (EST)
== Rule 7 (RP) ==
"No proposal can overturn the decision of a previous proposal that is less than 4 weeks (28 days) old." I think this should be changed to "No proposal can be created to overturn the decision of a previous proposal that is less than 4 weeks (28 days) old.", so that it is clear what is meant by this statement (as a proposal can be created during that time, but ends after the 4 week limit as with [[Talk:King Bill (Banzai Bill)#Change this page's identifier|what was decided with this]]). (copied from [[MarioWiki talk:Proposals#Rule 7 (RP)]], due to it being more relevant here.){{User:Yoshi the Space Station Manager/sig}} 21:08, 28 October 2017 (EDT)
== Minor Grammar Issue ==
This is just very minor.  The word "their" is used eleven times in the singular.  The first nine times it should be "his", and the last two times it should be "its".  Just pointing out this issue. -{{User:YoshiFlutterJump/sig}} 12:31, 18 November 2017 (EST)
:"Their" is used when gender is indeterminable, so there's nothing wrong here. The second to last "their" could be an "its", though. {{User:Alex95/sig}} 12:37, 18 November 2017 (EST)
::Wow, grammar has really changed, hasn't it?  In my younger years "his" was the word for the unknown gender.  But the last two instances of "their" do need to be changed to "its". -{{User:YoshiFlutterJump/sig}} 13:02, 18 November 2017 (EST)
:::Last one doesn't need to be changed. Makes sense as it is, as "their" is referring to the proposer, not the proposal itself. {{User:Alex95/sig}} 13:05, 18 November 2017 (EST)
== TPP Rule 5 ==
TPP Rule 5 should be removed from the list, as it is no longer enforced.  We now have a passed proposals section instead. -{{User:YoshiFlutterJump/sig}} 22:20, 9 December 2017 (EST)

Please note that all contributions to the Super Mario Wiki are considered to be released under the Attribution-ShareAlike 3.0 Unported license (see MarioWiki:Copyrights for details). If you don't want your writing to be edited mercilessly and redistributed at will, then don't submit it here. You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

Cancel Editing help (opens in new window)