Difference between revisions of "MediaWiki talk:Common.css"
From PinataIsland.info, the Viva Piñata wiki
(Allow transcluded pages to display in lists rather than a table.) |
m (→Listify: np) |
||
(One intermediate revision by one other user not shown) | |||
Line 8: | Line 8: | ||
</pre> | </pre> | ||
Example of output: [http://pinataisland.info/index.php?title=User:Xenocidic/sandbox&oldid=19452 listified subpages]. –<font face="Verdana">[[User:Xenocidic|<font color="black">'''xeno'''</font>]][[Special:Contributions/Xenocidic|<font color="black">cidic</font>]] ([[User talk:Xenocidic|<font color="black">talk</font>]])</font> 00:20, 24 August 2008 (UTC) | Example of output: [http://pinataisland.info/index.php?title=User:Xenocidic/sandbox&oldid=19452 listified subpages]. –<font face="Verdana">[[User:Xenocidic|<font color="black">'''xeno'''</font>]][[Special:Contributions/Xenocidic|<font color="black">cidic</font>]] ([[User talk:Xenocidic|<font color="black">talk</font>]])</font> 00:20, 24 August 2008 (UTC) | ||
+ | |||
+ | I'd prefer that it stay in your user style sheet, which you're welcome to edit as often as you like. I don't want to see this style sheet fall under frequent "revisions," since it's mission-critical to the software, and any errors introduced here affect everyone. Also, if something is not adopted for (standard) use across the entire wiki, it probably doesn't belong in here, especially if it doesn't follow conventions. The reorg is a mindset to do more things properly, clean things up, and '''minimize''' maintenance. --[[User:FeralKitty|FeralKitty]] ([[User_talk:FeralKitty|talk]]) 02:10, 24 August 2008 (UTC) | ||
+ | :No problem. –<font face="Verdana">[[User:Xenocidic|<font color="black">'''xeno'''</font>]][[Special:Contributions/Xenocidic|<font color="black">cidic</font>]] ([[User talk:Xenocidic|<font color="black">talk</font>]])</font> 02:20, 24 August 2008 (UTC) |
Latest revision as of 19:20, 23 August 2008
Listify
May I commit this ->
/* Allow transcluded pages to display in lists rather than a table. Compatible in Firefox; incompatible in IE6. */ .listify td {display:list-item;} .listify tr {display:block;} .listify table {display:block;}
Example of output: listified subpages. –xenocidic (talk) 00:20, 24 August 2008 (UTC)
I'd prefer that it stay in your user style sheet, which you're welcome to edit as often as you like. I don't want to see this style sheet fall under frequent "revisions," since it's mission-critical to the software, and any errors introduced here affect everyone. Also, if something is not adopted for (standard) use across the entire wiki, it probably doesn't belong in here, especially if it doesn't follow conventions. The reorg is a mindset to do more things properly, clean things up, and minimize maintenance. --FeralKitty (talk) 02:10, 24 August 2008 (UTC)