1,393
edits
(→Premote advice: new section) |
|||
Line 6: | Line 6: | ||
: Ah, caught what your intentions were on the forum. I don't know that you'd even really want to use a template for the big table of emotes, since it's likely the only place you'd ever put it. Check out [http://www.mediawiki.org/wiki/Help:Tables Mediawiki's Table Guide] and you should be able to make a table pretty simply. However, are you intending for a user to be able to click an emote on the table and then navigate to the appropriate target info? Because that could be a prohibitive amount of work for you. {{User:Lin/sig}} | : Ah, caught what your intentions were on the forum. I don't know that you'd even really want to use a template for the big table of emotes, since it's likely the only place you'd ever put it. Check out [http://www.mediawiki.org/wiki/Help:Tables Mediawiki's Table Guide] and you should be able to make a table pretty simply. However, are you intending for a user to be able to click an emote on the table and then navigate to the appropriate target info? Because that could be a prohibitive amount of work for you. {{User:Lin/sig}} | ||
== Premote advice == | |||
So it seems like you're trying to make a table, but you're using template syntax. I started this for you, click [edit] by my comment here to see its source code: | |||
{| | |||
|- | |||
| accuse || acknowledge || acquiesce || admire || adore || afraid | |||
|- | |||
| agh || agitate || ah || aha || ahah || ahh | |||
|} | |||
Currently I'm looking over advanced template syntax, to see if we couldn't generate a procedural table, which actually would make this tons easier. {{User:Lin/sig}} |