User talk:Quenty/Wikiformatting: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>SCARFACIAL
No edit summary
>JulienDethurens
→‎Centering: new section
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
:The thing is, that's due to be deprecated.  <div style="border-top: 0px solid #AAA; color:#100000; font-size:9px"> - [[User:Quenty|<span style="color:purple">Quenty</span>]] | [[User_Talk:Quenty|<span style="font-family:Tahoma;color:red">Talk</span>]] | [http://www.roblox.com/My/PrivateMessage.aspx?RecipientID=4397833|<span style="font-family:Tahoma;color:#009933">Send Message</span>] | 17:40, 10 July 2011 (UTC) </div>
:The thing is, that's due to be deprecated.  <div style="border-top: 0px solid #AAA; color:#100000; font-size:9px"> - [[User:Quenty|<span style="color:purple">Quenty</span>]] | [[User_Talk:Quenty|<span style="font-family:Tahoma;color:red">Talk</span>]] | [http://www.roblox.com/My/PrivateMessage.aspx?RecipientID=4397833|<span style="font-family:Tahoma;color:#009933">Send Message</span>] | 17:40, 10 July 2011 (UTC) </div>
::Ah, gotcha <span style="border-left: 3px dotted#AAA; color:#336699; width:25%; font-size:10px;"> [[User:SCARFACIAL|Scarfacial]] | [http://www.roblox.com/My/PrivateMessage.aspx?RecipientID=6282390 Message] | [[User_talk:SCARFACIAL|Talk]]</span>
::Ah, gotcha <span style="border-left: 3px dotted#AAA; color:#336699; width:25%; font-size:10px;"> [[User:SCARFACIAL|Scarfacial]] | [http://www.roblox.com/My/PrivateMessage.aspx?RecipientID=6282390 Message] | [[User_talk:SCARFACIAL|Talk]]</span>
:::This is for my own reference anyway.  I don't care what you think (well I do, but lets not talk about that.)  <div style="border-top: 0px solid #AAA; color:#100000; font-size:9px"> - [[User:Quenty|<span style="color:purple">Quenty</span>]] | [[User_Talk:Quenty|<span style="font-family:Tahoma;color:red">Talk</span>]] | [http://www.roblox.com/My/PrivateMessage.aspx?RecipientID=4397833|<span style="font-family:Tahoma;color:#009933">Send Message</span>] | {{CURRENTMONTHNAME}} {{CURRENTDAY}} </div>
::That ''is'' deprecated, as of December 1999! {{User:NXTBoy/sig|date=22:23, 26 September 2011 (UTC)}}
== Centering ==
Just so you know, MediaWiki has a built-in center class just for centering. :P
I suggest showing both ways.
Here's how you use it:
{{code|lang=html4strict|=
<div class="center">
Text
</div>
}}
And here's the result:
<div class="center">
Text
</div>
It makes the code a little shorter and it's built in MediaWiki. :) <div style="border-top:1px dashed;margin-bottom:.5em; overflow: hidden;font-size:75%;"><div style="float:left">[[User:JulienDethurens|JulienDethurens]]</div><div style="float:right">12 March 2012</div></div>

Latest revision as of 04:15, 12 March 2012

Simplify

Couldn't you use <center> instead of typing out all of <div style="text-align:center">?  Scarfacial | Message | Talk

The thing is, that's due to be deprecated.
- Quenty | Talk | Send Message | 17:40, 10 July 2011 (UTC)
Ah, gotcha  Scarfacial | Message | Talk
This is for my own reference anyway. I don't care what you think (well I do, but lets not talk about that.)
- Quenty | Talk | Send Message | September 21
That is deprecated, as of December 1999!
22:23, 26 September 2011 (UTC)

Centering

Just so you know, MediaWiki has a built-in center class just for centering. :P

I suggest showing both ways.

Here's how you use it:

<div class="center">
	Text
</div>

And here's the result:

Text

It makes the code a little shorter and it's built in MediaWiki. :)

12 March 2012