This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "GPC Info On Editing Templates"

From OWASP
Jump to: navigation, search
Line 3: Line 3:
 
* [[Template:Project Details/OWASP Live CD]]
 
* [[Template:Project Details/OWASP Live CD]]
  
The content should be on a page called: GPC_Project_Details/{project name} , for example the content for the [[:Category:OWASP XML Security Gateway Evaluation Criteria Project]] should be at the page [[GPC_Project_Details/OWASP XML Security Gateway Evaluation Criteria]]
+
The content should be on a page called: GPC_Project_Details/{project name} , for example the content for the [[:Category:OWASP XML Security Gateway Evaluation Criteria Project]] should be at the page [[GPC_Project_Details/OWASP XML Security Gateway Evaluation Criteria]] and you have to make sure that the template name is set to:
 +
<pre>
 +
  {{Template:<includeonly>{{{1}}}</includeonly><noinclude>OWASP Project Identification Tab</noinclude>
 +
| project_name = OWASP XML Security Gateway Evaluation Criteria Project
 +
| project_description
 +
}}
 +
 
 +
__NOTOC__ <headertabs />
 +
</pre>

Revision as of 12:43, 15 September 2009

for an example of this in action see OWASP_Project_Details_Table which uses the Template:OWASP_Project_Details_Row to create the row table from each project information page, for example:

The content should be on a page called: GPC_Project_Details/{project name} , for example the content for the Category:OWASP XML Security Gateway Evaluation Criteria Project should be at the page GPC_Project_Details/OWASP XML Security Gateway Evaluation Criteria and you have to make sure that the template name is set to:

  {{Template:<includeonly>{{{1}}}</includeonly><noinclude>OWASP Project Identification Tab</noinclude> 
| project_name = OWASP XML Security Gateway Evaluation Criteria Project 
| project_description 
}} 

__NOTOC__ <headertabs />