Topic on Project:Support desk

Generic Template for a dynamic list

1
Xanuri (talkcontribs)

Hello,

I wanted to create a table that has a standard header.

then pass a parameter that adds a link to a document where the link text is standard wiki formatted link such as [webaddress <shortname>]

the number of links in the table should be variable based on the number of link parameters passed, each parameter passed adds a row to the table.

could anyone help me with this?


Here is my base Template:

<div> <table style="clear: both; float: right; margin-left: 5px; border-color: silver; border: 1px; border-style: solid; padding: 0px; font-size: 80%; width: 400px; background-color: rgba(48, 78, 128, 0.15);"> <tr> <td width=auto align=center bgcolor=#304e80><FONT color="white" size="2"><STRONG>Related Documentation</STRONG></FONT> </td> </tr> {{DocRefItem|{{{1}}}| }} </table> </div>

Reply to "Generic Template for a dynamic list"