Open main menu
Home
Random
Donate
Recent changes
Special pages
Community portal
Preferences
About Stockhub
Disclaimers
Search
User menu
Talk
Contributions
Create account
Log in
Editing
Module:WikiProjectBanner/Banner/doc
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
This is the Banner class of [[Module:WikiProjectBanner]]. It does all of the heavy lifting; it renders the banner, calls the row objects, and calls the hooks. == Hooks == This is the normal HTML structure. Everything that is not a tag or an HTML comment is an HTML object that you can add to. <syntaxhighlight lang="html5"> preWrapper <table> <tr> <td>headerName</td> <th>headerRating</th> </tr> <tr> <td> <table> preBlurb <tr> <td>blurbImageLeft</td> <td>blurbText</td> <td>blurbImageRight</td> </tr> postBlurb <!-- The quality row goes here --> postQuality <!-- The importance row goes here --> postImportance <!-- Task forces go here --> postTaskForces <!-- Requests go here. --> postRequests <!-- Notices go here. --> postNotices postContent </table> </td> </tr> </table> postWrapper </syntaxhighlight> This is the HTML structure if the requests and notices are collapsed. <syntaxhighlight lang="html5"> preWrapper <table> <tr> <td>headerName</td> <th>headerRating</th> </tr> <tr> <td> <table> preBlurb <tr> <td>blurbImageLeft</td> <td>blurbText</td> <td>blurbImageRight</td> </tr> postBlurb <!-- The quality row goes here --> postQuality <!-- The importance row goes here --> postImportance <!-- Task forces go here --> postTaskForces <tr> <td> <table> <tr> <td></td> </tr> preCollapsedContent <!-- Requests go here. --> postRequests <!-- Notices go here. --> postNotices </table> </td> </tr> postContent </table> </td> </tr> </table> postWrapper </syntaxhighlight>
Summary:
Please note that all contributions to Stockhub may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Stockhub:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)