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 5: Line 5:
 
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:
 
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>
 
<pre>
 +
 
   {{Template:<includeonly>{{{1}}}</includeonly><noinclude>OWASP Project Identification Tab</noinclude>  
 
   {{Template:<includeonly>{{{1}}}</includeonly><noinclude>OWASP Project Identification Tab</noinclude>  
| project_name = OWASP XML Security Gateway Evaluation Criteria Project  
+
| project_name = OWASP XML Security Gateway Evaluation Criteria Project  
| project_description  
+
| project_description =
}}  
+
.....
 
+
}}  
__NOTOC__ <headertabs />
+
__NOTOC__ <headertabs />
 
</pre>
 
</pre>

Revision as of 12:44, 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 />