User talk:SnorlaxMonster/Bulbapedia:To-Do list: Difference between revisions

From Bulbapedia, the community-driven Pokémon encyclopedia.
Jump to navigationJump to search
No edit summary
mNo edit summary
 
Line 34: Line 34:
Maybe something like this?--[[User:Rsrdaman|<span style="color:#000000">'''×Rsr'''</span>]][[User_Talk:Rsrdaman|<span style="color:#0000A7">'''daman×'''</span>]] 07:17, 23 September 2012 (UTC)
Maybe something like this?--[[User:Rsrdaman|<span style="color:#000000">'''×Rsr'''</span>]][[User_Talk:Rsrdaman|<span style="color:#0000A7">'''daman×'''</span>]] 07:17, 23 September 2012 (UTC)
:I like that idea, but I don't like your table. I made my own and added it. --[[User:SnorlaxMonster|<span style="color:#A70000">'''Snorlax'''</span>]][[User talk:SnorlaxMonster|<span style="color:#0000A7">'''Monster'''</span>]] 07:55, 23 September 2012 (UTC)
:I like that idea, but I don't like your table. I made my own and added it. --[[User:SnorlaxMonster|<span style="color:#A70000">'''Snorlax'''</span>]][[User talk:SnorlaxMonster|<span style="color:#0000A7">'''Monster'''</span>]] 07:55, 23 September 2012 (UTC)
==Small errors==
The table says <code><nowiki>style="text=align:right"</nowiki></code> and <code><nowiki>style="text=align:center"</nowiki></code> when I believe it should be <code><nowiki>style="text-align:right"</nowiki></code> and <code><nowiki>style="text-align:center"</nowiki></code>.--[[User:MisterE13|<span style="color:#0000FF">Mister</span>]][[User talk:MisterE13|<span style="color:#008000">'''E'''</span>]][[Special:Contributions/MisterE13|<span style="color:#800080">13</span>]] 17:42, 28 March 2013 (UTC)

Latest revision as of 17:42, 28 March 2013

align=

Maybe have:

Replace all usages of align= with <what you want to replace it>. - unsigned comment from Rsrdaman (talkcontribs)

The problem is it's context based. If it is determining the location of a table, it needs to be replaced with style="float:left" or style="float:right" if it is align=left or align=right, but needs to be replaced with style="margin:auto" if it is align=center. If it is aligning text or images, it needs to be replaced with style="text-align=<position>". valign=<postion> also needs to be replaced with style="vertical-align:<position>". --SnorlaxMonster 06:31, 23 September 2012 (UTC)
Replace all usages of align= according to the below.
Align Replacement
align=left style="float:left"
align=right style="float:right"
align=center style="margin:auto"
Text or image style="text-align=<position>"
valign=<postion> style="vertical-align:<position>"

Maybe something like this?--×Rsrdaman× 07:17, 23 September 2012 (UTC)

I like that idea, but I don't like your table. I made my own and added it. --SnorlaxMonster 07:55, 23 September 2012 (UTC)

Small errors

The table says style="text=align:right" and style="text=align:center" when I believe it should be style="text-align:right" and style="text-align:center".--MisterE13 17:42, 28 March 2013 (UTC)